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

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

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

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