コード例 #1
0
ファイル: UCUM.cs プロジェクト: nagyistoce/Fhir.Metrics
 /// <summary>
 /// Loads the internal resource with UCUM data into a <b>SystemOfUnits</b> class
 /// </summary>
 public static SystemOfUnits Load()
 {
      SystemOfUnits system;
      UcumReader reader = new UcumReader(UCUM.Stream);
      system = reader.Read();
      return system;
 }
コード例 #2
0
        /// <summary>
        /// Loads the internal resource with UCUM data into a <b>SystemOfUnits</b> class
        /// </summary>
        public static SystemOfUnits Load()
        {
            SystemOfUnits system;
            UcumReader    reader = new UcumReader(UCUM.Stream);

            system = reader.Read();
            return(system);
        }