org.dcm4che2.iod.composite
Class CRImage

java.lang.Object
  extended by org.dcm4che2.iod.composite.Composite
      extended by org.dcm4che2.iod.composite.Image
          extended by org.dcm4che2.iod.composite.CRImage

public class CRImage
extends Image

Since:
Jun 9, 2006
Version:
$Revision: 5516 $ $Date: 2007-11-23 12:42:30 +0100 (Fri, 23 Nov 2007) $
Author:
gunter zeilinger(gunterze@gmail.com)

Field Summary
protected  ContrastBolusModule contrastBolusModule
           
protected  DeviceModule deviceModule
           
protected  ModalityLutModule modalityLUTModule
           
protected  OverlayPlaneModule overlayPlaneModule
           
protected  VoiLutModule voiLUTModule
           
 
Fields inherited from class org.dcm4che2.iod.composite.Image
generalImageModule
 
Fields inherited from class org.dcm4che2.iod.composite.Composite
clinicalTrialSeriesModule, clinicalTrialStudyModule, clinicalTrialSubjectModule, dcmobj, generalEquipmentModule, generalSeriesModule, generalStudyModule, patientModule, patientStudyModule, sopCommonModule
 
Constructor Summary
CRImage()
           
CRImage(DicomObject dcmobj)
           
 
Method Summary
 ContrastBolusModule getContrastBolusModule()
           
 CRImageModule getCRImageModule()
           
 CRSeriesModule getCrSeriesModule()
           
 DeviceModule getDeviceModule()
           
 ModalityLutModule getModalityLUTModule()
           
 OverlayPlaneModule getOverlayPlaneModule()
           
 VoiLutModule getVOILUTModule()
           
 void init()
           
 void validate(ValidationContext ctx, ValidationResult result)
           
 
Methods inherited from class org.dcm4che2.iod.composite.Image
getGeneralImageModule
 
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

contrastBolusModule

protected final ContrastBolusModule contrastBolusModule

deviceModule

protected final DeviceModule deviceModule

overlayPlaneModule

protected final OverlayPlaneModule overlayPlaneModule

modalityLUTModule

protected final ModalityLutModule modalityLUTModule

voiLUTModule

protected final VoiLutModule voiLUTModule
Constructor Detail

CRImage

public CRImage(DicomObject dcmobj)

CRImage

public CRImage()
Method Detail

init

public void init()
Overrides:
init in class Image

validate

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

getCrSeriesModule

public final CRSeriesModule getCrSeriesModule()

getContrastBolusModule

public final ContrastBolusModule getContrastBolusModule()

getDeviceModule

public final DeviceModule getDeviceModule()

getCRImageModule

public final CRImageModule getCRImageModule()

getOverlayPlaneModule

public final OverlayPlaneModule getOverlayPlaneModule()

getModalityLUTModule

public final ModalityLutModule getModalityLUTModule()

getVOILUTModule

public final VoiLutModule getVOILUTModule()


Copyright © 2011 dcm4che. All Rights Reserved.