Name | Description | |
---|---|---|
DicomQuery Constructor | Create a new DicomQuery Object |
The following tables list the members exposed by DicomQuery.
Name | Description | |
---|---|---|
DicomQuery Constructor | Create a new DicomQuery Object |
Name | Description | |
---|---|---|
CalculatedFrameList | Specify the list of frames (by triplets with the starting frame, ending frame and frame step) for Frame Level Retrival | |
CalledAE | The Application Entity Title of the server providing the Query/Retrieve service to which the DicomQuery object is requesting a connection | |
CallingAE | The Application Entity Title by which the DicomQuery object is to be known during its connection to the server providing the Query/Retrieve service | |
DateOfBirth | Demographic details of the patient | |
Destination | The Application Entity Name to which images should be sent by a C-MOVE request | |
FrameTimes | Specify the range of frames by frame time, used for Frame Level Retrival | |
InstanceUID | Unique identifiers for the four levels of the DICOM Query/Retrieve hierarchy | |
Level | Define the level of query or retrieve request within the DICOM search hierarchies. | |
Name | Demographic details of the patient | |
NoBulkData | Specify if bulk data is required in the FrameLevelRetrieve C-GET response | |
Node | The IP address at which the Query/Retrieve service to which the DicomQuery object is requesting a connection may be found | |
PatientID | Unique identifiers for the four levels of the DICOM Query/Retrieve hierarchy | |
Port | The TCP port at which the Query/Retrieve service to which the DicomQuery object is requesting a connection is listening | |
Root | Define the type of query requested within the DICOM search hierarchies. | |
SeriesUID | Unique identifiers for the four levels of the DICOM Query/Retrieve hierarchy | |
Sex | Demographic details of the patient | |
SimpleFrameList | Specify the list of single frames (by frame number) for Frame Level Retrival | |
StudyDate | The date or date range to be searched for suitable studies | |
StudyUID | Unique identifiers for the four levels of the DICOM Query/Retrieve hierarchy | |
Tag | A general purpose Tag for developer use | |
TransferSyntaxes | Controls the allowed transfer syntaxes for outgoing operations (C-FIND, C-MOVE & C-GET) |
Name | Description | |
---|---|---|
Find | Overloaded. Perform a C-FIND as SCU | |
Get | Overloaded. Perform a C-GET as SCU | |
Move | Overloaded. Perform a C-MOVE as SCU | |
QueryDataSet | Returns the dataset which would have been used by Find method. | |
RetrieveDataSet | Returns the DataSet which would have been used by Get or Move method |
Name | Description | |
---|---|---|
InitiateTls | Routine to use to generate encrypted stream when TLS is to be used for outgoing associations. | |
ResponseReceived | Event fires when a response is received on an out-going operation |