healthcare

package
v1.21.0 Latest Latest
Warning

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

Go to latest
Published: Sep 14, 2022 License: Apache-2.0 Imports: 5 Imported by: 0

Documentation

Overview

Copyright 2022 Google LLC. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2022 Google LLC. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Copyright 2022 Google LLC. All Rights Reserved.

Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at

http://www.apache.org/licenses/LICENSE-2.0

Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.

Index

Constants

This section is empty.

Variables

This section is empty.

Functions

func ApplyDataset

func ApplyDataset(ctx context.Context, config *dcl.Config, u *unstructured.Resource, opts ...dcl.ApplyOption) (*unstructured.Resource, error)

func ApplyDicomStore

func ApplyDicomStore(ctx context.Context, config *dcl.Config, u *unstructured.Resource, opts ...dcl.ApplyOption) (*unstructured.Resource, error)

func ApplyFhirStore

func ApplyFhirStore(ctx context.Context, config *dcl.Config, u *unstructured.Resource, opts ...dcl.ApplyOption) (*unstructured.Resource, error)

func DatasetHasDiff

func DatasetHasDiff(ctx context.Context, config *dcl.Config, u *unstructured.Resource, opts ...dcl.ApplyOption) (bool, error)

func DatasetID

func DatasetID(u *unstructured.Resource) (string, error)

func DatasetToUnstructured

func DatasetToUnstructured(r *dclService.Dataset) *unstructured.Resource

func DeleteDataset

func DeleteDataset(ctx context.Context, config *dcl.Config, u *unstructured.Resource) error

func DeleteDicomStore

func DeleteDicomStore(ctx context.Context, config *dcl.Config, u *unstructured.Resource) error

func DeleteFhirStore

func DeleteFhirStore(ctx context.Context, config *dcl.Config, u *unstructured.Resource) error

func DicomStoreHasDiff

func DicomStoreHasDiff(ctx context.Context, config *dcl.Config, u *unstructured.Resource, opts ...dcl.ApplyOption) (bool, error)

func DicomStoreID

func DicomStoreID(u *unstructured.Resource) (string, error)

func DicomStoreToUnstructured

func DicomStoreToUnstructured(r *dclService.DicomStore) *unstructured.Resource

func FhirStoreHasDiff

func FhirStoreHasDiff(ctx context.Context, config *dcl.Config, u *unstructured.Resource, opts ...dcl.ApplyOption) (bool, error)

func FhirStoreID

func FhirStoreID(u *unstructured.Resource) (string, error)

func FhirStoreToUnstructured

func FhirStoreToUnstructured(r *dclService.FhirStore) *unstructured.Resource

func GetDataset

func GetDataset(ctx context.Context, config *dcl.Config, u *unstructured.Resource) (*unstructured.Resource, error)

func GetDicomStore

func GetDicomStore(ctx context.Context, config *dcl.Config, u *unstructured.Resource) (*unstructured.Resource, error)

func GetFhirStore

func GetFhirStore(ctx context.Context, config *dcl.Config, u *unstructured.Resource) (*unstructured.Resource, error)

func ListDataset

func ListDataset(ctx context.Context, config *dcl.Config, project string, location string) ([]*unstructured.Resource, error)

func ListDicomStore

func ListDicomStore(ctx context.Context, config *dcl.Config, project string, location string, dataset string) ([]*unstructured.Resource, error)

func ListFhirStore

func ListFhirStore(ctx context.Context, config *dcl.Config, project string, location string, dataset string) ([]*unstructured.Resource, error)

func UnstructuredToDataset

func UnstructuredToDataset(u *unstructured.Resource) (*dclService.Dataset, error)

func UnstructuredToDicomStore

func UnstructuredToDicomStore(u *unstructured.Resource) (*dclService.DicomStore, error)

func UnstructuredToFhirStore

func UnstructuredToFhirStore(u *unstructured.Resource) (*dclService.FhirStore, error)

Types

type Dataset

type Dataset struct{}

func (*Dataset) Apply

func (r *Dataset) Apply(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, opts ...dcl.ApplyOption) (*unstructured.Resource, error)

func (*Dataset) Delete

