Documentation ¶
Overview ¶
Package cloud contains functionality to write to a Cloud FHIR store.
Index ¶
Constants ¶
This section is empty.
Variables ¶
This section is empty.
Functions ¶
This section is empty.
Types ¶
type Output ¶
type Output struct {
// contains filtered or unexported fields
}
Output is a resource.Output that returns writers to a Cloud FHIR store.
func NewOutput ¶
func NewOutput(ctx context.Context, projectID, location, dataset, datastore string, opts ...option.ClientOption) (*Output, error)
NewOutput creates a new healthcare service and returns an Ouput. If invalid details are given, no error will be returned until an actual attempt to write is made (in WriteCloser.Write()).
type WriterCloser ¶
type WriterCloser struct {
// contains filtered or unexported fields
}
WriterCloser is an io.WriterCloser that writes to a Cloud FHIR store.
Click to show internal directories.
Click to hide internal directories.