public class ContentItemFactory.TextContentItem extends ContentItemFactory.StringContentItem
stringValue
conceptName, referencedContentItemIdentifier, valueType
relationshipType
Constructor and Description |
---|
ContentItemFactory.TextContentItem(ContentItem parent,
AttributeList list) |
ContentItemFactory.TextContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String stringValue) |
Modifier and Type | Method and Description |
---|---|
void |
setConceptValue(String stringValue) |
getConceptValue, setConceptValue, toString
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 ContentItemFactory.TextContentItem(ContentItem parent, AttributeList list)
parent
- list
- public ContentItemFactory.TextContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String stringValue) throws DicomException
parent
- relationshipType
- conceptName
- stringValue
- DicomException
public void setConceptValue(String stringValue) throws DicomException
stringValue
- if null, removes the valueDicomException