Class Read


  • @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 Read
    extends FHIRResource
    • Constructor Detail

      • Read

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

      • read

        @GET
        @Path("{type}/{id}")
        public javax.ws.rs.core.Response read​(@PathParam("type")
                                              java.lang.String type,
                                              @PathParam("id")
                                              java.lang.String id,
                                              @HeaderParam("If-None-Match")
                                              java.lang.String ifNoneMatch)
                                       throws java.lang.Exception
        Throws:
        java.lang.Exception