DVTk API
SendRetrieveImages Method (informationModel, level, moveDestination, retrieveTags)
DVTkDvtk.IheActors.ActorsImageDisplayActorSendRetrieveImages(QueryRetrieveInformationModelEnum, QueryRetrieveLevelEnum, String, TagValueCollection)
DVTk API

[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.
Declaration Syntax
C#Visual BasicVisual 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
Parameters
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.
Return Value
Boolean indicating success or failure.

Assembly: DvtkIheActors (Module: DvtkIheActors) Version: 0.0.0.0