public class MCsopInstanceReference extends java.lang.Object implements MCdataSetSerializable
| Constructor and Description |
|---|
MCsopInstanceReference()
Default constructor.
|
MCsopInstanceReference(java.lang.String referencedSopClassUid,
java.lang.String referencedSopInstanceUid)
Creates a new instance of MCsopInstanceReference.
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getReferencedSopClassUid()
Gets the unique identifier of the referenced SOP Class(0008,1150).
|
java.lang.String |
getReferencedSopInstanceUid()
Gets the unique identifier of the referenced SOP Instance(0008,1155).
|
void |
read(MCattributeSet source)
Reads all the attributes of the SOP Instance Reference sequence from a source attribute set.
|
void |
setReferencedSopClassUid(java.lang.String value)
Sets the unique identifier of the referenced SOP Class(0008,1150).
|
void |
setReferencedSopInstanceUid(java.lang.String value)
Sets the unique identifier of the referenced SOP Instance(0008,1155).
|
void |
write(MCattributeSet destination)
Flushes all the attributes in this SOP Instance Reference sequence into a
MCitem. |
public MCsopInstanceReference()
public MCsopInstanceReference(java.lang.String referencedSopClassUid,
java.lang.String referencedSopInstanceUid)
referencedSopClassUid - Uniquely identifies the referenced SOP Class(0008,1150).referencedSopInstanceUid - Uniquely identifies the referenced SOP Instance(0008,1155).public java.lang.String getReferencedSopClassUid()
public void setReferencedSopClassUid(java.lang.String value)
value - The unique identifier of the referenced SOP Class.public java.lang.String getReferencedSopInstanceUid()
public void setReferencedSopInstanceUid(java.lang.String value)
value - The unique identifier of the referenced SOP Instance.public void read(MCattributeSet source)
The value of the attribute is null if not present in the source
attribute set.
read in interface MCdataSetSerializablesource - Source attribute set.MCexception - If the source parameter is nullpublic void write(MCattributeSet destination)
MCitem.write in interface MCdataSetSerializabledestination - Destination attribute set.MCexception - If the destination parameter is null or not a
MCitem object.