org.dcm4che2.iod.module.sr
Class SRDocumentContent

java.lang.Object
  extended by org.dcm4che2.iod.module.Module
      extended by org.dcm4che2.iod.module.sr.SRDocumentContentModule
          extended by org.dcm4che2.iod.module.sr.SRDocumentContent

public class SRDocumentContent
extends SRDocumentContentModule

Since:
25.07.2006
Version:
$Revision: 720 $
Author:
Gunter Zeilinger

Field Summary
 
Fields inherited from class org.dcm4che2.iod.module.Module
dcmobj
 
Constructor Summary
SRDocumentContent()
           
SRDocumentContent(DicomObject dcmobj)
           
 
Method Summary
 int[] getReferencedContentItemIdentifier()
           
 java.lang.String getRelationshipType()
           
 void setReferencedContentItemIdentifier(int[] ul)
           
 void setRelationshipType(java.lang.String cs)
           
static SRDocumentContent[] toSRDocumentContent(DicomElement sq)
           
 
Methods inherited from class org.dcm4che2.iod.module.sr.SRDocumentContentModule
getConceptCode, getConceptNameCode, getContent, getContinuityOfContent, getDate, getDateTime, getMeasuredValue, getNumericValueQualifierCode, getObservationDateTime, getPersonName, getReferencedSOPInstance, getTextValue, getTime, getUID, getValueType, setConceptCode, setConceptNameCode, setContent, setContinuityOfContent, setDate, setDateTime, setMeasuredValue, setNumericValueQualifierCode, setObservationDateTime, setPersonName, setReferencedSOPInstance, setTextValue, setTime, setUID, setValueType
 
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

SRDocumentContent

public SRDocumentContent(DicomObject dcmobj)

SRDocumentContent

public SRDocumentContent()
Method Detail

toSRDocumentContent

public static SRDocumentContent[] toSRDocumentContent(DicomElement sq)

getRelationshipType

public java.lang.String getRelationshipType()

setRelationshipType

public void setRelationshipType(java.lang.String cs)

getReferencedContentItemIdentifier

public int[] getReferencedContentItemIdentifier()

setReferencedContentItemIdentifier

public void setReferencedContentItemIdentifier(int[] ul)


Copyright © 2011 dcm4che. All Rights Reserved.