public class SOPInstanceReference
extends java.lang.Object
A class to represent a non-hierarchical instance reference.
| Modifier and Type | Field and Description |
|---|---|
protected java.lang.String |
sopClassUID |
protected java.lang.String |
sopInstanceUID |
| Constructor and Description |
|---|
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(java.lang.String sopInstanceUID,
java.lang.String sopClassUID)
Construct an instance of a reference to an instance.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getSOPClassUID()
Get the SOP Class UID.
|
java.lang.String |
getSOPInstanceUID()
Get the SOP Instance UID.
|
java.lang.String |
toString() |
protected java.lang.String sopInstanceUID
protected java.lang.String sopClassUID
public SOPInstanceReference(java.lang.String sopInstanceUID,
java.lang.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 instancepublic java.lang.String getSOPInstanceUID()
Get the SOP Instance UID.
public java.lang.String getSOPClassUID()
Get the SOP Class UID.
public java.lang.String toString()
toString in class java.lang.Object