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