public class PatientOrientationInFrameSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String[] |
getPatientOrientation()
Retrieves Numeric Value component of a Name/Value pair
|
void |
setPatientOrientation(java.lang.String strPatientOrientation)
Sets Numeric Value component of a Name/Value pair.
|
boolean |
validateForModule()
Validates all the attributes in Presentation LUT Sequence Item 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 setPatientOrientation(java.lang.String strPatientOrientation)
strPatientOrientation - String Value component of a Name/Value pair when the Concept implied by Concept Name
Code Sequence 0x0020,0x9450 is a set of one or more numeric values.public java.lang.String[] getPatientOrientation()