123456789101112131415161718192021222324 |
-
- using MediII.Adapter.Scanner;
- using System;
- using System.Collections.Generic;
- using System.Data;
- using System.Linq;
- using System.Text;
- using System.Transactions;
- using Microsoft.Practices.EnterpriseLibrary.Data;
- using MediII.Adapter.BizComponent.Base;
- using IL.Common;
- using MediII.Adapter.ReceiveToScanModel;
- namespace MediII.Adapter.BizComponent.UE
- {
- class HL7_PMU_Scanner : DefaultDBScanner
- {
- protected override string GetMessageType()
- {
- return "PMU";
- }
-
- }
- }
|