fhir

package
v0.0.0-...-41bf266 Latest Latest
Warning

This package is not in the latest version of its module.

Go to latest
Published: Apr 24, 2024 License: CC0-1.0 Imports: 8 Imported by: 0

Documentation

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

This section is empty.

Types

type BundleEntry

type BundleEntry map[string]interface{}

type Client

type Client interface {
	DoBundleRequest(req *http.Request) (bundle *models.Bundle, nextURL *url.URL, err error)

	// DoRaw makes a request and return the raw response from the service
	DoRaw(req *http.Request) (string, error)
}

func NewClient

func NewClient(httpClient *http.Client, pageSize int) Client

Jump to

Keyboard shortcuts

? : This menu
/ : Search site
f or F : Jump to
y or Y : Canonical URL