Package com.pixelmed.dicom
Class ContentItemFactory.DateContentItem
- java.lang.Object
-
- com.pixelmed.dicom.ContentItem
-
- com.pixelmed.dicom.ContentItemWithValue
-
- com.pixelmed.dicom.ContentItemFactory.StringContentItem
-
- com.pixelmed.dicom.ContentItemFactory.DateContentItem
-
- All Implemented Interfaces:
javax.swing.tree.TreeNode
- Enclosing class:
- ContentItemFactory
public class ContentItemFactory.DateContentItem extends ContentItemFactory.StringContentItem
-
-
Field Summary
-
Fields inherited from class com.pixelmed.dicom.ContentItemFactory.StringContentItem
stringValue
-
Fields inherited from class com.pixelmed.dicom.ContentItemWithValue
conceptName, referencedContentItemIdentifier, valueType
-
Fields inherited from class com.pixelmed.dicom.ContentItem
relationshipType
-
-
Constructor Summary
Constructors Constructor Description DateContentItem(ContentItem parent, AttributeList list)
DateContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName, java.lang.String dateValue)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description void
setConceptValue(java.lang.String dateValue)
-
Methods inherited from class com.pixelmed.dicom.ContentItemFactory.StringContentItem
getConceptValue, setConceptValue, toString
-
Methods inherited from class com.pixelmed.dicom.ContentItemWithValue
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
-
Methods inherited from class com.pixelmed.dicom.ContentItem
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
-
-
-
-
Constructor Detail
-
DateContentItem
public DateContentItem(ContentItem parent, AttributeList list)
- Parameters:
parent
- parent content item to add tolist
- the list of attributes for this content item
-
DateContentItem
public DateContentItem(ContentItem parent, java.lang.String relationshipType, CodedSequenceItem conceptName, java.lang.String dateValue) throws DicomException
- Parameters:
parent
- parent content item to add torelationshipType
- relationship typeconceptName
- coded concept namedateValue
- date value- Throws:
DicomException
- if error in DICOM encoding
-
-
Method Detail
-
setConceptValue
public void setConceptValue(java.lang.String dateValue) throws DicomException
- Parameters:
dateValue
- if null, removes the value- Throws:
DicomException
- if error in DICOM encoding
-
-