public class ImageReference extends SOPInstanceReference
A class to represent a non-hierarchical image reference.
Modifier and Type | Field and Description |
---|---|
protected String |
referencedFrameNumber |
sopClassUID, sopInstanceUID
Constructor and Description |
---|
ImageReference(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.
|
Modifier and Type | Method and Description |
---|---|
String |
getReferencedFrameNumber()
Get the Referenced Frame Number.
|
String |
toString() |
getSOPClassUID, getSOPInstanceUID
protected String referencedFrameNumber
public ImageReference(SOPInstanceReference instanceReference)
Construct an instance of a reference to an image.
instanceReference
- an existing SOPInstanceReference
for this imagepublic ImageReference(SOPInstanceReference instanceReference, String referencedFrameNumber)
Construct an instance of a reference to an image.
instanceReference
- an existing SOPInstanceReference
for this imagereferencedFrameNumber
- the Referenced Frame Numberpublic ImageReference(String sopInstanceUID, String sopClassUID)
Construct an instance of a reference to an image.
sopInstanceUID
- the SOP Instance UIDsopClassUID
- the SOP Class UIDpublic String getReferencedFrameNumber()
Get the Referenced Frame Number.
public String toString()
toString
in class SOPInstanceReference