com.pixelmed.dicom
Class ContentItemFactory.PersonNameContentItem

java.lang.Object
  extended by com.pixelmed.dicom.ContentItem
      extended by com.pixelmed.dicom.ContentItemWithValue
          extended by com.pixelmed.dicom.ContentItemFactory.StringContentItem
              extended by com.pixelmed.dicom.ContentItemFactory.PersonNameContentItem
All Implemented Interfaces:
TreeNode
Enclosing class:
ContentItemFactory

public class ContentItemFactory.PersonNameContentItem
extends ContentItemFactory.StringContentItem


Field Summary
 
Fields inherited from class com.pixelmed.dicom.ContentItemFactory.StringContentItem
stringValue
 
Fields inherited from class com.pixelmed.dicom.ContentItemWithValue
conceptName, referencedContentItemIdentifier, valueType
 
Fields inherited from class com.pixelmed.dicom.ContentItem
relationshipType
 
Constructor Summary
ContentItemFactory.PersonNameContentItem(ContentItem parent, AttributeList list)
           
ContentItemFactory.PersonNameContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String stringValue)
           
 
Method Summary
 void setConceptValue(String stringValue)
           
 
Methods inherited from class com.pixelmed.dicom.ContentItemFactory.StringContentItem
getConceptValue, setConceptValue, toString
 
Methods inherited from class com.pixelmed.dicom.ContentItemWithValue
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
 
Methods inherited from class com.pixelmed.dicom.ContentItem
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
 
Methods inherited from class java.lang.Object
clone, equals, finalize, getClass, hashCode, notify, notifyAll, wait, wait, wait
 

Constructor Detail

ContentItemFactory.PersonNameContentItem

public ContentItemFactory.PersonNameContentItem(ContentItem parent,
                                                AttributeList list)
Parameters:
parent -
list -

ContentItemFactory.PersonNameContentItem

public ContentItemFactory.PersonNameContentItem(ContentItem parent,
                                                String relationshipType,
                                                CodedSequenceItem conceptName,
                                                String stringValue)
                                         throws DicomException
Parameters:
parent -
relationshipType -
conceptName -
stringValue -
Throws:
DicomException
Method Detail

setConceptValue

public void setConceptValue(String stringValue)
                     throws DicomException
Parameters:
stringValue - if null, removes the value
Throws:
DicomException