UNPKG

gcp-nrces-fhir

Version:

Google cloud healthcare api NRCES FHIR implimenataion

14 lines 546 B
import { credentials, resourceType, databasePath } from "../config"; export default class GcpFhirSearch { private Credentials; private DatabasePath; private healthcare; private parent; constructor(_Credentials?: typeof credentials, _DatabasePath?: typeof databasePath); searchFhirResourcesGet(resourceType: resourceType, args: { key: string; value: any; }[]): Promise<any>; search(resourceType: resourceType, parameters: string): Promise<any>; } //# sourceMappingURL=gcpSearch.d.ts.map