コード例 #1
0
        public static void Main(string[] args)
        {
            var test = new HL7Test();

            // test.CustomDelimiter();
            test.ParseTest1();
        }
コード例 #2
0
ファイル: Program.cs プロジェクト: Ravenheart/HL7-dotnetcore
        public static void Main(string[] args)
        {
            var test = new HL7Test();

            // test.CustomDelimiter();
            test.AddRepeatingField();
        }
コード例 #3
0
ファイル: Program.cs プロジェクト: 3v07/HL7-dotnetcore
        public static void Main(string[] args)
        {
            var test = new HL7Test();

            // test.CustomDelimiter();
            test.AddSubComponent();
        }
コード例 #4
0
ファイル: Program.cs プロジェクト: angusmccann/HL7-dotnetcore
 public static void Main(string[] args)
 {
     var test = new HL7Test();
 }