public class TwoDimensionalToThreeDimensionalMapSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
int |
getNumberOfMapPoints()
Retrieves the number of points in the map.
|
short[] |
getReferencedFrameNumbers()
Retrieves one or more Referenced FrameNumbers.
|
float |
getTwoDimensionalToThreeDimensionalMapData()
Retrieves Two Dimensional to ThreeDimensional Map Data
|
void |
setNumberOfMapPoints(int iNumberOfMapPoints)
Sets the number of points in the map.
|
void |
setReferencedFrameNumbers(short[] arrShReferencedFrameNumbers) |
void |
setTwoDimensionalToThreeDimensionalMapData(float fTwoDimensionalToThreeDimensionalMapData) |
boolean |
validateForModule()
Validates all the attributes in TwoDimensionalToThreeDimensionalMapSequenceItem 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 setReferencedFrameNumbers(short[] arrShReferencedFrameNumbers)
public short[] getReferencedFrameNumbers()
public void setNumberOfMapPoints(int iNumberOfMapPoints)
iNumberOfMapPoints - int value of NumberOfMapPoints.public int getNumberOfMapPoints()
public void setTwoDimensionalToThreeDimensionalMapData(float fTwoDimensionalToThreeDimensionalMapData)
public float getTwoDimensionalToThreeDimensionalMapData()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.