4 lines
112 B
C#
4 lines
112 B
C#
public record LoincMapping(
|
|
string InternalCode,
|
|
string ExpectedUnit,
|
|
bool AllowFahrenheit = false); |