public class ContentItemFactory.UnrecognizedContentItem extends ContentItemWithValue
conceptName, referencedContentItemIdentifier, valueType
relationshipType
Constructor and Description |
---|
ContentItemFactory.UnrecognizedContentItem(ContentItem parent) |
ContentItemFactory.UnrecognizedContentItem(ContentItem parent,
AttributeList list) |
ContentItemFactory.UnrecognizedContentItem(ContentItem parent,
AttributeList list,
java.lang.String name) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConceptValue()
Get a string representation of the value of the concept.
|
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType, toString
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
public ContentItemFactory.UnrecognizedContentItem(ContentItem parent)
parent
- public ContentItemFactory.UnrecognizedContentItem(ContentItem parent, AttributeList list)
parent
- list
- public ContentItemFactory.UnrecognizedContentItem(ContentItem parent, AttributeList list, java.lang.String name)
parent
- list
- name
- public java.lang.String getConceptValue()
ContentItemWithValue
Get a string representation of the value of the concept.
The exact form of the returned string is specific to the type of ContentItem.
getConceptValue
in class ContentItemWithValue