Esempio n. 1
0
        public static void Main(string[] args)
        {
            var test = new HL7Test();

            // test.CustomDelimiter();
            test.ParseTest1();
        }
Esempio n. 2
0
        public static void Main(string[] args)
        {
            var test = new HL7Test();

            // test.CustomDelimiter();
            test.AddRepeatingField();
        }
Esempio n. 3
0
        public static void Main(string[] args)
        {
            var test = new HL7Test();

            // test.CustomDelimiter();
            test.AddSubComponent();
        }
Esempio n. 4
0
 public static void Main(string[] args)
 {
     var test = new HL7Test();
 }