Skip to content

tznind/BadMedicineExample

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

5 Commits
 
 
 
 
 
 
 
 

Repository files navigation

Summary

This repository demonstrates how to use 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

This repository was created using the following commands:

dotnet new console
dotnet add package HIC.BadMedicine

Set Program.cs to the following c# code

Build with:

dotnet build

Run with:

dotnet run

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

<Record>
<Date>27/02/1994 00:17:16</Date>
<SampleType>Blood</SampleType>
<TestCode>eCOM</TestCode>
<Result>2.844910431524836</Result>
<Identifier>CC319477</Identifier>
<ReadCode>451E.</ReadCode>
</Record>

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages