org.dcm4che2.iod.module.composite
Class AcquisitionContextModule

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.composite.AcquisitionContext
          extended by org.dcm4che2.iod.module.composite.AcquisitionContextModule

public class AcquisitionContextModule
extends AcquisitionContext

Table C.7.6.14-1 specifies Attributes for description of the conditions present during data acquisition.

This Module shall not contain descriptions of conditions that replace those that are already described in specific Modules or Attributes that are also contained within the IOD that contains this Module.

Notes:

  1. Each item of the Acquisition Context Sequence (0040,0555) contains one item of the Concept Name Code Sequence (0040,A043) and one of the mutually-exclusive Observation-value Attributes: Concept Code Sequence (0040,A168), the pair of Numeric Value (0040,A30A) and Measurement Units Code Sequence (0040,08EA), Date (0040,A121), Time (0040,A122), Person Name (0040,A123) or Text Value (0040,A160).
  2. Acquisition Context includes concepts such as: �pre-contrast�, �inspiration�, �valgus stress�, �post-void�, and date and time of contrast administration.
  3. If this SOP Instance is a Multi-frame SOP Instance, each item of the Acquisition Context Sequence (0040,0555) may be configured to describe one frame, all frames, or any specifically enumerated subset set of frames of the Multi-frame SOP Instance.

Author:
Antonio Magni

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
AcquisitionContextModule(DicomObject dcmobj)
           
 
Method Summary
 java.lang.String getAcquisitionContextDescription()
          Description Free-text description of the image-acquisition context.
 AcquisitionContext[] getAcquisitionContexts()
          Sequence A sequence of Items that describes the conditions present during the acquisition of the data of the SOP Instance.
 void setAcquisitionContextDescription(java.lang.String st)
          Description Free-text description of the image-acquisition context.
 void setAcquisitionContexts(AcquisitionContext[] ac)
          Sequence A sequence of Items that describes the conditions present during the acquisition of the data of the SOP Instance.
 
Methods inherited from class org.dcm4che2.iod.module.composite.AcquisitionContext
getConceptCode, getConceptNameCode, getDateTime, getMeasurementUnitsCode, getNumericValue, getPersonName, getReferencedFrameNumbers, getTextValue, getValueType, setConceptCode, setConceptNameCode, setDateTime, setMeasurementUnitsCode, setNumericValue, setPersonName, setReferencedFrameNumbers, setTextValue, setValueType, toAcquisitionContexts
 
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

AcquisitionContextModule

public AcquisitionContextModule(DicomObject dcmobj)
Method Detail

setAcquisitionContexts

public void setAcquisitionContexts(AcquisitionContext[] ac)
Sequence A sequence of Items that describes the conditions present during the acquisition of the data of the SOP Instance. Zero or more items may be included in this sequence.

Type 2

Parameters:
ac -

getAcquisitionContexts

public AcquisitionContext[] getAcquisitionContexts()
Sequence A sequence of Items that describes the conditions present during the acquisition of the data of the SOP Instance. Zero or more items may be included in this sequence.

Type 2

Returns:

setAcquisitionContextDescription

public void setAcquisitionContextDescription(java.lang.String st)
Description Free-text description of the image-acquisition context.

Type 3

Parameters:
st -

getAcquisitionContextDescription

public java.lang.String getAcquisitionContextDescription()
Description Free-text description of the image-acquisition context.

Type 3

Returns:


Copyright © 2011 dcm4che. All Rights Reserved.