Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/tznind/badmedicineexample
https://github.com/tznind/badmedicineexample
Last synced: 21 days ago
JSON representation
- Host: GitHub
- URL: https://github.com/tznind/badmedicineexample
- Owner: tznind
- License: gpl-3.0
- Created: 2020-11-11T21:38:03.000Z (about 4 years ago)
- Default Branch: main
- Last Pushed: 2020-11-12T08:13:31.000Z (about 4 years ago)
- Last Synced: 2024-10-11T19:39:44.511Z (about 1 month ago)
- Language: C#
- Size: 18.6 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: Readme.md
- License: LICENSE
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.
```xml27/02/1994 00:17:16
Blood
eCOM
2.844910431524836
CC319477
451E.```