org.dcm4che2.iod.composite
Class Image

java.lang.Object
  extended by org.dcm4che2.iod.composite.Composite
      extended by org.dcm4che2.iod.composite.Image
Direct Known Subclasses:
CRImage, DXImage

public class Image
extends Composite

Since:
01.07.2006
Version:
Revision $Date: 2007-11-23 12:42:30 +0100 (Fri, 23 Nov 2007) $
Author:
Gunter Zeilinger

Field Summary
protected  GeneralImageModule generalImageModule
           
 
Fields inherited from class org.dcm4che2.iod.composite.Composite
clinicalTrialSeriesModule, clinicalTrialStudyModule, clinicalTrialSubjectModule, dcmobj, generalEquipmentModule, generalSeriesModule, generalStudyModule, patientModule, patientStudyModule, sopCommonModule
 
Constructor Summary
protected Image(DicomObject dcmobj, GeneralSeriesModule seriesModule, GeneralImageModule imageModule)
           
 
Method Summary
 GeneralImageModule getGeneralImageModule()
           
 void init()
           
 void validate(ValidationContext ctx, ValidationResult result)
           
 
Methods inherited from class org.dcm4che2.iod.composite.Composite
getClinicalTrialSeriesModule, getClinicalTrialStudyModule, getClinicalTrialSubjectModule, getDcmobj, getDicomObject, getGeneralEquipmentModule, getGeneralSeriesModule, getGeneralStudyModule, getPatientModule, getPatientStudyModule, getSopCommonModule, valueOf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Field Detail

generalImageModule

protected final GeneralImageModule generalImageModule
Constructor Detail

Image

protected Image(DicomObject dcmobj,
                GeneralSeriesModule seriesModule,
                GeneralImageModule imageModule)
Method Detail

init

public void init()
Overrides:
init in class Composite

validate

public void validate(ValidationContext ctx,
                     ValidationResult result)
Overrides:
validate in class Composite

getGeneralImageModule

public final GeneralImageModule getGeneralImageModule()


Copyright © 2011 dcm4che. All Rights Reserved.