public class MultiCoilDefinitionSequenceItem extends Item
MultiCoilDefinitionSequence.| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getMultiCoilElementName()
Retrieves Name of element of multi-coil.
|
java.lang.String |
getMultiCoilElementUsed()
Retrieves Indicates whether the multi-coil element was used in the current acquisition.
|
void |
setMultiCoilElementName(java.lang.String strMultiCoilElementName)
Sets Name of element of multi-coil.
|
void |
setMultiCoilElementUsed(EnumMultiCoilElementUsed enumMultiCoilElementUsed)
Sets Indicates whether the multi-coil element was used in the current acquisition.
|
boolean |
validateForModule()
Validates all the attributes in MultiCoilDefinitionSequenceItem that are present in the DataSet
|
addDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.public void setMultiCoilElementName(java.lang.String strMultiCoilElementName)
strMultiCoilElementName - String value of Template Type.public java.lang.String getMultiCoilElementName()
public void setMultiCoilElementUsed(EnumMultiCoilElementUsed enumMultiCoilElementUsed)
enumMultiCoilElementUsed - Enum value of Multi-Coil Element Used.public java.lang.String getMultiCoilElementUsed()