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