Class AddingVisitor<T extends Visitable>

    • Constructor Detail

      • AddingVisitor

        public AddingVisitor​(Visitable parent,
                             String parentPath,
                             String elementName,
                             Visitable value)
        Parameters:
        parent - the resource or element to add to
        parentPath - a "simple" FHIRPath path to the parent of the element being added
        elementName - the name of the element to add
        value - the element to add