Package com.pixelmed.dicom
Class ContentItemFactory.TextContentItem
java.lang.Object
com.pixelmed.dicom.ContentItem
com.pixelmed.dicom.ContentItemWithValue
com.pixelmed.dicom.ContentItemFactory.StringContentItem
com.pixelmed.dicom.ContentItemFactory.TextContentItem
- All Implemented Interfaces:
TreeNode
- Enclosing class:
- ContentItemFactory
-
Field Summary
Fields inherited from class com.pixelmed.dicom.ContentItemFactory.StringContentItem
stringValueFields inherited from class com.pixelmed.dicom.ContentItemWithValue
conceptName, referencedContentItemIdentifier, valueTypeFields inherited from class com.pixelmed.dicom.ContentItem
observationDateTime, observationUID, relationshipType -
Constructor Summary
ConstructorsConstructorDescriptionTextContentItem(ContentItem parent, AttributeList list) TextContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String textValue) TextContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String textValue, String observationDateTime, String observationUID) -
Method Summary
Methods inherited from class com.pixelmed.dicom.ContentItemFactory.StringContentItem
getConceptValue, setConceptValue, toStringMethods inherited from class com.pixelmed.dicom.ContentItemWithValue
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueTypeMethods inherited from class com.pixelmed.dicom.ContentItem
addChild, addSibling, children, contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getAllowsChildren, getAttributeList, getChildAt, getChildCount, getGraphicData, getGraphicType, getIndex, getNamedChild, getNamedChild, getObservationDateTime, getObservationUID, getParent, getParentAsContentItem, getPositionInTreeToUseAsReferencedContentItemIdentifier, getReferencedContentItemIdentifier, getReferencedContentItemIdentifierArray, getReferencedSOPClassUID, getReferencedSOPInstanceUID, getRelationshipType, getSingleStringValueOrNull, getSingleStringValueOrNullOfNamedChild, getSingleStringValueOrNullOfNamedChild, isLeaf
-
Constructor Details
-
TextContentItem
- Parameters:
parent- parent content item to add tolist- the list of attributes for this content item
-
TextContentItem
public TextContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String textValue, String observationDateTime, String observationUID) throws DicomException - Parameters:
parent- parent content item to add torelationshipType- relationship typeconceptName- coded concept nametextValue- text valueobservationDateTime- Observation DateTime (or null or empty if none)observationUID- Observation UID (or null or empty if none)- Throws:
DicomException- if error in DICOM encoding
-
TextContentItem
public TextContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String textValue) throws DicomException - Parameters:
parent- parent content item to add torelationshipType- relationship typeconceptName- coded concept nametextValue- text value- Throws:
DicomException- if error in DICOM encoding
-
-
Method Details
-
setConceptValue
- Parameters:
textValue- if null, removes the value- Throws:
DicomException- if error in DICOM encoding
-