public class ContentItemFactory.DateContentItem extends ContentItemFactory.StringContentItem
stringValue
conceptName, referencedContentItemIdentifier, valueType
relationshipType
Constructor and Description |
---|
ContentItemFactory.DateContentItem(ContentItem parent,
AttributeList list) |
ContentItemFactory.DateContentItem(ContentItem parent,
java.lang.String relationshipType,
CodedSequenceItem conceptName,
java.lang.String stringValue) |
Modifier and Type | Method and Description |
---|---|
void |
setConceptValue(java.lang.String stringValue) |
getConceptValue, setConceptValue, toString
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
public ContentItemFactory.DateContentItem(ContentItem parent, AttributeList list)
parent
- list
- public ContentItemFactory.DateContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName, java.lang.String stringValue) throws DicomException
parent
- relationshipType
- conceptName
- stringValue
- DicomException
public void setConceptValue(java.lang.String stringValue) throws DicomException
stringValue
- if null, removes the valueDicomException