|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object org.dcm4che2.iod.module.Module org.dcm4che2.iod.module.composite.AcquisitionContext org.dcm4che2.iod.module.composite.AcquisitionContextModule
public class AcquisitionContextModule
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:
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 |
---|
public AcquisitionContextModule(DicomObject dcmobj)
Method Detail |
---|
public void setAcquisitionContexts(AcquisitionContext[] ac)
Type 2
ac
- public AcquisitionContext[] getAcquisitionContexts()
Type 2
public void setAcquisitionContextDescription(java.lang.String st)
Type 3
st
- public java.lang.String getAcquisitionContextDescription()
Type 3
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |