public class MultiFrameSingleBitSCImageIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
MULTI_FRAME_SINGLE_BITS_SC_IMAGE_IOD
The Constant MULTI_FRAME_SINGLE_BITS_SC_IMAGE_IOD.
|
| Constructor and Description |
|---|
MultiFrameSingleBitSCImageIOD()
Instantiates a new multi frame single bit sc image iod.
|
MultiFrameSingleBitSCImageIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
MultiFrameSingleBitSCImageIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
MultiFrameSingleBitSCImageIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
MultiFrameSingleBitSCImageIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
MultiFrameSingleBitSCImageIOD(java.lang.String strFileName)
Creates MultiFrameSingleBitSCImageIOD IOD from a DICOM file containing MultiFrameSingleBitSCImageIOD DICOM data.
|
| Modifier and Type | Method and Description |
|---|---|
void |
dumpDICOMInfo(IDicomStream objIDicomStream)
Dumps the Name of IOD,Module and corresponding Attributs of Module.
|
CineModule |
getCineModule()
Retrieves pre-initialized instance of Cine Module.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
DeviceModule |
getDeviceModule()
Retrieves pre-initialized instance of Device Module.
|
FrameExtractionModule |
getFrameExtractionModule()
Retrieves pre-initialized instance of Frame Extraction Module.
|
FramePointersModule |
getFramePointersModule()
Retrieves pre-initialized instance of Frame Pointers Module .
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
MultiFrameModule |
getMultiFrameModule()
Retrieves pre-initialized instance of Multi Frame Module .
|
SCEquipmentModule |
getSCEquipmentModule()
Retrieves pre-initialized instance of SC Equipment Module.
|
SCImageModule |
getSCImageModule()
Retrieves pre-initialized instance of SC Image Module .
|
SCMultiFrameImageModule |
getSCMultiFrameImageModule()
Retrieves pre-initialized instance of SC Multi Frame Image Module.
|
SCMultiFrameVectorModule |
getSCMultiFrameVectorModule()
Retrieves pre-initialized instance of SC Multi Frame Vector Module .
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SpecimenModule |
getSpecimenModule()
Retrieves pre-initialized instance of Specimen Module.
|
boolean |
isModulePresent(java.lang.String strModuleName)
Checks whether the Module is present in the IOD or not.
|
boolean |
validate()
This method validates Multi Frame Single Bit SC Image 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 MULTI_FRAME_SINGLE_BITS_SC_IMAGE_IOD
public MultiFrameSingleBitSCImageIOD()
public MultiFrameSingleBitSCImageIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public MultiFrameSingleBitSCImageIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public MultiFrameSingleBitSCImageIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public MultiFrameSingleBitSCImageIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public MultiFrameSingleBitSCImageIOD(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 boolean validate()
throws InvalidIODException
validate in class ImageIODInvalidIODException - - throws when the IOD is invalid.public SCEquipmentModule getSCEquipmentModule()
SCEquipmentModule.public GeneralImageModule getGeneralImageModule()
GeneralImageModule.public CineModule getCineModule()
CineModule.public MultiFrameModule getMultiFrameModule()
MultiFrameModule.public FramePointersModule getFramePointersModule()
FramePointersModule.public DeviceModule getDeviceModule()
DeviceModule.public SpecimenModule getSpecimenModule()
SpecimenModule.public SCImageModule getSCImageModule()
SCImageModule.public SCMultiFrameVectorModule getSCMultiFrameVectorModule()
SCMultiFrameVectorModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.public FrameExtractionModule getFrameExtractionModule()
FrameExtractionModule.public SCMultiFrameImageModule getSCMultiFrameImageModule()
SCMultiFrameImageModule.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