From 1a5086f3adf73ce039219e5c04c0f04544965173 Mon Sep 17 00:00:00 2001 From: falcon <9504402@qq.com> Date: Thu, 28 Mar 2019 09:16:51 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=95=B0=E6=8D=AE=E5=BA=93?= =?UTF-8?q?=E6=A8=A1=E5=9E=8B=E5=A2=9E=E5=8A=A0HosKey=E5=AD=97=E6=AE=B5?= =?UTF-8?q?=EF=BC=8C=E8=AF=A5=E5=AD=97=E6=AE=B5=E8=A1=A8=E7=A4=BA=E5=8C=BB?= =?UTF-8?q?=E7=96=97=E6=9C=BA=E6=9E=84=E4=B8=BB=E9=94=AE?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisDrugInfo.cs | 4 ++++ WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisPrescriptionInfo.cs | 4 ++++ 2 files changed, 8 insertions(+) diff --git a/WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisDrugInfo.cs b/WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisDrugInfo.cs index 49dc655..d644e4f 100644 --- a/WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisDrugInfo.cs +++ b/WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisDrugInfo.cs @@ -31,6 +31,10 @@ namespace Cmdjy.Dal.Tables /// public string RawAddress { get; set; } /// + /// 医疗机构传入的联合主键 + /// + public string HosKey { get; set; } + /// /// "药品医保代码":"YP0306401000650", /// public string DrugNo { get; set; } diff --git a/WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisPrescriptionInfo.cs b/WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisPrescriptionInfo.cs index 57a63d7..9b2624d 100644 --- a/WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisPrescriptionInfo.cs +++ b/WebSiteCode/Cmdjy/Cmdjy/Dal/Tables/HisPrescriptionInfo.cs @@ -28,6 +28,10 @@ namespace Cmdjy.Dal.Tables /// public PrescriptionType Type { get; set; } /// + /// 医疗机构传入的联合主键 + /// + public string HosKey { get; set; } + /// /// 如果为退方,这里传要退的处方流水号。此编号在下单应答消息中提供 /// public string RawRecordId { get; set; }