|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||
java.lang.Objectcom.pixelmed.dicom.SOPInstanceReference
public class SOPInstanceReference
A class to represent a non-hierarchical instance reference.
| Field Summary | |
|---|---|
protected String |
sopClassUID
|
protected String |
sopInstanceUID
|
| Constructor Summary | |
|---|---|
SOPInstanceReference(AttributeList list)
Construct 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 | |
|---|---|
String |
getSOPClassUID()
Get the SOP Class UID. |
String |
getSOPInstanceUID()
Get the SOP Instance UID. |
String |
toString()
|
| Methods inherited from class java.lang.Object |
|---|
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait |
| Field Detail |
|---|
protected String sopInstanceUID
protected String sopClassUID
| Constructor Detail |
|---|
public SOPInstanceReference(String sopInstanceUID,
String sopClassUID)
Construct an instance of a reference to an instance.
sopInstanceUID - the SOP Instance UIDsopClassUID - the SOP Class UIDpublic SOPInstanceReference(SOPInstanceReference reference)
Construct an instance of a reference to an instance.
reference - an existing reference to clonepublic SOPInstanceReference(AttributeList list)
Construct an instance of a reference from the attributes of the referenced instance itself.
list - the attributes of an instance| Method Detail |
|---|
public String getSOPInstanceUID()
Get the SOP Instance UID.
public String getSOPClassUID()
Get the SOP Class UID.
public String toString()
toString in class Object
|
|||||||||
| PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
| SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD | ||||||||