public class ContentItemFactory.PersonNameContentItem extends ContentItemFactory.StringContentItem
stringValue
conceptName, referencedContentItemIdentifier, valueType
observationDateTime, observationUID, relationshipType
Constructor and Description |
---|
PersonNameContentItem(ContentItem parent,
AttributeList list) |
PersonNameContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String personNameValue) |
PersonNameContentItem(ContentItem parent,
String relationshipType,
CodedSequenceItem conceptName,
String personNameValue,
String observationDateTime,
String observationUID) |
Modifier and Type | Method and Description |
---|---|
void |
setConceptValue(String personNameValue) |
getConceptValue, setConceptValue, toString
contentItemNameMatchesCodeValueAndCodingSchemeDesignator, getConceptName, getConceptNameAndValue, getConceptNameCodeMeaning, getConceptNameCodeValue, getConceptNameCodingSchemeDesignator, getValueType
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, walkTreeBuldingString
public PersonNameContentItem(ContentItem parent, AttributeList list)
parent
- parent content item to add tolist
- the list of attributes for this content itempublic PersonNameContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String personNameValue) throws DicomException
parent
- parent content item to add torelationshipType
- relationship typeconceptName
- coded concept namepersonNameValue
- person name valueDicomException
- if error in DICOM encodingpublic PersonNameContentItem(ContentItem parent, String relationshipType, CodedSequenceItem conceptName, String personNameValue, String observationDateTime, String observationUID) throws DicomException
parent
- parent content item to add torelationshipType
- relationship typeconceptName
- coded concept namepersonNameValue
- person name valueobservationDateTime
- Observation DateTime (or null or empty if none)observationUID
- Observation UID (or null or empty if none)DicomException
- if error in DICOM encodingpublic void setConceptValue(String personNameValue) throws DicomException
personNameValue
- if null, removes the valueDicomException
- if error in DICOM encoding