UNPKG

gcp-nrces-fhir

Version:

Google cloud healthcare api NRCES FHIR implimenataion

12 lines 362 B
export interface ResourceMaster { getFHIR(options: any): any; convertFhirToObject(options: any): any; toHtml(option: any): Promise<string>; statusArray?: Function; } export interface FhirObjectsMethods { setObject: (o: any) => void; getJson: () => any; getObject: (option: any) => any; } //# sourceMappingURL=index.d.ts.map