Class FHIRPathPatchAdd

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

    class FHIRPathPatchAdd
    extends FHIRPathPatchOperation
    • Field Detail

      • value

        com.ibm.fhir.model.type.Element value
    • Constructor Detail

      • FHIRPathPatchAdd

        public FHIRPathPatchAdd​(String fhirPath,
                                String name,
                                com.ibm.fhir.model.type.Element value)
    • 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