[This is preliminary documentation and is subject to change.]
Create an unscheduled worklist item by adding the given user defined tags to those
of the Default Value Manager. This worklist item can then be used in the
SendNCreateModalityProcedureStepInProgress() and SendModalityImagesStored() method
calls.
This simulates the IHE Unscheduled Use Case.
| C# | Visual Basic | Visual C++ |
public DicomQueryItem CreateUnscheduledWorklistItem( TagValueCollection userDefinedTags )
Public Function CreateUnscheduledWorklistItem ( _ userDefinedTags As TagValueCollection _ ) As DicomQueryItem
public: virtual DicomQueryItem^ CreateUnscheduledWorklistItem( TagValueCollection^ userDefinedTags ) sealed
- userDefinedTags (TagValueCollection)
- User defined Tags.
Modality worklist item populated from the user defined tags and default values.