public class FieldOfViewSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getFieldOfViewDescription()
Return Manufacturer defined description of the field of view selected duringacquisition.
|
float[] |
getFieldOfViewDimensionsInFloat()
Retrieves Field of ViewDimension(s) in Float.
|
java.lang.String |
getFieldOfViewHorizontalFlip()
Return type of Field of View HorizontalFlip.
|
java.lang.String[] |
getFieldOfViewOrigin()
Retrieves Field of View Origin.
|
java.lang.String |
getFieldOfViewRotation()
Return type of Field of View Rotation.
|
java.lang.String |
getFieldOfViewShape()
Return type of Field Of View Shape.
|
void |
setFieldOfViewDescription(java.lang.String strFieldOfViewDescription)
Sets Manufacturer defined description of the field of view selected duringacquisition.
|
void |
setFieldOfViewDimensionsInFloat(float[] arrFFieldOfViewDimensionsInFloat)
Sets Dimensions in mm of the Field of View, that is the image pixels stored inPixel Data (7FE0,0010).
|
void |
setFieldOfViewHorizontalFlip(EnumFieldOfViewHorizontalFlip enumFieldOfViewHorizontalFlip)
Sets whether or not a horizontal flip has been applied to the Field of View, i.e.,the image pixels stored in Pixel Data (7FE0,0010), after rotation relative tothe physical detector as described in Field of View Rotation (0018,7032).
|
void |
setFieldOfViewOrigin(java.lang.String[] strFieldOfViewOrigin)
Sets the Offset of the TLHC of a rectangle circumscribing the Field of View, i.e., theimage pixels stored in Pixel Data (7FE0,0010) before rotation or flipping,from the TLHC of the physical detector area measured in physical detectorpixels as a row offset followed by a column offset.
|
void |
setFieldOfViewRotation(EnumFieldOfViewRotation enumFieldOfViewRotation)
Sets Clockwise rotation in degrees of Field of View, i.e., the image pixels storedin Pixel Data (7FE0,0010), relative to the physical detector.
|
void |
setFieldOfViewShape(EnumFieldOfViewShape enumFieldOfViewShape)
Sets shape of the Field of View, that is the image pixels stored in Pixel Data(7FE0,0010).
|
boolean |
validateForModule()
Validates all the attributes in FieldOfViewSequenceItem 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 setFieldOfViewShape(EnumFieldOfViewShape enumFieldOfViewShape)
enumFieldOfViewShape - enum value of Field Of View Shape.public java.lang.String getFieldOfViewShape()
public void setFieldOfViewDimensionsInFloat(float[] arrFFieldOfViewDimensionsInFloat)
arrFFieldOfViewDimensionsInFloat - pair of floating point numberspublic float[] getFieldOfViewDimensionsInFloat()
public void setFieldOfViewOrigin(java.lang.String[] strFieldOfViewOrigin)
strFieldOfViewOrigin - String value of Field of View Origin.public java.lang.String[] getFieldOfViewOrigin()
public void setFieldOfViewRotation(EnumFieldOfViewRotation enumFieldOfViewRotation)
enumFieldOfViewRotation - enum value of Field of View Rotation.public java.lang.String getFieldOfViewRotation()
public void setFieldOfViewHorizontalFlip(EnumFieldOfViewHorizontalFlip enumFieldOfViewHorizontalFlip)
enumFieldOfViewHorizontalFlip - enum value of Setup Device Type.public java.lang.String getFieldOfViewHorizontalFlip()
public void setFieldOfViewDescription(java.lang.String strFieldOfViewDescription)
strFieldOfViewDescription - String value of Field of View Description.public java.lang.String getFieldOfViewDescription()