|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.SOPInstanceReference
com.pixelmed.dicom.ImageReference
public class ImageReference
A class to represent a non-hierarchical image reference.
| Field Summary | |
|---|---|
protected String |
referencedFrameNumber
|
| Fields inherited from class com.pixelmed.dicom.SOPInstanceReference |
|---|
sopClassUID, sopInstanceUID |
| Constructor Summary | |
|---|---|
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. |
|
| Method Summary | |
|---|---|
String |
getReferencedFrameNumber()
Get the Referenced Frame Number. |
String |
toString()
|
| Methods inherited from class com.pixelmed.dicom.SOPInstanceReference |
|---|
getSOPClassUID, getSOPInstanceUID |
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String referencedFrameNumber
| Constructor Detail |
|---|
public ImageReference(String sopInstanceUID,
String sopClassUID)
Construct an instance of a reference to an image.
sopInstanceUID - the SOP Instance UIDsopClassUID - the SOP Class UID
public ImageReference(String sopInstanceUID,
String sopClassUID,
String referencedFrameNumber)
Construct an instance of a reference to an image.
sopInstanceUID - the SOP Instance UIDsopClassUID - the SOP Class UIDreferencedFrameNumber - the Referenced Frame Number
public 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(SOPInstanceReference instanceReference)
Construct an instance of a reference to an image.
instanceReference - an existing SOPInstanceReference for this image| Method Detail |
|---|
public String getReferencedFrameNumber()
Get the Referenced Frame Number.
public String toString()
toString in class SOPInstanceReference
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||