org.dcm4che.srom
Interface PNameContent

All Superinterfaces:
Content

public interface PNameContent
extends Content

The PNameContent interface represents a DICOM SR Person Name Content of value type PNAME.
Person name of the person whose role is described by the Concept Name.

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

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
 java.lang.String getPName()
          Returns the value of the Person Name field.
 void setPName(java.lang.String pname)
           
 
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

getPName

java.lang.String getPName()
Returns the value of the Person Name field.
DICOM Tag: (0040,A123)
Tag Name: Person Name

Returns:
the value of the Person Name field.

setPName

void setPName(java.lang.String pname)