Package com.pixelmed.dicom
Class ImageReference
java.lang.Object
com.pixelmed.dicom.SOPInstanceReference
com.pixelmed.dicom.ImageReference
A class to represent a non-hierarchical image reference.
-
Field Summary
FieldsFields inherited from class com.pixelmed.dicom.SOPInstanceReference
sopClassUID, sopInstanceUID -
Constructor Summary
ConstructorsConstructorDescriptionImageReference(SOPInstanceReference instanceReference) Construct an instance of a reference to an image.ImageReference(SOPInstanceReference instanceReference, String referencedFrameNumber) Construct an instance of a reference to an image.ImageReference(String sopInstanceUID, String sopClassUID) Construct an instance of a reference to an image.ImageReference(String sopInstanceUID, String sopClassUID, String referencedFrameNumber) Construct an instance of a reference to an image. -
Method Summary
Methods inherited from class com.pixelmed.dicom.SOPInstanceReference
getSOPClassUID, getSOPInstanceUID
-
Field Details
-
referencedFrameNumber
-
-
Constructor Details
-
ImageReference
Construct an instance of a reference to an image.
- Parameters:
sopInstanceUID- the SOP Instance UIDsopClassUID- the SOP Class UID
-
ImageReference
Construct an instance of a reference to an image.
- Parameters:
sopInstanceUID- the SOP Instance UIDsopClassUID- the SOP Class UIDreferencedFrameNumber- the Referenced Frame Number
-
ImageReference
Construct an instance of a reference to an image.
- Parameters:
instanceReference- an existingSOPInstanceReferencefor this imagereferencedFrameNumber- the Referenced Frame Number
-
ImageReference
Construct an instance of a reference to an image.
- Parameters:
instanceReference- an existingSOPInstanceReferencefor this image
-
-
Method Details
-
getReferencedFrameNumber
Get the Referenced Frame Number.
- Returns:
- the Referenced Frame Number, or null
-
toString
- Overrides:
toStringin classSOPInstanceReference
-