public class DeidentificationActionSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeidentificationAction()
Return Deidentification Action.
|
short[] |
getIdentifyingPrivateElements()
Retrieves Identifying Private Elements.
|
void |
setDeidentificationAction(EnumDeidentificationAction enumDeidentificationAction)
Sets Deidentification Action.
|
void |
setIdentifyingPrivateElements(short[] arrShIdentifyingPrivateElements)
Sets Identifying Private Elements.
|
boolean |
validateForModule()
Validates all the attributes in DeidentificationActionSequenceItem 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 setIdentifyingPrivateElements(short[] arrShIdentifyingPrivateElements)
arrShIdentifyingPrivateElements - public short[] getIdentifyingPrivateElements()
public void setDeidentificationAction(EnumDeidentificationAction enumDeidentificationAction)
enumDeidentificationAction - enum value of Deidentification Action.public java.lang.String getDeidentificationAction()