Package com.pixelmed.dicom
Class SOPInstanceReference
java.lang.Object
com.pixelmed.dicom.SOPInstanceReference
- Direct Known Subclasses:
ImageReference
A class to represent a non-hierarchical instance reference.
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionConstruct an instance of a reference from the attributes of the referenced instance itself.SOPInstanceReference(SOPInstanceReference reference) Construct an instance of a reference to an instance.SOPInstanceReference(String sopInstanceUID, String sopClassUID) Construct an instance of a reference to an instance. -
Method Summary
-
Field Details
-
sopInstanceUID
-
sopClassUID
-
-
Constructor Details
-
SOPInstanceReference
Construct an instance of a reference to an instance.
- Parameters:
sopInstanceUID- the SOP Instance UIDsopClassUID- the SOP Class UID
-
SOPInstanceReference
Construct an instance of a reference to an instance.
- Parameters:
reference- an existing reference to clone
-
SOPInstanceReference
Construct an instance of a reference from the attributes of the referenced instance itself.
- Parameters:
list- the attributes of an instance
-
-
Method Details