com.pixelmed.dicom
Class ContentItemFactory.DateTimeContentItem
java.lang.Object
com.pixelmed.dicom.ContentItem
com.pixelmed.dicom.ContentItemWithValue
com.pixelmed.dicom.ContentItemFactory.StringContentItem
com.pixelmed.dicom.ContentItemFactory.DateTimeContentItem
- All Implemented Interfaces:
- TreeNode
- Enclosing class:
- ContentItemFactory
public class ContentItemFactory.DateTimeContentItem
- extends ContentItemFactory.StringContentItem
| Methods inherited from class com.pixelmed.dicom.ContentItem |
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf |
ContentItemFactory.DateTimeContentItem
public ContentItemFactory.DateTimeContentItem(ContentItem parent,
AttributeList list)
- Parameters:
parent - list -
ContentItemFactory.DateTimeContentItem
public ContentItemFactory.DateTimeContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String stringValue)
throws DicomException
- Parameters:
parent - relationshipType - conceptName - stringValue -
- Throws:
DicomException
setConceptValue
public void setConceptValue(String stringValue)
throws DicomException
- Parameters:
stringValue - if null, removes the value
- Throws:
DicomException