Returns whether a DICOM instance information exists for the given SOP Instance UID.
public virtual bool IsCompositeInstancesExists(
string sopInstanceUID
)
Public Overridable Function IsCompositeInstancesExists(
ByVal sopInstanceUID As String
) As Boolean
public:
virtual bool IsCompositeInstancesExists(
String^ sopInstanceUID
)
sopInstanceUID
Type: System.String
The SOP Instance UID used to look for the DICOM Instance information.
True if DICOM Instance information found for the provided sopInstanceUID; Otherwise, false.
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