yxh
2023-11-21 dacf3c6ae5ede1c0a8a8b4afb24e2a3b62f0e368
src/api/smartorpor/pat_archive.js
@@ -1,6 +1,28 @@
   /*患者档案API接口
         patid// 自增ID     name// 姓名     sex// 性别   1:男  2:女    iccardno// 证件号码     birthdate// 生日     age// 年龄     source// 来源     archivetime// 建档时间     archiveby// 建档人     telcode// 手机号码     relativetelcode// 亲属号码     iccardtype// 证件类型     orgid// 机构ID     openid// 微信openid     del_flag// 删除标记     update_by// 更新人     update_time// 更新时间     create_by// 创建人     create_time// 创建时间     isupload// 上传标记     upload_time// 上传时间     pid//父ID    guid//GUID
         patid// 自增ID
   name// 姓名
   sex// 性别   1:男  2:女
   iccardno// 证件号码
   birthdate// 生日
   age// 年龄
   source// 来源
   archivetime// 建档时间
   archiveby// 建档人
   telcode// 手机号码
   relativetelcode// 亲属号码
   iccardtype// 证件类型
   orgid// 机构ID
   openid// 微信openid
   del_flag// 删除标记
   update_by// 更新人
   update_time// 更新时间
   create_by// 创建人
   create_time// 创建时间
   isupload// 上传标记
   upload_time// 上传时间
   pid//父ID
   guid//GUID
   */
   import request from '@/utils/request'