Visual Basic |
---|
Public Function GetUsingMove() As DicomImages |
This is a major new facility in DicomObjects, allowing C-MOVE to be used as easily as C-GET (GetImages). This is important, as many commonly available servers refuse to support the C-GET protocol, forcing use of C-MOVE. While MoveImages has been available in DicomObjects for some time, it is difficult to use, requiring close co-ordination between a listening object (DicomViewer or DicomServer) and a DicomQuery object. GetUsingMove handles all the necessary co-ordination internally, opening a port, receiving the images, and presenting them, just like GetImages. Before using this method, the DicomQuery object’s Destination and ReceivePort properties must have been set to appropriate values, such that the destination name is known to the server, and maps to the ReceivePort and IP address from which the query is being sent.
Notes: