public class PrivateDataElementCharacteristicsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getBlockIdentifyingInformationStatus()
Return type of Block Identifying Information Status.
|
DeidentificationActionSequence |
getDeidentificationActionSequence()
Retrieves pre-initialized object of Deidentification Action 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.
|
short[] |
getNonidentifyingPrivateElements()
Retrieves Non identifying Private Elements.
|
java.lang.String |
getPrivateCreatorReference()
Return Private Creator Reference.
|
short |
getPrivateGroupReference()
Retrieves Private Group Reference.
|
void |
setBlockIdentifyingInformationStatus(EnumBlockIdentifyingInformationStatus enumBlockIdentifyingInformationStatus)
Sets type of Block Identifying Information Status.
|
void |
setNonidentifyingPrivateElements(short[] arrShNonidentifyingPrivateElements)
Sets Non identifying Private Elements.
|
void |
setPrivateCreatorReference(java.lang.String strPrivateCreatorReference)
Sets Private Creator Reference.
|
void |
setPrivateGroupReference(short shPrivateGroupReference)
Sets Private Group Reference.
|
boolean |
validateForModule()
Validates all the attributes in PrivateDataElementCharacteristicsSequenceItem 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 setPrivateGroupReference(short shPrivateGroupReference)
shPrivateGroupReference - short value of Private Group Referencepublic short getPrivateGroupReference()
public void setPrivateCreatorReference(java.lang.String strPrivateCreatorReference)
strPrivateCreatorReference - String value of Private Creator Reference.public java.lang.String getPrivateCreatorReference()
public void setBlockIdentifyingInformationStatus(EnumBlockIdentifyingInformationStatus enumBlockIdentifyingInformationStatus)
enumBlockIdentifyingInformationStatus - enum value of Block Identifying Information Status.public java.lang.String getBlockIdentifyingInformationStatus()
public void setNonidentifyingPrivateElements(short[] arrShNonidentifyingPrivateElements)
arrShNonidentifyingPrivateElements - public short[] getNonidentifyingPrivateElements()
public DeidentificationActionSequence getDeidentificationActionSequence()