public class RespiratorySynchronizationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
double |
getActualRespiratoryTriggerDelayTime()
Retrieves the Nominal Respiratory Trigger Delay Time.
|
float |
getEndingRespiratoryAmplitude()
Retrieves the Starting Respiratory Amplitude.
|
java.lang.String |
getEndingRespiratoryPhase()
Return type of Ending Respiratory Phase.
|
float |
getNominalPercentageOfRespiratoryPhase()
Retrieves the Nominal Percentage Of Respiratory Phase.
|
double |
getNominalRespiratoryTriggerDelayTime()
Retrieves the Nominal Respiratory Trigger Delay Time.
|
double |
getRespiratoryIntervalTime()
Retrieves the Minimal value of Chemical Shift Frequency in ppm.
|
float |
getStartingRespiratoryAmplitude()
Retrieves the Starting Respiratory Amplitude.
|
java.lang.String |
getStartingRespiratoryPhase()
Return type of Starting Respiratory Phase.
|
void |
setActualRespiratoryTriggerDelayTime(double dblActualRespiratoryTriggerDelayTime)
The actual time in ms from the beginning of the respiratory interval to thevalue of Frame Reference DateTime (0018,9151).
|
void |
setEndingRespiratoryAmplitude(float fEndingRespiratoryAmplitude)
Nominal amplitude of the respiratory signal at which the acquisition of datafor this frame begins, in percent of the nominal maximum value (whichrepresents maximum inspiration).
|
void |
setEndingRespiratoryPhase(EnumEndingRespiratoryPhase enumEndingRespiratoryPhase)
The phase of respiration at which the Ending Respiratory Amplitude(0020,9248) was measured.
|
void |
setNominalPercentageOfRespiratoryPhase(float fNominalPercentageOfRespiratoryPhase)
The nominal time relative to the preceding respiratory inspiration maximumdivided by the nominal respiratory interval multiplied by 100.
|
void |
setNominalRespiratoryTriggerDelayTime(double dblNominalRespiratoryTriggerDelayTime)
The nominal time in ms from the beginning of the respiratory interval tothe value of Frame Reference DateTime (0018,9151).
|
void |
setRespiratoryIntervalTime(double dblRespiratoryIntervalTime)
Measured interval time in ms from maximum respiration peak to the nextpeak for the respiratory cycle in which this frame occurs.
|
void |
setStartingRespiratoryAmplitude(float fStartingRespiratoryAmplitude)
Nominal amplitude of the respiratory signal at which the acquisition of datafor this frame begins, in percent of the nominal maximum value (whichrepresents maximum inspiration).
|
void |
setStartingRespiratoryPhase(EnumStartingRespiratoryPhase enumStartingRespiratoryPhase)
The phase of respiration at which the Starting Respiratory Amplitude(0020,9246) was measured.
|
boolean |
validateForModule()
Validates all the attributes in CalculatedDoseReferenceSequenceItem 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 setRespiratoryIntervalTime(double dblRespiratoryIntervalTime)
dblRespiratoryIntervalTime - Double value of coordinatespublic double getRespiratoryIntervalTime()
public void setNominalPercentageOfRespiratoryPhase(float fNominalPercentageOfRespiratoryPhase)
fPresentationPixelMagnificationRatio - Float value of the Ratio of displayed pixels to source pixelspublic float getNominalPercentageOfRespiratoryPhase()
public void setNominalRespiratoryTriggerDelayTime(double dblNominalRespiratoryTriggerDelayTime)
dblNominalRespiratoryTriggerDelayTime - Double value of coordinatespublic double getNominalRespiratoryTriggerDelayTime()
public void setActualRespiratoryTriggerDelayTime(double dblActualRespiratoryTriggerDelayTime)
dblActualRespiratoryTriggerDelayTime - Double value of coordinatespublic double getActualRespiratoryTriggerDelayTime()
public void setStartingRespiratoryAmplitude(float fStartingRespiratoryAmplitude)
fStartingRespiratoryAmplitude - Float value of Starting Respiratory Amplitude.public float getStartingRespiratoryAmplitude()
public void setStartingRespiratoryPhase(EnumStartingRespiratoryPhase enumStartingRespiratoryPhase)
enumStartingRespiratoryPhase - enum value of Starting Respiratory Phase.public java.lang.String getStartingRespiratoryPhase()
public void setEndingRespiratoryAmplitude(float fEndingRespiratoryAmplitude)
fEndingRespiratoryAmplitude - Float value of Ending Respiratory Amplitude.public float getEndingRespiratoryAmplitude()
public void setEndingRespiratoryPhase(EnumEndingRespiratoryPhase enumEndingRespiratoryPhase)
enumEndingRespiratoryPhase - enum value of Starting Respiratory Phase.public java.lang.String getEndingRespiratoryPhase()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.