Class StructureDefinitionServiceJaxrs

All Implemented Interfaces:
BasicService, BasicResourceService<org.hl7.fhir.r4.model.StructureDefinition>, StructureDefinitionService, org.springframework.beans.factory.InitializingBean

@Path("StructureDefinition") public class StructureDefinitionServiceJaxrs extends AbstractResourceServiceJaxrs<org.hl7.fhir.r4.model.StructureDefinition,StructureDefinitionService> implements StructureDefinitionService
  • Field Details

  • Constructor Details

  • Method Details

    • postSnapshotNew

      @POST @Path("/{snapshot : [$]snapshot(/)?}") public jakarta.ws.rs.core.Response postSnapshotNew(@PathParam("snapshot") String snapshotPath, org.hl7.fhir.r4.model.Parameters parameters, @Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      postSnapshotNew in interface StructureDefinitionService
    • getSnapshotNew

      @GET @Path("/{snapshot : [$]snapshot(/)?}") public jakarta.ws.rs.core.Response getSnapshotNew(@PathParam("snapshot") String snapshotPath, @Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      getSnapshotNew in interface StructureDefinitionService
    • postSnapshotExisting

      @POST @Path("/{id}/{snapshot : [$]snapshot(/)?}") public jakarta.ws.rs.core.Response postSnapshotExisting(@PathParam("snapshot") String snapshotPath, @PathParam("id") String id, @Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      postSnapshotExisting in interface StructureDefinitionService
    • getSnapshotExisting

      @GET @Path("/{id}/{snapshot : [$]snapshot(/)?}") public jakarta.ws.rs.core.Response getSnapshotExisting(@PathParam("snapshot") String snapshotPath, @PathParam("id") String id, @Context jakarta.ws.rs.core.UriInfo uri, @Context jakarta.ws.rs.core.HttpHeaders headers)
      Specified by:
      getSnapshotExisting in interface StructureDefinitionService