Class FHIRPathPatchInsert

  • All Implemented Interfaces:
    com.ibm.fhir.model.patch.FHIRPatch

    class FHIRPathPatchInsert
    extends FHIRPathPatchOperation
    • Field Detail

      • value

        com.ibm.fhir.model.type.Element value
      • index

        int index
    • Constructor Detail

      • FHIRPathPatchInsert

        public FHIRPathPatchInsert​(String fhirPath,
                                   com.ibm.fhir.model.type.Element value,
                                   Integer index)
    • Method Detail

      • apply

        public <T extends com.ibm.fhir.model.resource.Resource> T apply​(T resource)
                                                                 throws com.ibm.fhir.model.patch.exception.FHIRPatchException
        Throws:
        com.ibm.fhir.model.patch.exception.FHIRPatchException