Interface FhirServerRequest<T>

  • All Known Implementing Classes:
    PostResource

    public interface FhirServerRequest<T>
    Interface for defining requests which can operate with a FHIRBucketClient
    • Method Detail

      • run

        T run​(FHIRBucketClient client)
        Run the request using the given FHIRBucketClient and return the type T.
        Parameters:
        client - used to make the request
        Returns:
        response transformed to type T