public class MeasuredValueSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
MeasurementUnitsCodeSequence |
getMeasurementUnitsCodeSequence()
Retrieves pre-initialized object of Measurement Units Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String[] |
getNumericValue()
Retrieves Numeric measurement value.
|
void |
setNumericValue(java.lang.String[] arrStrNumericValue)
Sets Numeric measurement value.
|
boolean |
validateForModule()
Validates all the attributes in
MeasuredValueSequenceItem 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 void setNumericValue(java.lang.String[] arrStrNumericValue)
arrStrNumericValue - String array of Numeric Valuepublic java.lang.String[] getNumericValue()
public MeasurementUnitsCodeSequence getMeasurementUnitsCodeSequence()
public boolean validateForModule()
throws InvalidItemException
MeasuredValueSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.