<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=us-ascii">
<meta name="Generator" content="Microsoft Exchange Server">
<!-- converted from rtf -->
<style><!-- .EmailQuote { margin-left: 1pt; padding-left: 4pt; border-left: #800000 2px solid; } --></style>
</head>
<body>
<font face="Calibri, sans-serif" size="2">
<div>Hi all,</div>
<div> </div>
<div>I have some uncertainties related to the data handling support in the DICOM Support 118 specification:</div>
<div> </div>
<div>In the file-based model in Figure 8.3.1 of spec; we can see that the selection of Data is done though the Host. It is then the responsibility of the application to pull information from the host about the input data.</div>
<div> </div>
<div>1. Is it required to have any user interaction on the application to request the data we want to retrieve? Can it happen automatically right after processing the call of the notifyDataAvailable message ? In the current example of the DICOM 118 support
implemented in the CTK SDK; I could see that the request of data is initiated from the user through a mouse click on the button created by the application. I am looking into a way to send a getData message without user interaction so that basically the application
shows directly the available data selected on the host without any user interaction on the application.  I have tried to make a call to getData within the notifyDataAvailable (ctkExampleDicomAppLogic) function but it looks like first the notifyDataAvailable
message need to be processed before making a getData request. </div>
<div> </div>
<div>2. This leads me to a second question: Where should occur the selection of Data? On the Host where the user define all the available data and on the  Application where we want to define which input Data need to be retrieved depending of the available data?
My first intuition on this was that selection should only be done on the Host but then I guess an extra notification is required so that the application  knows that the notifyDataAvailable message has been fully process.</div>
<div> </div>
<div>Best,</div>
<div>Michael</div>
<div> </div>
</font>
</body>
</html>