public class MCanatomicStructSpaceOrRegion extends MCdataSet
The following DICOM attributes can be directly handled through this class:
Constructor and Description |
---|
MCanatomicStructSpaceOrRegion() |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getCodeMeaning()
Gets the first value of the 'Code Meaning' (0008,0104) attribute.
|
java.lang.String |
getCodeValue()
Gets the first value of the 'Code Value' (0008,0100) attribute.
|
java.lang.String |
getCodingSchemeDesignator()
Gets the first value of the 'Coding Scheme Designator' (0008,0102) 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 |
getContextGroupExtensionCreatorUID()
Gets the first value of the 'Context Group Extension Creator UID' (0008,010d) attribute.
|
java.lang.String |
getContextGroupExtensionFlag()
Gets the first value of the 'Context Group Extension Flag' (0008,010b) attribute.
|
MCdateTime |
getContextGroupLocalVersion()
Gets the first value of the 'Context Group Local Version' (0008,0107) attribute.
|
MCdateTime |
getContextGroupVersion()
Gets the first value of the 'Context Group Version' (0008,0106) attribute.
|
java.lang.String |
getContextIdentifier()
Gets the first value of the 'Context Identifier' (0008,010f) attribute.
|
java.lang.String |
getContextUID()
Gets the first value of the 'Context UID' (0008,0117) attribute.
|
java.lang.String |
getMappingResource()
Gets the first value of the 'Mapping Resource' (0008,0105) attribute.
|
java.lang.String |
getServiceName()
Gets the associated DICOM service name of this instance.
|
boolean |
isItem()
Tells whether this instance represents a sequence item.
|
void |
removeCodeMeaning()
Removes the the 'Code Meaning' (0008,0104) attribute from the attributes set.
|
void |
removeCodeValue()
Removes the the 'Code Value' (0008,0100) attribute from the attributes set.
|
void |
removeCodingSchemeDesignator()
Removes the the 'Coding Scheme Designator' (0008,0102) attribute from the attributes set.
|
void |
removeCodingSchemeVersion()
Removes the the 'Coding Scheme Version' (0008,0103) attribute from the attributes set.
|
void |
removeContextGroupExtensionCreatorUID()
Removes the the 'Context Group Extension Creator UID' (0008,010d) attribute from the attributes set.
|
void |
removeContextGroupExtensionFlag()
Removes the the 'Context Group Extension Flag' (0008,010b) attribute from the attributes set.
|
void |
removeContextGroupLocalVersion()
Removes the the 'Context Group Local Version' (0008,0107) attribute from the attributes set.
|
void |
removeContextGroupVersion()
Removes the the 'Context Group Version' (0008,0106) attribute from the attributes set.
|
void |
removeContextIdentifier()
Removes the the 'Context Identifier' (0008,010f) attribute from the attributes set.
|
void |
removeContextUID()
Removes the the 'Context UID' (0008,0117) attribute from the attributes set.
|
void |
removeMappingResource()
Removes the the 'Mapping Resource' (0008,0105) attribute from the attributes set.
|
void |
setCodeMeaning(java.lang.String val)
Sets the value of the 'Code Meaning' (0008,0104) attribute.
|
void |
setCodeValue(java.lang.String val)
Sets the value of the 'Code Value' (0008,0100) attribute.
|
void |
setCodingSchemeDesignator(java.lang.String val)
Sets the value of the 'Coding Scheme Designator' (0008,0102) attribute.
|
void |
setCodingSchemeVersion(java.lang.String val)
Sets the value of the 'Coding Scheme Version' (0008,0103) attribute.
|
void |
setContextGroupExtensionCreatorUID(java.lang.String val)
Sets the value of the 'Context Group Extension Creator UID' (0008,010d) attribute.
|
void |
setContextGroupExtensionFlag(java.lang.String val)
Sets the value of the 'Context Group Extension Flag' (0008,010b) attribute.
|
void |
setContextGroupLocalVersion(MCdateTime val)
Sets the value of the 'Context Group Local Version' (0008,0107) attribute.
|
void |
setContextGroupVersion(MCdateTime val)
Sets the value of the 'Context Group Version' (0008,0106) attribute.
|
void |
setContextIdentifier(java.lang.String val)
Sets the value of the 'Context Identifier' (0008,010f) attribute.
|
void |
setContextUID(java.lang.String val)
Sets the value of the 'Context UID' (0008,0117) attribute.
|
void |
setMappingResource(java.lang.String val)
Sets the value of the 'Mapping Resource' (0008,0105) 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 getCodeValue()
public void setCodeValue(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 removeCodeValue()
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 getCodeMeaning()
public void setCodeMeaning(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 removeCodeMeaning()
public java.lang.String getMappingResource()
public void setMappingResource(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 removeMappingResource()
public MCdateTime getContextGroupVersion()
public void setContextGroupVersion(MCdateTime 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 removeContextGroupVersion()
public MCdateTime getContextGroupLocalVersion()
public void setContextGroupLocalVersion(MCdateTime 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 removeContextGroupLocalVersion()
public java.lang.String getContextGroupExtensionFlag()
public void setContextGroupExtensionFlag(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 removeContextGroupExtensionFlag()
public java.lang.String getContextGroupExtensionCreatorUID()
public void setContextGroupExtensionCreatorUID(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 removeContextGroupExtensionCreatorUID()
public java.lang.String getContextIdentifier()
public void setContextIdentifier(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 removeContextIdentifier()
public java.lang.String getContextUID()
public void setContextUID(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 removeContextUID()