예제 #1
0
파일: Service.cs 프로젝트: ranjancse26/hl7
        public static void Main(string[] args)
        {
            HL7Service hl7 = new HL7Service();

            hl7.loadSetup();

            hl7.run();
        }
예제 #2
0
        public static void Main(string[] args)
        {
            HL7Service hl7 = new HL7Service();

            hl7.loadSetup();

            hl7.run();
        }