- sopInstanceUID
- Character string that contains the SOP Instance UID of the image to be removed from the IOD.
Visual Basic (Declaration) | |
---|---|
Public Sub RemovePresentationStateImageReference( _ ByVal sopInstanceUID As String _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
|
C# | |
---|---|
public void RemovePresentationStateImageReference( string sopInstanceUID ) |
C++/CLI | |
---|---|
public: void RemovePresentationStateImageReference( String^ sopInstanceUID ) |
Parameters
- sopInstanceUID
- Character string that contains the SOP Instance UID of the image to be removed from the IOD.
For an example, refer to DicomDataSet.SetPresentationStateInformation.
This method removes the reference to an image (SOP instance), by removing the item,
which represents that instance under the "Referenced Image Sequence" in the
"Presentation State Module".
Target Platforms: Microsoft .NET Framework 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family
Reference
DicomDataSet ClassDicomDataSet Members
SetPresentationStateInformation Method
GetPresentationStateInformation Method
AddPresentationStateImageReference(String,Int32[],Int32) Method
AddPresentationStateImageReference(DicomDataSet,Int32[],Int32) Method
RemoveAllPresentationStateImageReferences Method
GetPresentationStateImageReferenceSOPInstance Method
GetPresentationStateImageReferenceCount Method
FindFirstPresentationStateReferencedSeriesItem Method
FindNextPresentationStateReferencedSeriesItem Method
GetPresentationStateImageReference Method