public class RTIonMachineVerificationIOD extends NonImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
RT_ION_MACHINE_VERIFICATION_INFORMATION_OBJECT_DEFINITION
The Constant RT ION MACHINE VERIFICATION IOD.
|
| Constructor and Description |
|---|
RTIonMachineVerificationIOD()
Instantiates a new RTIonMachineVerificationIOD
|
RTIonMachineVerificationIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
RTIonMachineVerificationIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
RTIonMachineVerificationIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
RTIonMachineVerificationIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
RTIonMachineVerificationIOD(java.lang.String strFileName)
Creates RTIonMachineVerificationIOD IOD from a DICOM file containing RTIonMachineVerificationIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributes of Module.
|
RTGeneralMachineVerificationModule |
getRTGeneralMachineVerificationModule()
Retrieves pre-initialized instance of RTGeneralMachineVerificationModule.
|
RTIonMachineVerificationModule |
getRTIonMachineVerificationModule()
Retrieves pre-initialized instance of RTIonMachineVerificationModule.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOPCommonModule.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates Non-Image IOD RTIonMachineVerificationIOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String RT_ION_MACHINE_VERIFICATION_INFORMATION_OBJECT_DEFINITION
public RTIonMachineVerificationIOD()
public RTIonMachineVerificationIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public RTIonMachineVerificationIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public RTIonMachineVerificationIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public RTIonMachineVerificationIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public RTIonMachineVerificationIOD(java.lang.String strFileName)
throws java.io.IOException,
InvalidIODException
strFileName - DICOM File with absolute path.java.io.IOException - Exception caused due to wrong I/O operations.ParseException - signals if some parse exceptions are occurred.InvalidIODException - signals if some IOD exceptions are occurred.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public RTGeneralMachineVerificationModule getRTGeneralMachineVerificationModule()
RTGeneralMachineVerificationModule.public RTIonMachineVerificationModule getRTIonMachineVerificationModule()
RTIonMachineVerificationModule.public boolean validate()
throws InvalidIODException
validate in class NonImageIODInvalidIODException - throws when the IOD is invalid.public void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class CompositeIODobjIDicomStream - - the Stream on which the Data is to be written.java.io.IOException - - Exception is thrown indicating runtime failure of writing operation.public boolean isModulePresent(java.lang.String strModuleName)
isModulePresent in class NonImageIODstrModuleName - String value of module name