gcp-nrces-fhir
Version:
Google cloud healthcare api NRCES FHIR implimenataion
12 lines • 484 B
TypeScript
import { Composition, COMPOSITOIN, Records } from ".";
interface Args {
composition: COMPOSITOIN;
title: string;
}
export declare class DietaryRecord extends Composition implements Records {
create: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
update: (options: Args, Credentials?: any, DatabasePath?: any) => Promise<any>;
getOptions: (options: Args) => Promise<Args>;
}
export {};
//# sourceMappingURL=Dietaryrecord.d.ts.map