public class MCcodingSchemeIdentification extends MCdataSet
The following DICOM attributes can be directly handled through this class:
Constructor and Description |
---|
MCcodingSchemeIdentification() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodingSchemeDesignator()
Gets the first value of the 'Coding Scheme Designator' (0008,0102) attribute.
|
java.lang.String |
getCodingSchemeExternalID()
Gets the first value of the 'Coding Scheme External ID' (0008,0114) attribute.
|
java.lang.String |
getCodingSchemeName()
Gets the first value of the 'Coding Scheme Name' (0008,0115) attribute.
|
java.lang.String |
getCodingSchemeRegistry()
Gets the first value of the 'Coding Scheme Registry' (0008,0112) attribute.
|
java.lang.String |
getCodingSchemeResponsibleOrganization()
Gets the first value of the 'Coding Scheme Responsible Organization' (0008,0116) attribute.
|
java.lang.String |
getCodingSchemeUID()
Gets the first value of the 'Coding Scheme UID' (0008,010c) attribute.
|
java.lang.String |
getCodingSchemeVersion()
Gets the first value of the 'Coding Scheme Version' (0008,0103) attribute.
|
MCcommand |
getCommand()
Gets the DIMSE command for this instance.
|
java.lang.String |
getServiceName()
Gets the associated DICOM service name of this instance.
|
boolean |
isItem()
Tells whether this instance represents a sequence item.
|
void |
removeCodingSchemeDesignator()
Removes the the 'Coding Scheme Designator' (0008,0102) attribute from the attributes set.
|
void |
removeCodingSchemeExternalID()
Removes the the 'Coding Scheme External ID' (0008,0114) attribute from the attributes set.
|
void |
removeCodingSchemeName()
Removes the the 'Coding Scheme Name' (0008,0115) attribute from the attributes set.
|
void |
removeCodingSchemeRegistry()
Removes the the 'Coding Scheme Registry' (0008,0112) attribute from the attributes set.
|
void |
removeCodingSchemeResponsibleOrganization()
Removes the the 'Coding Scheme Responsible Organization' (0008,0116) attribute from the attributes set.
|
void |
removeCodingSchemeUID()
Removes the the 'Coding Scheme UID' (0008,010c) attribute from the attributes set.
|
void |
removeCodingSchemeVersion()
Removes the the 'Coding Scheme Version' (0008,0103) attribute from the attributes set.
|
void |
setCodingSchemeDesignator(java.lang.String val)
Sets the value of the 'Coding Scheme Designator' (0008,0102) attribute.
|
void |
setCodingSchemeExternalID(java.lang.String val)
Sets the value of the 'Coding Scheme External ID' (0008,0114) attribute.
|
void |
setCodingSchemeName(java.lang.String val)
Sets the value of the 'Coding Scheme Name' (0008,0115) attribute.
|
void |
setCodingSchemeRegistry(java.lang.String val)
Sets the value of the 'Coding Scheme Registry' (0008,0112) attribute.
|
void |
setCodingSchemeResponsibleOrganization(java.lang.String val)
Sets the value of the 'Coding Scheme Responsible Organization' (0008,0116) attribute.
|
void |
setCodingSchemeUID(java.lang.String val)
Sets the value of the 'Coding Scheme UID' (0008,010c) attribute.
|
void |
setCodingSchemeVersion(java.lang.String val)
Sets the value of the 'Coding Scheme Version' (0008,0103) 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 getCodingSchemeDesignator()
public void setCodingSchemeDesignator(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 removeCodingSchemeDesignator()
public java.lang.String getCodingSchemeVersion()
public void setCodingSchemeVersion(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 removeCodingSchemeVersion()
public java.lang.String getCodingSchemeUID()
public void setCodingSchemeUID(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 removeCodingSchemeUID()
public java.lang.String getCodingSchemeRegistry()
public void setCodingSchemeRegistry(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 removeCodingSchemeRegistry()
public java.lang.String getCodingSchemeExternalID()
public void setCodingSchemeExternalID(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 removeCodingSchemeExternalID()
public java.lang.String getCodingSchemeName()
public void setCodingSchemeName(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 removeCodingSchemeName()
public java.lang.String getCodingSchemeResponsibleOrganization()
public void setCodingSchemeResponsibleOrganization(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 removeCodingSchemeResponsibleOrganization()