@inclouded/fhir-storage
v3.0.0
Published
## Introduction
Downloads
25
Keywords
Readme
Fhir-storage SDK
Introduction
In the repository the Firebase Cloud Firestore SDK can be found that was made for the FHIR Storage resource in an installable Angular folder form. The SDK can be installed for every Angular 2+ project. The SDK accomplishes the necessary CRUD operations.
Usage
For using the SDK an Angular 2+ project is needed, in which with the help of the angularfire2 modul we have a connection with a Firestore database. (configured in environments.ts)
Related interfaces (fhir-storage.ts):
export interface File {
path: string;
data: ArrayBuffer;
}
Developer: Gábor Simon ([email protected])