public class PatientIOD extends NormalizedIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
PATIENT_IOD
The Constant PATIENT_IOD.
|
NORMALIZED_IOD| Constructor and Description |
|---|
PatientIOD()
Instantiates a new patient iod.
|
PatientIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
PatientIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
PatientIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
PatientIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
PatientIOD(java.lang.String strFileName)
Creates PatientIOD IOD from a DICOM file containing PatientIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
PatientDemographicModule |
getPatientDemographicModule()
This method returns the PatientDemographicModule with preinitializing it.
|
PatientIdentificationModule |
getPatientIdentificationModule()
This method returns the PatientIdentificationModule with preinitializing it.
|
PatientMedicalModule |
getPatientMedicalModule()
This method returns the PatientMedicalModule with preinitializing it.
|
PatientRelationshipModule |
getPatientRelationshipModule()
This method returns the PatientRelationshipModule with preinitializing it.
|
SOPCommonModule |
getSOPCommonModule()
This method returns the SOPCommonModule with preinitializing it.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
addDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModule, validatepublic static final java.lang.String PATIENT_IOD
public PatientIOD()
public PatientIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public PatientIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public PatientIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public PatientIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public PatientIOD(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 PatientRelationshipModule getPatientRelationshipModule()
PatientRelationshipModule.public PatientDemographicModule getPatientDemographicModule()
PatientDemographicModule.public PatientIdentificationModule getPatientIdentificationModule()
PatientIdentificationModule.public PatientMedicalModule getPatientMedicalModule()
PatientMedicalModule.public void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class NormalizedIODobjIDicomStream - - 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 NormalizedIODstrModuleName - String value of module name