protected abstract class ContentItemFactory.StringContentItem extends ContentItemWithValue
Modifier and Type | Field and Description |
---|---|
protected java.lang.String |
stringValue |
conceptName, referencedContentItemIdentifier, valueType
relationshipType
Constructor and Description |
---|
StringContentItem(ContentItem parent,
AttributeList list,
AttributeTag tag) |
StringContentItem(ContentItem parent,
java.lang.String valueType,
java.lang.String relationshipType,
CodedSequenceItem conceptName,
AttributeTag tagForValue,
java.lang.String stringValue) |
Modifier and Type | Method and Description |
---|---|
java.lang.String |
getConceptValue()
Get a string representation of the value of the concept.
|
void |
setConceptValue(AttributeTag tagForValue,
java.lang.String stringValue) |
java.lang.String |
toString()
Get a human-readable string representation of the content item.
|
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
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 StringContentItem(ContentItem parent, AttributeList list, AttributeTag tag)
parent
- list
- tag
- public StringContentItem(ContentItem parent, java.lang.String valueType, java.lang.String relationshipType, CodedSequenceItem conceptName, AttributeTag tagForValue, java.lang.String stringValue) throws DicomException
parent
- valueType
- relationshipType
- conceptName
- tagForValue
- stringValue
- DicomException
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
public void setConceptValue(AttributeTag tagForValue, java.lang.String stringValue) throws DicomException
tagForValue
- stringValue
- if null, removes the valueDicomException
public java.lang.String toString()
ContentItemWithValue
Get a human-readable string representation of the content item.
toString
in class ContentItemWithValue