public class IrradiationEventIdentificationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getIrradiationEventUID()
Retrieves Irradiation Event UID list.
|
void |
setIrradiationEventUID(java.lang.String[] strArrIrradiationEventUID)
Unique identification of the irradiation event(s) associated with the acquisition of this image.
|
boolean |
validateForModule()
Validates all the attributes in IrradiationEventIdentificationSequenceItem 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 setIrradiationEventUID(java.lang.String[] strArrIrradiationEventUID)
strArrIrradiationEventUID - String array of Irradiation Event UID.public java.lang.String[] getIrradiationEventUID()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.