public class NMIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
NM_IOD
The Constant NM_IOD.
|
| Constructor and Description |
|---|
NMIOD()
Instantiates a new nMIOD.
|
NMIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
NMIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
NMIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
NMIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
NMIOD(java.lang.String strFileName)
Creates NMIOD IOD from a DICOM file containing NMIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
AcquisitionContextModule |
getAcquisitionContextModule()
Retrieves pre-initialized instance of Acquisition Context Module.
|
CurveModule |
getCurveModule()
Retrieves pre-initialized instance of Curve Module.
|
FrameOfReferenceModule |
getFrameOfReferenceModule()
Retrieves pre-initialized instance of Frame Of Reference Module.
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
MultiFrameModule |
getMultiFrameModule()
Retrieves pre-initialized instance of Multi Frame Module.
|
MultiFrameOverlayModule |
getMultiFrameOverlayModule()
Retrieves pre-initialized instance of Multi Frame Overlay Module.
|
NMDetectorModule |
getNMDetectorModule()
Retrieves pre-initialized instance of NM Detector Module.
|
NMImageModule |
getNMImageModule()
Retrieves pre-initialized instance of NM Image Module.
|
NMImagePixelModule |
getNMImagePixelModule()
Retrieves pre-initialized instance of NM Image Pixel Module.
|
NMIsotopeModule |
getNMIsotopeModule()
Retrieves pre-initialized instance of NM Isotope Module.
|
NMMultiFrameModule |
getNMMultiFrameModule()
Retrieves pre-initialized instance of NM Multi Frame Module.
|
NMMultiGatedAcquisitionModule |
getNMMultiGatedAcquisitionModule()
Retrieves pre-initialized instance of NM Multi Gated Acquisition Module.
|
NMOrPETPatientOrientationModule |
getNMOrPETPatientOrientationModule()
Retrieves pre-initialized instance of NM Or PET Patient Orientation Module.
|
NMPhaseModule |
getNMPhaseModule()
Retrieves pre-initialized instance of NM Phase Module.
|
NMReconstructionModule |
getNMReconstructionModule()
Retrieves pre-initialized instance of NM Reconstruction Module.
|
NMTOMOAcquisitionModule |
getNMTOMOAcquisitionModule()
Retrieves pre-initialized instance of NM TO MO Acquisition Module.
|
OverlayPlaneModule |
getOverlayPlaneModule()
Retrieves pre-initialized instance of Overlay Plane Module.
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SynchronizationModule |
getSynchronizationModule()
Retrieves pre-initialized instance of Synchronization Module.
|
VOILUTModule |
getVOILUTModule()
Retrieves pre-initialized instance of VOI LUT Module.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates NM IOD according to the Module Table given in The DICOM Standard.
|
getClinicalTrialSeriesModule, getGeneralEquipmentModule, getGeneralSeriesModule, getGeneralStudyModule, getImagePixelModule, getPatientModule, getPatientStudyModulegetClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String NM_IOD
public NMIOD()
public NMIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public NMIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public NMIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public NMIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public NMIOD(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 NMOrPETPatientOrientationModule getNMOrPETPatientOrientationModule()
NMOrPETPatientOrientationModule.public GeneralImageModule getGeneralImageModule()
GeneralImageModule.public SynchronizationModule getSynchronizationModule()
SynchronizationModule.public FrameOfReferenceModule getFrameOfReferenceModule()
FrameOfReferenceModule.public OverlayPlaneModule getOverlayPlaneModule()
OverlayPlaneModule.public AcquisitionContextModule getAcquisitionContextModule()
AcquisitionContextModule.public NMImagePixelModule getNMImagePixelModule()
NMImagePixelModule.public MultiFrameModule getMultiFrameModule()
MultiFrameModule.public NMMultiFrameModule getNMMultiFrameModule()
NMMultiFrameModule.public NMImageModule getNMImageModule()
NMImageModule.public NMIsotopeModule getNMIsotopeModule()
NMIsotopeModule.public NMDetectorModule getNMDetectorModule()
NMDetectorModule.public NMTOMOAcquisitionModule getNMTOMOAcquisitionModule()
NMTOMOAcquisitionModule.public NMMultiGatedAcquisitionModule getNMMultiGatedAcquisitionModule()
NMMultiGatedAcquisitionModule.public NMPhaseModule getNMPhaseModule()
NMPhaseModule.public NMReconstructionModule getNMReconstructionModule()
NMReconstructionModule.public MultiFrameOverlayModule getMultiFrameOverlayModule()
MultiFrameOverlayModule.public CurveModule getCurveModule()
CurveModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public VOILUTModule getVOILUTModule()
VOILUTModule.public boolean validate()
throws InvalidIODException
validate in class ImageIODInvalidIODException - - throws when the IOD is invalid.public void dumpDICOMInfo(IDicomStream objIDicomStream) throws java.io.IOException
dumpDICOMInfo in class ImageIODobjIDicomStream - - 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 ImageIODstrModuleName - String value of module name