Skip to content

Commit

Permalink
update usage
Browse files Browse the repository at this point in the history
  • Loading branch information
SimonKonar committed Oct 30, 2024
1 parent a5e8caf commit b852ea3
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,8 @@ pip install MIABIS_on_FHIR
Here is how you can create a MIABIS on FHIR sample resource:

```python
from src.MIABIS_on_FHIR import Sample
from src.MIABIS_on_FHIR import StorageTemperature
from MIABIS_on_FHIR import Sample
from MIABIS_on_FHIR import StorageTemperature

sample = Sample("sampleId", "donorId", "Urine", storage_temperature=StorageTemperature.TEMPERATURE_ROOM,
use_restrictions="No restrictions")
Expand All @@ -58,9 +58,9 @@ Here is an example on how to communicate with blaze server via the BlazeClient:

```python
import datetime
from src.MIABIS_on_FHIR import Gender
from src.blaze_client import BlazeClient
from src.MIABIS_on_FHIR import SampleDonor
from MIABIS_on_FHIR import Gender
from blaze_client import BlazeClient
from MIABIS_on_FHIR import SampleDonor

client = BlazeClient("example_url","username","password")

Expand Down

0 comments on commit b852ea3

Please sign in to comment.