org.dcm4che.srom
Interface CodeContent

All Superinterfaces:
Content

public interface CodeContent
extends Content

The CodeContent interface represents a DICOM SR Code Content of value type CODE.
A Code Content item represents a coded value in the DICOM SR document.

Version:
1.0
Author:
gunter.zeilinger@tiani.com
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.17.3 SR Document Content Module", "DICOM Part 3: Information Object Definitions, Annex C.18.2 Code Macro"

Nested Class Summary
 
Nested classes/interfaces inherited from interface org.dcm4che.srom.Content
Content.RelationType, Content.ValueType
 
Field Summary
 
Fields inherited from interface org.dcm4che.srom.Content
log
 
Method Summary
 Code getCode()
          Returns the single item of DICOM SR Concept Code Sequence.
 void setCode(Code code)
           
 
Methods inherited from interface org.dcm4che.srom.Content
appendChild, clone, getFirstChild, getFirstChildBy, getID, getLastChild, getName, getNextSibling, getNextSiblingBy, getObservationDateTime, getOwnerDocument, getParent, getPreviousSibling, getRelationType, getTemplate, getValueType, hasChildren, insertBefore, removeChild, replaceChild, setName, toDataset
 

Method Detail

getCode

Code getCode()
Returns the single item of DICOM SR Concept Code Sequence.
DICOM Tag: (0040,A168)
Tag Name: Concept Code Sequence
This is the value of the Code Content Item. Only a single Item is permitted in this sequence.

Returns:
Code value item of Concept Code Sequence.
See Also:
"DICOM Part 3: Information Object Definitions, Annex C.18.2 Code Macro", "DICOM Part 3: Information Object Definitions, 8.8 STANDARD ATTRIBUTE SETS FOR CODE SEQUENCE ATTRIBUTES"

setCode

void setCode(Code code)