public class InterventionDrugInformationSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
InterventionDrugCodeSequence |
getInterventionDrugCodeSequence()
Retrieves pre-initialized object of Intervention Drug 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 |
getInterventionDrugDose()
Retrieves Intervention drug dose, in mg.
|
java.lang.String |
getInterventionDrugName()
Retrieves Name of intervention drug.
|
java.lang.String |
getInterventionStartTime()
Retrieves Time of administration of the intervention drug.
|
java.lang.String |
getInterventionStopTime()
Retrieves Time of completion of administration of the intervention drug.
|
void |
setInterventionDrugDose(java.lang.String strInterventionDrugDose)
Sets Intervention drug dose, in mg.
|
void |
setInterventionDrugName(java.lang.String strInterventionDrugName)
Sets Name of intervention drug.
|
void |
setInterventionStartTime(java.lang.String strInterventionStartTime)
Sets Time of administration of the intervention drug.
|
void |
setInterventionStopTime(java.lang.String strInterventionStopTime)
Sets Time of completion of administration of the intervention drug.
|
boolean |
validateForModule()
Validates all the attributes in AcquisitionContextSequenceItem 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 InterventionDrugCodeSequence getInterventionDrugCodeSequence()
public void setInterventionDrugName(java.lang.String strInterventionDrugName)
strInterventionDrugName - String value of Intervention Drug Name.public java.lang.String getInterventionDrugName()
public void setInterventionStartTime(java.lang.String strInterventionStartTime)
strInterventionStartTime - String value of Intervention Start Time.public java.lang.String getInterventionStartTime()
public void setInterventionStopTime(java.lang.String strInterventionStopTime)
strInterventionStopTime - String value of Intervention Stop Time.public java.lang.String getInterventionStopTime()
public void setInterventionDrugDose(java.lang.String strInterventionDrugDose)
strInterventionDrugDose - String value of Intervention Drug Dose.public java.lang.String getInterventionDrugDose()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.