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