Retrieves the item element, which represents a referenced image (SOP Instance) under the "Referenced Image Sequence" in the "Presentation State Module".
public DicomElement GetPresentationStateImageReference(
string sopInstanceUID
)
Public Function GetPresentationStateImageReference( _
ByVal sopInstanceUID As String _
) As Leadtools.Dicom.DicomElement
public Leadtools.Dicom.DicomElement GetPresentationStateImageReference(
string sopInstanceUID
)
public DicomElement getPresentationStateImageReference(String sopInstanceUID)
function Leadtools.Dicom.DicomDataSet.GetPresentationStateImageReference(
sopInstanceUID
)
public:
Leadtools.Dicom.DicomElement^ GetPresentationStateImageReference(
String^ sopInstanceUID
)
sopInstanceUID
Character string that contains the SOP Instance UID of the image whose item element will be retrieved.
Item element which represents a referenced image (SOP Instance) under the "Referenced Image Sequence" in the "Presentation State Module".
This method will return the item element, which represents a referenced image (SOP Instance) under the "Referenced Image Sequence" in the "Presentation State Module". A null reference (Nothing in VB) will be returned if the item could not be found.
For an example, refer to SetPresentationStateInformation.
SetPresentationStateInformation Method
GetPresentationStateInformation Method
AddPresentationStateImageReference(String,Int32[],Int32) Method
AddPresentationStateImageReference(DicomDataSet,Int32[],Int32) Method
RemovePresentationStateImageReference Method
RemoveAllPresentationStateImageReferences Method
GetPresentationStateImageReferenceSOPInstance Method
GetPresentationStateImageReferenceCount Method
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET