'Declaration
Public Overloads Function IsPresentationStateFor( _
ByVal Image As DicomImage _
) As Boolean
'Usage
Dim instance As DicomDataSet
Dim Image As DicomImage
Dim value As Boolean
value = instance.IsPresentationStateFor(Image)
Parameters
Image
The DicomImage to check for its InstanceUID
Return Value
true if the presentationstate matches the image
Remarks
The Image's InstanceUID is checked against the value specified in the
PresentationState's referenced Image SOP Instance UID field. This method returns true
if the two values match, otherwise it returns false.