public class RTEquipmentCorrelationMacro extends Macro
| Constructor and Description |
|---|
RTEquipmentCorrelationMacro(IDataSet objDataSet)
This constructor constructs a Macro with specified DataSet.
|
RTEquipmentCorrelationMacro(IDataSet objDataSet,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with specified DataSet and DictionaryReader
|
RTEquipmentCorrelationMacro(IItem objItem)
This constructor constructs a Macro with the specified Item
|
RTEquipmentCorrelationMacro(IItem objItem,
IDictionaryReader objDictionaryReader)
This constructor constructs a Macro with the specified Item and DictionaryReader
|
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getPatientSupportAngle()
Retrieves Patient Support Angle
|
java.lang.String |
getTableTopLateralPosition()
Retrieves Table Top Lateral Position
|
java.lang.String |
getTableTopLongitudinalPosition()
Retrieves Table Top Longitudinal Position
|
float |
getTableTopPitchAngle()
Retrieves the Table Top Pitch Angle
|
float |
getTableTopRollAngle()
Retrieves the Table Top Roll Angle
|
void |
setPatientSupportAngle(java.lang.String strPatientSupportAngle)
Sets Patient Support Angle.
|
void |
setTableTopLateralPosition(java.lang.String strTableTopLateralPosition)
Sets Table Top Lateral Position.
|
void |
setTableTopLongitudinalPosition(java.lang.String strTableTopLongitudinalPosition)
Sets Table Top Longitudinal Position.
|
void |
setTableTopPitchAngle(float fTableTopPitchAngle)
Sets the Table Top Pitch Angle
|
void |
setTableTopRollAngle(float fTableTopRollAngle)
Sets the Table Top Roll Angle
|
boolean |
validate()
Validates all the attributes in RTEquipmentCorrelationMacro
|
static boolean |
validate(IDataSet objIDataSet)
Validates all the attributes in RTEquipmentCorrelationMacro that are present in the DataSet
|
static boolean |
validate(IItem objIItem)
Validates all the attributes in RTEquipmentCorrelationMacro that are present in the DataSet
|
addDataElement, clone, contains, getDataElement, getTransferSyntaxpublic RTEquipmentCorrelationMacro(IDataSet objDataSet)
objDataSet - Collection of DataElementspublic RTEquipmentCorrelationMacro(IDataSet objDataSet, IDictionaryReader objDictionaryReader)
objDataSet - specifies the DataSetobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic RTEquipmentCorrelationMacro(IItem objItem)
objItem - specifies instance of Item classpublic RTEquipmentCorrelationMacro(IItem objItem, IDictionaryReader objDictionaryReader)
objItem - specifies instance of Item classobjDictionaryReader - specifies the DICOM Dictionary reader to be usedpublic boolean validate()
throws InvalidMacroException
InvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public static boolean validate(IDataSet objIDataSet) throws InvalidMacroException
objIDataSet - collection of DataElementsInvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public static boolean validate(IItem objIItem) throws InvalidMacroException
objIItem - collection of DataElements in a sequenceInvalidMacroException - throws InvalidMacroException If Mandatory or Conditional element fails.public void setPatientSupportAngle(java.lang.String strPatientSupportAngle)
strPatientSupportAngle - String value of Patient Support Anglepublic java.lang.String getPatientSupportAngle()
public void setTableTopPitchAngle(float fTableTopPitchAngle)
fTableTopPitchAngle - Float value of Table Top Pitch Anglepublic float getTableTopPitchAngle()
public void setTableTopRollAngle(float fTableTopRollAngle)
fTableTopRollAngle - Float value of Table Top Roll Anglepublic float getTableTopRollAngle()
public void setTableTopLongitudinalPosition(java.lang.String strTableTopLongitudinalPosition)
strTableTopLongitudinalPosition - String value of Table Top Longitudinal Positionpublic java.lang.String getTableTopLongitudinalPosition()
public void setTableTopLateralPosition(java.lang.String strTableTopLateralPosition)
strTableTopLateralPosition - String value of Table Top Lateral Positionpublic java.lang.String getTableTopLateralPosition()