Class History


  • @Path("/")
    @Consumes({"application/fhir+json","application/json","application/fhir+xml","application/xml"})
    @Produces({"application/fhir+json","application/json","application/fhir+xml","application/xml"})
    @RolesAllowed("FHIRUsers")
    @RequestScoped
    public class History
    extends FHIRResource
    • Constructor Detail

      • History

        public History()
                throws java.lang.Exception
        Throws:
        java.lang.Exception
    • Method Detail

      • history

        @GET
        @Path("{type}/{id}/_history")
        public javax.ws.rs.core.Response history​(@PathParam("type")
                                                 java.lang.String type,
                                                 @PathParam("id")
                                                 java.lang.String id)
      • systemHistory

        @GET
        @Path("_history")
        public javax.ws.rs.core.Response systemHistory()
      • typeHistory

        @GET
        @Path("{type}/_history")
        public javax.ws.rs.core.Response typeHistory​(@PathParam("type")
                                                     java.lang.String type)