func (r *Dataset) Delete(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) error

func (*Dataset) DeletePolicyMember

func (r *Dataset) DeletePolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, member *unstructured.Resource) error

func (*Dataset) Get

func (r *Dataset) Get(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)

func (*Dataset) GetPolicy

func (r *Dataset) GetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)

func (*Dataset) GetPolicyMember

func (r *Dataset) GetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, role, member string) (*unstructured.Resource, error)

func (*Dataset) HasDiff

func (r *Dataset) HasDiff(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, opts ...dcl.ApplyOption) (bool, error)

func (*Dataset) ID

func (r *Dataset) ID(resource *unstructured.Resource) (string, error)

func (*Dataset) STV

func (*Dataset) SetPolicy

func (r *Dataset) SetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, policy *unstructured.Resource) (*unstructured.Resource, error)

func (*Dataset) SetPolicyMember

func (r *Dataset) SetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, member *unstructured.Resource) (*unstructured.Resource, error)

func (*Dataset) SetPolicyWithEtag

func (r *Dataset) SetPolicyWithEtag(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, policy *unstructured.Resource) (*unstructured.Resource, error)

type DicomStore

type DicomStore struct{}

func (*DicomStore) Apply

func (r *DicomStore) Apply(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, opts ...dcl.ApplyOption) (*unstructured.Resource, error)

func (*DicomStore) Delete

func (r *DicomStore) Delete(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) error

func (*DicomStore) DeletePolicyMember

func (r *DicomStore) DeletePolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, member *unstructured.Resource) error

func (*DicomStore) Get

func (r *DicomStore) Get(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)

func (*DicomStore) GetPolicy

func (r *DicomStore) GetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)

func (*DicomStore) GetPolicyMember

func (r *DicomStore) GetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, role, member string) (*unstructured.Resource, error)

func (*DicomStore) HasDiff

func (r *DicomStore) HasDiff(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, opts ...dcl.ApplyOption) (bool, error)

func (*DicomStore) ID

func (r *DicomStore) ID(resource *unstructured.Resource) (string, error)

func (*DicomStore) STV

func (*DicomStore) SetPolicy

func (r *DicomStore) SetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, policy *unstructured.Resource) (*unstructured.Resource, error)

func (*DicomStore) SetPolicyMember

func (r *DicomStore) SetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, member *unstructured.Resource) (*unstructured.Resource, error)

func (*DicomStore) SetPolicyWithEtag

func (r *DicomStore) SetPolicyWithEtag(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, policy *unstructured.Resource) (*unstructured.Resource, error)

type FhirStore

type FhirStore struct{}

func (*FhirStore) Apply

func (r *FhirStore) Apply(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, opts ...dcl.ApplyOption) (*unstructured.Resource, error)

func (*FhirStore) Delete

func (r *FhirStore) Delete(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) error

func (*FhirStore) DeletePolicyMember

func (r *FhirStore) DeletePolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, member *unstructured.Resource) error

func (*FhirStore) Get

func (r *FhirStore) Get(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)

func (*FhirStore) GetPolicy

func (r *FhirStore) GetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource) (*unstructured.Resource, error)

func (*FhirStore) GetPolicyMember

func (r *FhirStore) GetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, role, member string) (*unstructured.Resource, error)

func (*FhirStore) HasDiff

func (r *FhirStore) HasDiff(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, opts ...dcl.ApplyOption) (bool, error)

func (*FhirStore) ID

func (r *FhirStore) ID(resource *unstructured.Resource) (string, error)

func (*FhirStore) STV

func (*FhirStore) SetPolicy

func (r *FhirStore) SetPolicy(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, policy *unstructured.Resource) (*unstructured.Resource, error)

func (*FhirStore) SetPolicyMember

func (r *FhirStore) SetPolicyMember(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, member *unstructured.Resource) (*unstructured.Resource, error)

func (*FhirStore) SetPolicyWithEtag

func (r *FhirStore) SetPolicyWithEtag(ctx context.Context, config *dcl.Config, resource *unstructured.Resource, policy *unstructured.Resource) (*unstructured.Resource, error)

Jump to

Keyboard shortcuts

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