Class1.cs 1.0 KB

1234567891011121314151617181920212223242526
  1. using MediII.Adapter.BizComponent.ADT;
  2. using System;
  3. using System.Collections.Generic;
  4. using System.Linq;
  5. using System.Text;
  6. namespace Test
  7. {
  8. public class Class1
  9. {
  10. public static void Maind(string[] arg)
  11. {
  12. // var sql = @"
  13. // MSH|^~\&|MediII|MediII|SIHIS|SIHIS|20151222082045||ADT^A08^ADT_A01|4114d47fe9dd4986cd1f27333be|P|2.4
  14. // EVN|A08|20151222082045||||20151222082045
  15. // PID||1101199^0|1101199~1101199~~~|0|LiYuKun^李裕坤||19580101000000|M|||寿昌||^^^^^^15861750451|^^^^^^15861750451||O^其他||||||^汉族||||||^中国||||0
  16. // PV1|1|I|A30700^^307034^10081&骨伤科||||575^^熊良平|||||||||||01|11501279||XJ01||||20151128182555||||2|20160826000000||||||||||||10081||20151128174200||||||1|V|586
  17. // DG1|1|T00.901||多处挫伤||A
  18. // ";
  19. // ADT_A08_Handler helper = new ADT_A08_Handler();
  20. // helper.Handler();
  21. }
  22. }
  23. }