public class ExposureControlSensingRegionsSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
short[] |
getCenterOfCircularExposureControlSensingRegion()
Returns the Location of the center of the circular Exposure ControlSensing Region expressed as effective pixel row and column
|
short |
getExposureControlSensingRegionLeftVerticalEdge()
Retrieves the location of the left edge of the rectangular ExposureControl Sensing Region expressed as effective pixel column.
|
short |
getExposureControlSensingRegionLowerHorizontalEdge()
Retrieves the location of the lower edge of the rectangular ExposureControl Sensing Region expressed as effective pixel column.
|
short |
getExposureControlSensingRegionRightVerticalEdge()
Retrieves the location of the right edge of the rectangular ExposureControl Sensing Region expressed as effective pixel column.
|
java.lang.String |
getExposureControlSensingRegionShape()
Return type of Exposure Control Sensing Region Shape.
|
short |
getExposureControlSensingRegionUpperHorizontalEdge()
Retrieves the location of the upper edge of the rectangular ExposureControl Sensing Region expressed as effective pixel column.
|
short |
getRadiusOfCircularExposureControlSensingRegion()
Retrieves the Radius of the circular Exposure Control Sensing Regionexpressed as effective number of pixels along the row direction.
|
short[] |
getVerticesOfThePolygonalExposureControlSensingRegion()
Returns the Vertices of the PolygonalExposure Control Sensing Region.
|
void |
setCenterOfCircularExposureControlSensingRegion(short[] sCenterOfCircularExposureControlSensingRegion)
Sets the Location of the center of the circular Exposure ControlSensing Region expressed as effective pixel row and column.
|
void |
setExposureControlSensingRegionLeftVerticalEdge(short shExposureControlSensingRegionLeftVerticalEdge)
Sets the location of the left edge of the rectangular ExposureControl Sensing Region expressed as effective pixel column.
|
void |
setExposureControlSensingRegionLowerHorizontalEdge(short shExposureControlSensingRegionLowerHorizontalEdge)
Sets the location of the lower edge of the rectangular ExposureControl Sensing Region expressed as effective pixel column.
|
void |
setExposureControlSensingRegionRightVerticalEdge(short shExposureControlSensingRegionRightVerticalEdge)
Sets the location of the right edge of the rectangular ExposureControl Sensing Region expressed as effective pixel column.
|
void |
setExposureControlSensingRegionShape(EnumExposureControlSensingRegionShape enumExposureControlSensingRegionShape)
Sets the shape of the Exposure Control Sensing Region.
|
void |
setExposureControlSensingRegionUpperHorizontalEdge(short shExposureControlSensingRegionUpperHorizontalEdge)
Sets the location of the upper edge of the rectangular ExposureControl Sensing Region expressed as effective pixel column.
|
void |
setVerticesOfThePolygonalExposureControlSensingRegion(short[] sVerticesOfThePolygonalExposureControlSensingRegion)
Sets the Vertices of the PolygonalExposure Control Sensing Region
|
void |
setWaveformBitsStored(short shRadiusOfCircularExposureControlSensingRegion)
Sets the Radius of the circular Exposure Control Sensing Regionexpressed as effective number of pixels along the row direction.
|
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 setExposureControlSensingRegionShape(EnumExposureControlSensingRegionShape enumExposureControlSensingRegionShape)
enumExposureControlSensingRegionShape - enum value of Field Of View Shape.public java.lang.String getExposureControlSensingRegionShape()
public void setExposureControlSensingRegionLeftVerticalEdge(short shExposureControlSensingRegionLeftVerticalEdge)
shExposureControlSensingRegionLeftVerticalEdge - short value of Exposure Control SensingRegion Left Vertical Edge.public short getExposureControlSensingRegionLeftVerticalEdge()
public void setExposureControlSensingRegionRightVerticalEdge(short shExposureControlSensingRegionRightVerticalEdge)
shExposureControlSensingRegionRightVerticalEdge - short value of Exposure Control SensingRegion Right Vertical Edge.public short getExposureControlSensingRegionRightVerticalEdge()
public void setExposureControlSensingRegionUpperHorizontalEdge(short shExposureControlSensingRegionUpperHorizontalEdge)
shExposureControlSensingRegionUpperHorizontalEdge - short value of Exposure Control SensingRegion Upper Vertical Edge.public short getExposureControlSensingRegionUpperHorizontalEdge()
public void setExposureControlSensingRegionLowerHorizontalEdge(short shExposureControlSensingRegionLowerHorizontalEdge)
shExposureControlSensingRegionLowerHorizontalEdge - short value of Exposure Control SensingRegion lower Vertical Edge.public short getExposureControlSensingRegionLowerHorizontalEdge()
public void setCenterOfCircularExposureControlSensingRegion(short[] sCenterOfCircularExposureControlSensingRegion)
sCenterOfCircularExposureControlSensingRegion - short array of Center of Circular ExposureControl Sensing Region.public short[] getCenterOfCircularExposureControlSensingRegion()
public void setWaveformBitsStored(short shRadiusOfCircularExposureControlSensingRegion)
shRadiusOfCircularExposureControlSensingRegion - short value of Radius of Circular ExposureControl Sensing Regionpublic short getRadiusOfCircularExposureControlSensingRegion()
public void setVerticesOfThePolygonalExposureControlSensingRegion(short[] sVerticesOfThePolygonalExposureControlSensingRegion)
sVerticesOfThePolygonalExposureControlSensingRegion - short array of Vertices of the PolygonalExposure Control Sensing Region.public short[] getVerticesOfThePolygonalExposureControlSensingRegion()