public class MCissuerOfAccessionNumber extends MCdataSet
The following DICOM attributes can be directly handled through this class:
Constructor and Description |
---|
MCissuerOfAccessionNumber() |
Modifier and Type | Method and Description |
---|---|
MCcommand |
getCommand()
Gets the DIMSE command for this instance.
|
java.lang.String |
getLocalNamespaceEntityID()
Gets the first value of the 'Local Namespace Entity ID' (0040,0031) attribute.
|
java.lang.String |
getServiceName()
Gets the associated DICOM service name of this instance.
|
java.lang.String |
getUniversalEntityID()
Gets the first value of the 'Universal Entity ID' (0040,0032) attribute.
|
java.lang.String |
getUniversalEntityIDType()
Gets the first value of the 'Universal Entity ID Type' (0040,0033) attribute.
|
boolean |
isItem()
Tells whether this instance represents a sequence item.
|
void |
removeLocalNamespaceEntityID()
Removes the the 'Local Namespace Entity ID' (0040,0031) attribute from the attributes set.
|
void |
removeUniversalEntityID()
Removes the the 'Universal Entity ID' (0040,0032) attribute from the attributes set.
|
void |
removeUniversalEntityIDType()
Removes the the 'Universal Entity ID Type' (0040,0033) attribute from the attributes set.
|
void |
setLocalNamespaceEntityID(java.lang.String val)
Sets the value of the 'Local Namespace Entity ID' (0040,0031) attribute.
|
void |
setUniversalEntityID(java.lang.String val)
Sets the value of the 'Universal Entity ID' (0040,0032) attribute.
|
void |
setUniversalEntityIDType(java.lang.String val)
Sets the value of the 'Universal Entity ID Type' (0040,0033) attribute.
|
getAttribSet, setAttribSet
public boolean isItem()
public java.lang.String getServiceName()
getServiceName
in class MCdataSet
public MCcommand getCommand()
getCommand
in class MCdataSet
MCcommand.INVALID_COMMAND
instance.public java.lang.String getLocalNamespaceEntityID()
public void setLocalNamespaceEntityID(java.lang.String val)
This method replaces any existing value with the specified one.
val
- The value to set.MCexception
- If the attribute set is disposed, if the tag number is invalid, if the type or the content of
the value is incompatible with the attribute's value representation, if there are too many values set or if the
toolkit fails to store the value (out of memory or temporary file storage problem).public void removeLocalNamespaceEntityID()
public java.lang.String getUniversalEntityID()
public void setUniversalEntityID(java.lang.String val)
This method replaces any existing value with the specified one.
val
- The value to set.MCexception
- If the attribute set is disposed, if the tag number is invalid, if the type or the content of
the value is incompatible with the attribute's value representation, if there are too many values set or if the
toolkit fails to store the value (out of memory or temporary file storage problem).public void removeUniversalEntityID()
public java.lang.String getUniversalEntityIDType()
public void setUniversalEntityIDType(java.lang.String val)
This method replaces any existing value with the specified one.
val
- The value to set.MCexception
- If the attribute set is disposed, if the tag number is invalid, if the type or the content of
the value is incompatible with the attribute's value representation, if there are too many values set or if the
toolkit fails to store the value (out of memory or temporary file storage problem).public void removeUniversalEntityIDType()