DicomObjects.NET Core Documentation
DicomObjects Namespace / DicomQuery Class
Properties Methods Events


DicomQuery Class Members

The following tables list the members exposed by DicomQuery.

Public Constructors
 NameDescription
Public ConstructorCreate a new DicomQuery Object  
Top
Public Properties
 NameDescription
Public PropertySpecify the list of frames (by triplets with the starting frame, ending frame and frame step) for Frame Level Retrival  
Public PropertyThe Application Entity Title of the server providing the Query/Retrieve service to which the DicomQuery object is requesting a connection  
Public PropertyThe Application Entity Title by which the DicomQuery object is to be known during its connection to the server providing the Query/Retrieve service  
Public PropertyDemographic details of the patient  
Public PropertyThe Application Entity Name to which images should be sent by a C-MOVE request  
Public PropertySpecify the range of frames by frame time, used for Frame Level Retrival  
Public PropertyUnique identifiers for the four levels of the DICOM Query/Retrieve hierarchy  
Public PropertyDefine the level of query or retrieve request within the DICOM search hierarchies.  
Public PropertyDemographic details of the patient  
Public PropertySpecify if bulk data is required in the FrameLevelRetrieve C-GET response  
Public PropertyThe IP address at which the Query/Retrieve service to which the DicomQuery object is requesting a connection may be found  
Public PropertyUnique identifiers for the four levels of the DICOM Query/Retrieve hierarchy  
Public PropertyThe TCP port at which the Query/Retrieve service to which the DicomQuery object is requesting a connection is listening  
Public PropertyDefine the type of query requested within the DICOM search hierarchies.  
Public PropertyUnique identifiers for the four levels of the DICOM Query/Retrieve hierarchy  
Public PropertyDemographic details of the patient  
Public PropertySpecify the list of single frames (by frame number) for Frame Level Retrival  
Public PropertyThe date or date range to be searched for suitable studies  
Public PropertyUnique identifiers for the four levels of the DICOM Query/Retrieve hierarchy  
Public PropertyA general purpose Tag for developer use  
Public PropertyControls the allowed transfer syntaxes for outgoing operations (C-FIND, C-MOVE & C-GET)  
Top
Public Methods
 NameDescription
Public MethodOverloaded. Perform a C-FIND as SCU  
Public MethodOverloaded. Perform a C-GET as SCU  
Public MethodOverloaded. Perform a C-MOVE as SCU  
Public MethodReturns the dataset which would have been used by Find method.  
Public MethodReturns the DataSet which would have been used by Get or Move method  
Top
Public Events
 NameDescription
Public EventRoutine to use to generate encrypted stream when TLS is to be used for outgoing associations.  
Public EventEvent fires when a response is received on an out-going operation  
Top
See Also