[This is preliminary documentation and is subject to change.]
Send a C-MOVE-RQ Information Model Retrieve.
Retrieve based on the informationModel provided and the query/retrieve level. Take
the retrieve tags from the retrieveTags provided. The retrieve is done to the move
destination.
The C-MOVE-RSP messages returned are stored in a DicomQueryItemCollection named RetrieveItems.
| C# | Visual Basic | Visual C++ |
public bool SendRetrieveImages( QueryRetrieveInformationModelEnum informationModel, QueryRetrieveLevelEnum level, string moveDestination, TagValueCollection retrieveTags )
Public Function SendRetrieveImages ( _ informationModel As QueryRetrieveInformationModelEnum, _ level As QueryRetrieveLevelEnum, _ moveDestination As String, _ retrieveTags As TagValueCollection _ ) As Boolean
public: virtual bool SendRetrieveImages( QueryRetrieveInformationModelEnum informationModel, QueryRetrieveLevelEnum level, String^ moveDestination, TagValueCollection^ retrieveTags ) sealed
- informationModel (QueryRetrieveInformationModelEnum)
- Q/R Information Model to be used in the retrieve operation.
- level (QueryRetrieveLevelEnum)
- Query / retrieve level.
- moveDestination (String)
- AE Title of the "move" destination.
- retrieveTags (TagValueCollection)
- List of Retrieve Tags.
Boolean indicating success or failure.