public class ContrastBolusAgentSequenceItem extends CodeSequenceMacroDependentItem
| Modifier and Type | Method and Description |
|---|---|
ContrastAdministrationProfileSequence |
getContrastAdministrationProfileSequence()
Retrieves pre-initialized object of Contrast Administration Profile Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
ContrastBolusAdministrationRouteSequence |
getContrastBolusAdministrationRouteSequence()
Retrieves pre-initialized object of Contrast Bolus Administration Route Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
ContrastBolusIngredientCodeSequence |
getContrastBolusIngredientCodeSequence()
Retrieves pre-initialized object of Contrast Bolus Ingredient Code Sequence.If the module contains the sequence object
it returns the same otherwise it creates the sequence adds to the module with proper initialization
and then returns the object of sequence
|
java.lang.String |
getContrastBolusIngredientOpaque()
Retrieves type of the value encoded in this Item
|
float |
getContrastBolusIngredientPercentbyVolume()
Retrieves the Ratio of displayed pixels to source pixels,specified in one dimension.
|
float |
getContrastBolusT1Relaxivity()
Retrieves the Ratio of displayed pixels to source pixels,specified in one dimension.
|
short |
getContrastOrBolusAgentNumber()
Retrieves Identifying number, unique within this SOP Instance, of the agent administered.
|
java.lang.String |
getContrastOrBolusIngredientConcentration()
Retrieves Milligrams of active ingredient per milliliter of agent.
|
java.lang.String |
getContrastOrBolusVolume()
Retrieves Volume administered during this phase in milliliters of diluted contrast agent.
|
void |
setContrastBolusIngredientOpaque(EnumContrastBolusIngredientOpaque enumContrastBolusIngredientOpaque)
Sets the absorption of the ingredient greater than the absorption of water (tissue).
|
void |
setContrastBolusIngredientPercentbyVolume(float fContrastBolusIngredientPercentbyVolume)
Sets the percentage by volume of active ingredient in the total volume.
|
void |
setContrastBolusT1Relaxivity(float fContrastBolusT1Relaxivity)
Sets the T1 Relaxivity of the MR Contrast/Bolus used specified in s-1*mmol-1 specified at body temperature in human blood plasma.
|
void |
setContrastOrBolusAgentNumber(short shContrastOrBolusAgentNumber)
Sets Identifying number, unique within this SOP Instance, of the agent administered.
|
void |
setContrastOrBolusIngredientConcentration(java.lang.String strContrastOrBolusIngredientConcentration)
Sets Milligrams of active ingredient per milliliter of agent.
|
void |
setContrastOrBolusVolume(java.lang.String strContrastOrBolusVolume)
Sets Volume administered during this phase in milliliters of diluted contrast agent.
|
boolean |
validateForModule()
Validates all the attributes in ContrastBolusAgentSequenceItem that are present in the DataSet
|
getCodeSequenceMacroaddDataElement, changeToUndefined, clone, contains, dumpDICOMInfo, getDataForTag, getDictionaryReader, getItemLength, getTransferSyntax, getValue, getValueLength, iterator, read, setDictionaryReader, setTransferSyntax, setValue, sortedIterator, validate, writepublic void setContrastOrBolusAgentNumber(short shContrastOrBolusAgentNumber)
shContrastOrBolusAgentNumber - short value of numberpublic short getContrastOrBolusAgentNumber()
public void setContrastOrBolusVolume(java.lang.String strContrastOrBolusVolume)
strContrastOrBolusVolume - String value of ContrastOrBolusVolumepublic java.lang.String getContrastOrBolusVolume()
public void setContrastOrBolusIngredientConcentration(java.lang.String strContrastOrBolusIngredientConcentration)
strContrastOrBolusIngredientConcentration - String value of of active ingredientpublic java.lang.String getContrastOrBolusIngredientConcentration()
public void setContrastBolusIngredientPercentbyVolume(float fContrastBolusIngredientPercentbyVolume)
fContrastBolusIngredientPercentbyVolume - Float value of the Ratio of displayed pixels to source pixelspublic float getContrastBolusIngredientPercentbyVolume()
public void setContrastBolusIngredientOpaque(EnumContrastBolusIngredientOpaque enumContrastBolusIngredientOpaque)
enumContrastBolusIngredientOpaque - Specifies type of the value encoded in this Itempublic java.lang.String getContrastBolusIngredientOpaque()
public void setContrastBolusT1Relaxivity(float fContrastBolusT1Relaxivity)
fContrastBolusT1Relaxivity - Float value of the Ratio of displayed pixels to source pixelspublic float getContrastBolusT1Relaxivity()
public ContrastBolusAdministrationRouteSequence getContrastBolusAdministrationRouteSequence()
public ContrastBolusIngredientCodeSequence getContrastBolusIngredientCodeSequence()
public ContrastAdministrationProfileSequence getContrastAdministrationProfileSequence()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class CodeSequenceMacroDependentItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.