public class VLWholeSlideMicroscopyImageIOD extends ImageIOD
| Modifier and Type | Field and Description |
|---|---|
static java.lang.String |
VL_WHOLE_SLIDE_MICROSCOPY_IMAGE_IOD
The Constant VL_WHOLE_SLIDE_MICROSCOPY_IMAGE_IOD.
|
| Constructor and Description |
|---|
VLWholeSlideMicroscopyImageIOD()
Instantiates a new VL Whole Slide Microscopy Image IOD.
|
VLWholeSlideMicroscopyImageIOD(IDataSet objIDataSet_)
This constructor accepts the DataSet from the user in its superclass IOD.
|
VLWholeSlideMicroscopyImageIOD(IDictionaryReader objIDictionaryReader_)
This constructor initializes the DictionaryReader
in its superclass IOD.
|
VLWholeSlideMicroscopyImageIOD(ITransferSyntax objITransferSyntax_)
This constructor initializes the TransferSyntax in its superclass IOD.
|
VLWholeSlideMicroscopyImageIOD(ITransferSyntax objITransferSyntax_,
IDictionaryReader objIDictionaryReader_)
This constructor initializes the TransferSyntax and DictionaryReader in its super class IOD.
|
VLWholeSlideMicroscopyImageIOD(java.lang.String strFileName)
Creates VLWholeSlideMicroscopyImageIOD IOD from a DICOM file containing VLWholeSlideMicroscopyImageIOD 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 AcquisitionContextModule.
|
ClinicalTrialSeriesModule |
getClinicalTrialSeriesModule()
Retrieves pre-initialized instance of objClinicalTrialSeriesModule.
|
CommonInstanceReferenceModule |
getCommonInstanceReferenceModule()
Retrieves pre-initialized instance of Common Instance Reference Module.
|
EnhancedGeneralEquipmentModule |
getEnhancedGeneralEquipmentModule()
Retrieves pre-initialized instance of EnhancedGeneralEquipmentModule.
|
FrameExtractionModule |
getFrameExtractionModule()
Retrieves pre-initialized instance of Frame Extraction Module .
|
FrameOfReferenceModule |
getFrameOfReferenceModule()
Retrieves pre-initialized instance of Frame Of Reference Module.
|
GeneralEquipmentModule |
getGeneralEquipmentModule()
Retrieves pre-initialized instance of GeneralEquipmentModule.
|
GeneralImageModule |
getGeneralImageModule()
Retrieves pre-initialized instance of General Image Module.
|
MultiFrameDimensionModule |
getMultiFrameDimensionModule() |
MultiFrameFunctionalGroupsModule |
getMultiFrameFunctionalGroupsModule()
Retrieves pre-initialized instance of MultiFrameFunctionalGroupsModule.
|
MultiResolutionNavigationModule |
getMultiResolutionNavigationModule()
Retrieves pre-initialized instance of Respiratory Synchronization Module.
|
OpticalPathModule |
getOpticalPathModule()
Retrieves pre-initialized instance of Optical Path Module.
|
SlideLabelModule |
getSlideLabelModule()
Retrieves pre-initialized instance of Slide Label Module .
|
SOPCommonModule |
getSOPCommonModule()
Retrieves pre-initialized instance of SOP Common Module.
|
SpecimenModule |
getSpecimenModule()
Retrieves pre-initialized instance of Specimen Identification Module.
|
WholeSlideMicroscopyImageModule |
getWholeSlideMicroscopyImageModule()
Retrieves pre-initialized instance of Whole Slide Microscopy Image Module.
|
WholeSlideMicroscopySeriesModule |
getWholeSlideMicroscopySeriesModule()
Retrieves pre-initialized instance of Whole Slide Microscopy Series Module.
|
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 MR Spectroscopy IOD according to the Module Table given in The DICOM Standard.
|
getGeneralSeriesModule, getGeneralStudyModule, getImagePixelModule, getPatientModule, getPatientStudyModulegetClinicalTrialStudyModule, getClinicalTrialSubjectModuleaddDataElement, getDataSet, getTransferSyntax, isPresent, removeDataElement, removeModulepublic static final java.lang.String VL_WHOLE_SLIDE_MICROSCOPY_IMAGE_IOD
public VLWholeSlideMicroscopyImageIOD()
public VLWholeSlideMicroscopyImageIOD(ITransferSyntax objITransferSyntax_)
objITransferSyntax_ - - specifies the DICOM Standard defined TransfeSyntax.public VLWholeSlideMicroscopyImageIOD(IDictionaryReader objIDictionaryReader_)
objIDictionaryReader_ - - specifies the DICOM Dictionary reader to be used .public VLWholeSlideMicroscopyImageIOD(IDataSet objIDataSet_)
objIDataSet_ - - specifies the data set to be set in the IOD.public VLWholeSlideMicroscopyImageIOD(ITransferSyntax objITransferSyntax_, IDictionaryReader objIDictionaryReader_)
objITransferSyntax_ - specifies the DICOM Standard defined TransfeSyntax.objIDictionaryReader_ - specifies the DICOM Dictionary reader to be used .public VLWholeSlideMicroscopyImageIOD(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 ClinicalTrialSeriesModule getClinicalTrialSeriesModule()
getClinicalTrialSeriesModule in class ImageIODobjClinicalTrialSeriesModule.public FrameOfReferenceModule getFrameOfReferenceModule()
FrameOfReferenceModule.public GeneralEquipmentModule getGeneralEquipmentModule()
getGeneralEquipmentModule in class ImageIODGeneralEquipmentModule.public EnhancedGeneralEquipmentModule getEnhancedGeneralEquipmentModule()
EnhancedGeneralEquipmentModule.public WholeSlideMicroscopySeriesModule getWholeSlideMicroscopySeriesModule()
WholeSlideMicroscopySeriesModule.public GeneralImageModule getGeneralImageModule()
GeneralImageModule.public SOPCommonModule getSOPCommonModule()
SOPCommonModule.public FrameExtractionModule getFrameExtractionModule()
FrameExtractionModule.public MultiFrameDimensionModule getMultiFrameDimensionModule()
public MultiFrameFunctionalGroupsModule getMultiFrameFunctionalGroupsModule()
MultiFrameFunctionalGroupsModule.public AcquisitionContextModule getAcquisitionContextModule()
AcquisitionContextModule.public SpecimenModule getSpecimenModule()
SpecimenModule.public WholeSlideMicroscopyImageModule getWholeSlideMicroscopyImageModule()
WholeSlideMicroscopyImageModule.public OpticalPathModule getOpticalPathModule()
OpticalPathModule.public MultiResolutionNavigationModule getMultiResolutionNavigationModule()
MultiResolutionNavigationModule.public SlideLabelModule getSlideLabelModule()
SlideLabelModule.public CommonInstanceReferenceModule getCommonInstanceReferenceModule()
CommonInstanceReferenceModule.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