Class FHIRPathPatchMove

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

    class FHIRPathPatchMove
    extends FHIRPathPatchOperation
    • Field Detail

      • source

        int source
      • destination

        int destination
    • Constructor Detail

      • FHIRPathPatchMove

        public FHIRPathPatchMove​(String fhirPath,
                                 Integer source,
                                 Integer destination)
    • 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