Interface RootService

All Superinterfaces:
BasicService
All Known Implementing Classes:
RootServiceImpl, RootServiceJaxrs, RootServiceSecure

public interface RootService extends BasicService
  • Method Summary

    Modifier and Type
    Method
    Description
    jakarta.ws.rs.core.Response
    handleBundle(org.hl7.fhir.r4.model.Bundle bundle, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
     
    jakarta.ws.rs.core.Response
    history(jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
     
    jakarta.ws.rs.core.Response
    root(jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
     

    Methods inherited from interface dev.dsf.fhir.webservice.base.BasicService

    setCurrentIdentityProvider
  • Method Details

    • root

      jakarta.ws.rs.core.Response root(jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
    • history

      jakarta.ws.rs.core.Response history(jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)
    • handleBundle

      jakarta.ws.rs.core.Response handleBundle(org.hl7.fhir.r4.model.Bundle bundle, jakarta.ws.rs.core.UriInfo uri, jakarta.ws.rs.core.HttpHeaders headers)