public class ImageCenterPointCoordinatesSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getXOffsetInSlideCoordinateSystem()
Retrieves The X offset in millimeters from the Origin of the Slide Coordinate System.
|
java.lang.String |
getYOffsetInSlideCoordinateSystem()
Retrieves The Y offset in millimeters from the Origin of the Slide Coordinate System.
|
java.lang.String |
getZOffsetInSlideCoordinateSystem()
Retrieves The Z offset in millimeters from the Origin of the Slide Coordinate System.
|
void |
setXOffsetInSlideCoordinateSystem(java.lang.String strXOffsetInSlideCoordinateSystem)
Sets The X offset in millimeters from the Origin of the Slide Coordinate System.
|
void |
setYOffsetInSlideCoordinateSystem(java.lang.String strYOffsetInSlideCoordinateSystem)
Sets The Y offset in millimeters from the Origin of the Slide Coordinate System.
|
void |
setZOffsetInSlideCoordinateSystem(java.lang.String strZOffsetInSlideCoordinateSystem)
Sets The Z offset in millimeters from the Origin of the Slide Coordinate System.
|
boolean |
validateForModule()
Validates all the attributes in
ImageCenterPointCoordinatesSequenceItem 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 setXOffsetInSlideCoordinateSystem(java.lang.String strXOffsetInSlideCoordinateSystem)
strXOffsetInSlideCoordinateSystem - String value of X offset in Slide Coordinate System.public java.lang.String getXOffsetInSlideCoordinateSystem()
public void setYOffsetInSlideCoordinateSystem(java.lang.String strYOffsetInSlideCoordinateSystem)
strYOffsetInSlideCoordinateSystem - String value of Y offset in Slide Coordinate System.public java.lang.String getYOffsetInSlideCoordinateSystem()
public void setZOffsetInSlideCoordinateSystem(java.lang.String strZOffsetInSlideCoordinateSystem)
strZOffsetInSlideCoordinateSystem - String value of Z offset in Slide Coordinate System.public java.lang.String getZOffsetInSlideCoordinateSystem()
public boolean validateForModule()
throws InvalidItemException
ImageCenterPointCoordinatesSequenceItem that are present in the DataSet.validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.