Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/tznind/badmedicineexample


https://github.com/tznind/badmedicineexample

Last synced: 21 days ago
JSON representation

Awesome Lists containing this project

README

        

# Summary
This repository demonstrates how to use [BadMedicine](https://github.com/HicServices/BadMedicine) nuget package to generate custom EHR file formats (in this example we use XML). In the example a single Biochemistry record is generated and written out to a file called `out.xml`.

# How it was done

To follow this demo you will need [c# dotnet core 3.1](https://dotnet.microsoft.com/download/dotnet-core/3.1)

This repository was created using the following commands:

```
dotnet new console
dotnet add package HIC.BadMedicine
```

Set [Program.cs to the following c# code](./Program.cs)


Build with:

```
dotnet build
```

Run with:
```
dotnet run
```

When run a new file out.xml should be generated e.g.

```xml

27/02/1994 00:17:16
Blood
eCOM
2.844910431524836
CC319477
451E.

```