万仕达接口定义 #2

Open
opened 2019-03-04 11:10:34 +08:00 by wuchangzheng · 2 comments
Owner

扩充数据:

        /// <summary>
        /// 治疗号
        /// </summary>
        public string Zlh { get; set; }
        /// <summary>
        /// 收费序号
        /// </summary>
        public int Sfxh { get; set; }
        /// <summary>
        /// 收费费用序号
        /// </summary>
        public string Sffyxh { get; set; }

扩充状态:

        /// <summary>
        /// 测试方。无效处方,测试用
        /// </summary>
        TestOrder = 4,
        /// <summary>
        /// 空处方,无此处方,调用方应该跳过该处方
        /// </summary>
        NullOrder = 8,
扩充数据: ``` /// <summary> /// 治疗号 /// </summary> public string Zlh { get; set; } /// <summary> /// 收费序号 /// </summary> public int Sfxh { get; set; } /// <summary> /// 收费费用序号 /// </summary> public string Sffyxh { get; set; } ``` 扩充状态: ``` /// <summary> /// 测试方。无效处方,测试用 /// </summary> TestOrder = 4, /// <summary> /// 空处方,无此处方,调用方应该跳过该处方 /// </summary> NullOrder = 8, ```
Author
Owner

增加万仕达调用记录。
每次万仕达调用接口下载数据,在服务端存在单独表进行记录。
记录包括下载的处方号和返回结果。

增加万仕达调用记录。 每次万仕达调用接口下载数据,在服务端存在单独表进行记录。 记录包括下载的处方号和返回结果。
Author
Owner

请求信息增加CompanyCode和ComPanyName数据。

请求信息增加CompanyCode和ComPanyName数据。
Sign in to join this conversation.
No Label
No Milestone
No Assignees
1 Participants
Notifications
Due Date
The due date is invalid or out of range. Please use the format 'yyyy-mm-dd'.

No due date set.

Dependencies

No dependencies set.

Reference: cmdjy/wsd_djy#2
No description provided.