3.0.0 • Published 3 years ago

@inclouded/fhir-storage v3.0.0

Weekly downloads
50
License
-
Repository
-
Last release
3 years ago

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

  1. 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)

  2. Related interfaces (fhir-storage.ts):

export interface File {
  path: string;
  data: ArrayBuffer;
}

Developer: Gábor Simon (simonovszkij@gmail.com)