org.dcm4che2.iod.module.dx
Class DXSeriesModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.composite.GeneralSeriesModule
          extended by org.dcm4che2.iod.module.dx.DXSeriesModule

public class DXSeriesModule
extends GeneralSeriesModule

A class that represents the DX Series Module. The Digital X-Ray IODs use the General Series module described in section C.7.3.1, specialized by the DX Series Module, to describe the DICOM Series Entity described in A.1.2.3, and to define what constitutes a Series for the context of projection Digital X-Ray.

Version:
$Revision: 720 $ $Date: 2006-11-26 18:40:54 +0100 (Sun, 26 Nov 2006) $
Author:
Antonio Magni , Gunter Zeilinger

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
DXSeriesModule(DicomObject dcmobj)
           
 
Method Summary
 java.lang.String getPresentationIntentType()
           
 void setPresentationIntentType(java.lang.String s)
          Identifies the intent of the images that are contained within this Series.
 
Methods inherited from class org.dcm4che2.iod.module.composite.GeneralSeriesModule
getBodyPartExamined, getCommentsOnThePerformedProcedureStep, getLargestPixelValueInSeries, getLaterality, getModality, getOperatorIdentification, getOperatorName, getPatientPosition, getPerformedProcedureStepDateTime, getPerformedProcedureStepDescription, getPerformedProcedureStepID, getPerformedProtocolCodes, getPerformingPhysicianIdentification, getPerformingPhysicianName, getProtocolName, getReferencedPerformedProcedureStep, getRelatedSeries, getRequestAttributes, getSeriesDateTime, getSeriesDescription, getSeriesInstanceUID, getSeriesNumber, getSmallestPixelValueInSeries, setBodyPartExamined, setCommentsOnThePerformedProcedureStep, setLargestPixelValueInSeries, setLaterality, setModality, setOperatorIdentification, setOperatorName, setPatientPosition, setPerformedProcedureStepDateTime, setPerformedProcedureStepDescription, setPerformedProcedureStepID, setPerformedProtocolCodes, setPerformingPhysicianIdentification, setPerformingPhysicianName, setProtocolName, setReferencedPerformedProcedureStep, setRelatedSeries, setRequestAttributes, setSeriesDateTime, setSeriesDescription, setSeriesInstanceUID, setSeriesNumber, setSmallestPixelValueInSeries
 
Methods inherited from class org.dcm4che2.iod.module.Module
getDicomObject, getType1Tags, getType2Tags, init, updateSequence, updateSequence, validate
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

DXSeriesModule

public DXSeriesModule(DicomObject dcmobj)
Method Detail

getPresentationIntentType

public java.lang.String getPresentationIntentType()

setPresentationIntentType

public void setPresentationIntentType(java.lang.String s)
Identifies the intent of the images that are contained within this Series. Enumerated Values: FOR PRESENTATION FOR PROCESSING See C.8.11.1.1.1 for further explanation. Type 1

Parameters:
s -


Copyright © 2011 dcm4che. All Rights Reserved.