public class TreatmentMachineSequenceItem extends Item
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
getDeviceSerialNumber()
Retrieves Manufacturer's serial number of the equipment used for treatment delivery.
|
java.lang.String |
getInstitutionAddress()
Retrieves Mailing address of the institution where the equipment is located that was used for treatment delivery.
|
java.lang.String |
getInstitutionalDepartmentName()
Retrieves Institution where the equipment is located that was used for treatment delivery.
|
java.lang.String |
getInstitutionName()
Retrieves Institution where the equipment is located that was used for treatment delivery.
|
java.lang.String |
getManufacturer()
Retrieves Manufacturer of the equipment used for treatment delivery.
|
java.lang.String |
getManufacturersModelName()
Retrieves Manufacturer's model name of the equipment used for treatment delivery.
|
java.lang.String |
getTreatmentMachineName()
Retrieves Treatment Machine Name.
|
void |
setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
Sets Manufacturer's serial number of the equipment used for treatment delivery.
|
void |
setInstitutionAddress(java.lang.String strInstitutionAddress)
Sets Mailing address of the institution where the equipment is located that was used for treatment delivery.
|
void |
setInstitutionalDepartmentName(java.lang.String strInstitutionalDepartmentName)
Sets Institution where the equipment is located that was used for treatment delivery.
|
void |
setInstitutionName(java.lang.String strInstitutionName)
Sets Institution where the equipment is located that was used for treatment delivery.
|
void |
setManufacturer(java.lang.String strManufacturer)
Sets the Manufacturer of the equipment used for treatment delivery..
|
void |
setManufacturersModelName(java.lang.String strManufacturersModelName)
Sets Manufacturer's model name of the equipment used for treatment delivery.
|
void |
setTreatmentMachineName(java.lang.String strTreatmentMachineName)
Sets User-defined name identifying treatment machine used for treatment delivery.
|
boolean |
validateForModule()
Validates all the attributes in 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 setTreatmentMachineName(java.lang.String strTreatmentMachineName)
strTreatmentMachineName - String value of Treatment Machine Name.public java.lang.String getTreatmentMachineName()
public void setManufacturer(java.lang.String strManufacturer)
strManufacturer - String value of Manufacturer .public java.lang.String getManufacturer()
public void setInstitutionName(java.lang.String strInstitutionName)
strInstitutionName - String value of Institution Name .public java.lang.String getInstitutionName()
public void setInstitutionAddress(java.lang.String strInstitutionAddress)
strInstitutionAddress - String value of Institution Address .public java.lang.String getInstitutionAddress()
public void setInstitutionalDepartmentName(java.lang.String strInstitutionalDepartmentName)
strInstitutionalDepartmentName - String value of Institution Name .public java.lang.String getInstitutionalDepartmentName()
public void setManufacturersModelName(java.lang.String strManufacturersModelName)
strManufacturersModelName - String value of Manufacturers Model Name .public java.lang.String getManufacturersModelName()
public void setDeviceSerialNumber(java.lang.String strDeviceSerialNumber)
strDeviceSerialNumber - String value of Device Serial Number.public java.lang.String getDeviceSerialNumber()
public boolean validateForModule()
throws InvalidItemException
validateForModule in interface IItemvalidateForModule in class ItemInvalidItemException - throws InvalidItemException If Mandatory or Conditional element fails.