Class ContentItemFactory.PersonNameContentItem

    • Constructor Detail

      • PersonNameContentItem

        public PersonNameContentItem​(ContentItem parent,
                                     AttributeList list)
        Parameters:
        parent - parent content item to add to
        list - the list of attributes for this content item
      • PersonNameContentItem

        public PersonNameContentItem​(ContentItem parent,
                                     java.lang.String relationshipType,
                                     CodedSequenceItem conceptName,
                                     java.lang.String personNameValue)
                              throws DicomException
        Parameters:
        parent - parent content item to add to
        relationshipType - relationship type
        conceptName - coded concept name
        personNameValue - person name value
        Throws:
        DicomException - if error in DICOM encoding
    • Method Detail

      • setConceptValue

        public void setConceptValue​(java.lang.String personNameValue)
                             throws DicomException
        Parameters:
        personNameValue - if null, removes the value
        Throws:
        DicomException - if error in DICOM encoding