Fhir.Metrics
Fhir.Metrics copied to clipboard
UCUM - Unified Code for Units of Measure Implementation
When parsing a metric consisting off {annotation}/{annotation} (1/1) an System.IndexOutOfRangeException is thrown while parsing the second annotation in the term. The current code assumes that the numerator is a proper...
Assert.Equal() Failure ↓ (pos 4) Expected: [4.0±0.004]e0 Actual: [4.000±0.004]e0 ↑ (pos 4)
I am trying to convert Celsius to its base unit Kelvin using the following code: ``` SystemOfUnits system = UCUM.Load(); Quantity quantity = new Quantity(39m, system.Metric("Cel")); quantity = system.Canonical(quantity); ```...
I know its noted as a todo, but I also note that the data isn't in the ucum-essence.xml file for it to actually be able to try and do the...