public class ContentItemFactory.TextContentItem extends ContentItemFactory.StringContentItem
stringValueconceptName, referencedContentItemIdentifier, valueTypeobservationDateTime, observationUID, relationshipType| Constructor and Description |
|---|
TextContentItem(ContentItem parent,
AttributeList list) |
TextContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String textValue) |
TextContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String textValue,
String observationDateTime,
String observationUID) |
| Modifier and Type | Method and Description |
|---|---|
void |
setConceptValue(String textValue) |
getConceptValue, setConceptValue, toStringcontentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueTypeaddChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getObservationDateTime, getObservationUID, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf, walkTreeBuldingStringpublic TextContentItem(ContentItem parent, AttributeList list)
parent - parent content item to add tolist - the list of attributes for this content itempublic TextContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String textValue) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept nametextValue - text valueDicomException - if error in DICOM encodingpublic TextContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String textValue, String observationDateTime, String observationUID) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept nametextValue - text valueobservationDateTime - Observation DateTime (or null or empty if none)observationUID - Observation UID (or null or empty if none)DicomException - if error in DICOM encodingpublic void setConceptValue(String textValue) throws DicomException
textValue - if null, removes the valueDicomException - if error in DICOM encoding