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