public class ContentItemFactory.DateTimeContentItem extends ContentItemFactory.StringContentItem
stringValueconceptName, referencedContentItemIdentifier, valueTyperelationshipType| Constructor and Description |
|---|
DateTimeContentItem(ContentItem parent,
AttributeList list) |
DateTimeContentItem(ContentItem parent,
java.lang.String relationshipType,
CodedSequenceItem conceptName,
java.lang.String dateTimeValue) |
| Modifier and Type | Method and Description |
|---|---|
void |
setConceptValue(java.lang.String dateTimeValue) |
getConceptValue, setConceptValue, toStringcontentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueTypeaddChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeafpublic DateTimeContentItem(ContentItem parent, AttributeList list)
parent - parent content item to add tolist - the list of attributes for this content itempublic DateTimeContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName, java.lang.String dateTimeValue) throws DicomException
parent - parent content item to add torelationshipType - relationship typeconceptName - coded concept namedateTimeValue - datetime valueDicomException - if error in DICOM encodingpublic void setConceptValue(java.lang.String dateTimeValue)
throws DicomException
dateTimeValue - if null, removes the valueDicomException - if error in DICOM encoding