Class StructureMapTargetListMode

  • All Implemented Interfaces:
    Visitable

    @Generated("com.ibm.fhir.tools.CodeGenerator")
    public class StructureMapTargetListMode
    extends Code
    • Field Detail

      • FIRST

        public static final StructureMapTargetListMode FIRST
        First

        when the target list is being assembled, the items for this rule go first. If more than one rule defines a first item (for a given instance of mapping) then this is an error.

      • SHARE

        public static final StructureMapTargetListMode SHARE
        Share

        the target instance is shared with the target instances generated by another rule (up to the first common n items, then create new ones).

      • LAST

        public static final StructureMapTargetListMode LAST
        Last

        when the target list is being assembled, the items for this rule go last. If more than one rule defines a last item (for a given instance of mapping) then this is an error.

      • COLLATE

        public static final StructureMapTargetListMode COLLATE
        Collate

        re-use the first item in the list, and keep adding content to it.