AMWD.MediNotes.Gesundheitskarte 0.0.1-23
Medi Notes | Gesundheitskarte
You can read the data from a German health card (Gesundheitskarte) using this library.
using AMWD.MediNotes.Gesundheitskarte;
using System.Text.Json;
// Read all available readers
var readers = CardReader.ListAvailableReaders();
Console.WriteLine("Available readers:");
foreach (string readerName in readers)
Console.WriteLine($" - {readerName}");
var cardData = CardReader.ReadHealthCard();
string json = JsonSerializer.Serialize(cardData, new JsonSerializerOptions
{
WriteIndented = true
});
Console.WriteLine(json);
Published under MIT License (see choose a license).
No packages depend on AMWD.MediNotes.Gesundheitskarte.
.NET Standard 2.0
- Microsoft.Extensions.Logging.Abstractions (>= 10.0.0)
- PCSC (>= 7.0.1)
| Version | Downloads | Last updated |
|---|---|---|
| 0.0.1-23 | 0 | 11.08.2026 |