public class ContentItemFactory.UIDContentItem extends ContentItemFactory.StringContentItem
stringValue
conceptName, referencedContentItemIdentifier, valueType
observationDateTime, 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, toString
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
addChild, 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, walkTreeBuldingString
public 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