public class ContentItemFactory.UIDContentItem extends ContentItemFactory.StringContentItem
stringValueconceptName, referencedContentItemIdentifier, valueTypeobservationDateTime, observationUID, relationshipType| Constructor and Description |
|---|
UIDContentItem(ContentItem parent,
AttributeList list) |
UIDContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String uidValue) |
UIDContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String uidValue,
String observationDateTime,
String observationUID) |
| Modifier and Type | Method and Description |
|---|---|
void |
setConceptValue(String uidValue) |
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 UIDContentItem(ContentItem parent, AttributeList list)
parent - parent content item to add tolist - the list of attributes for this content itempublic UIDContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String uidValue) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept nameuidValue - UID valueDicomException - if error in DICOM encodingpublic UIDContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String uidValue, String observationDateTime, String observationUID) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept nameuidValue - UID 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 uidValue) throws DicomException
uidValue - if null, removes the valueDicomException - if error in DICOM encoding