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; }