public class PresentationLUTContentSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
PresentationLUTSequence |
getPresentationLUTSequence()
Retrieves pre-initialized object of Presentation LUT 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 |
getPresentationLUTShape()
Retrieves predefined Presentation LUT transformation.
|
java.lang.String |
getSOPInstanceUID()
Retrieves SOP Instance UID of the contained Presentation LUT Content SOP Class.
|
void |
setPresentationLUTShape(EnumPresentationLUTShape enumPresentationLUTShape)
Sets predefined Presentation LUT transformation.
|
void |
setSOPInstanceUID(java.lang.String strSOPInstanceUID)
Sets SOP Instance UID of the contained Presentation LUT Content SOP Class.
|
boolean |
validateForModule()
Validates all the attributes in
PresentationLUTContentSequenceItem 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 setSOPInstanceUID(java.lang.String strSOPInstanceUID)
strSOPInstanceUID - String value of SOP Instance UID of the contained Presentation LUT Content SOP Class.public java.lang.String getSOPInstanceUID()
public PresentationLUTSequence getPresentationLUTSequence()
public void setPresentationLUTShape(EnumPresentationLUTShape enumPresentationLUTShape)
enumPresentationLUTShape - Enum value of Presentation LUT Shape.public java.lang.String getPresentationLUTShape()
public boolean validateForModule()
throws InvalidItemException
PresentationLUTContentSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.