target_data.go 97KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306130713081309131013111312131313141315131613171318131913201321132213231324132513261327132813291330133113321333133413351336133713381339134013411342134313441345134613471348134913501351135213531354135513561357135813591360136113621363136413651366136713681369137013711372137313741375137613771378137913801381138213831384138513861387138813891390139113921393139413951396139713981399140014011402140314041405140614071408140914101411141214131414141514161417141814191420142114221423142414251426142714281429143014311432143314341435143614371438143914401441144214431444144514461447144814491450145114521453145414551456145714581459146014611462146314641465146614671468146914701471147214731474147514761477147814791480148114821483148414851486148714881489149014911492149314941495149614971498149915001501150215031504150515061507150815091510151115121513151415151516151715181519152015211522152315241525152615271528152915301531153215331534153515361537153815391540154115421543154415451546154715481549155015511552155315541555155615571558155915601561156215631564156515661567156815691570157115721573157415751576157715781579
  1. package sz
  2. import "time"
  3. type TempHdHospital struct {
  4. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  5. InstType string `gorm:"column:inst_type" json:"inst_type" form:"inst_type"`
  6. DepartmentName string `gorm:"column:department_name" json:"department_name" form:"department_name"`
  7. AuthorizedBeds int64 `gorm:"column:authorized_beds" json:"authorized_beds" form:"authorized_beds"`
  8. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  9. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  10. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  11. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  12. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  13. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  14. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  15. }
  16. func (TempHdHospital) TableName() string {
  17. return "t_hd_hospital"
  18. }
  19. type TempHdStaff struct {
  20. ID int64 `gorm:"column:id" json:"id" form:"id"`
  21. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  22. StaffId string `gorm:"column:staff_id" json:"staff_id" form:"staff_id"`
  23. IdType string `gorm:"column:id_type" json:"id_type" form:"id_type"`
  24. IdNo string `gorm:"column:id_no" json:"id_no" form:"id_no"`
  25. StaffName string `gorm:"column:staff_name" json:"staff_name" form:"staff_name"`
  26. Position int64 `gorm:"column:position" json:"position" form:"position"`
  27. TrainingName string `gorm:"column:training_name" json:"training_name" form:"training_name"`
  28. PracticeCertificate string `gorm:"column:practice_certificate" json:"practice_certificate" form:"practice_certificate"`
  29. PracticeCertificateNo string `gorm:"column:practice_certificate_no" json:"practice_certificate_no" form:"practice_certificate_no"`
  30. QualificationCertificate string `gorm:"column:qualification_certificate" json:"qualification_certificate" form:"qualification_certificate"`
  31. QualificationType string `gorm:"column:qualification_type" json:"qualification_type" form:"qualification_type"`
  32. PermanentType int64 `gorm:"column:permanent_type" json:"permanent_type" form:"permanent_type"`
  33. DiplomaFile string `gorm:"column:diploma_file" json:"diploma_file" form:"diploma_file"`
  34. DegreeCertificateFile string `gorm:"column:degree_certificate_file" json:"degree_certificate_file" form:"degree_certificate_file"`
  35. TrainingCertificateFile string `gorm:"column:training_certificate_file" json:"training_certificate_file" form:"training_certificate_file"`
  36. PracticeCertificateFile string `gorm:"column:practice_certificate_file" json:"practice_certificate_file" form:"practice_certificate_file"`
  37. QualificationCertificateFile string `gorm:"column:qualification_certificate_file" json:"qualification_certificate_file" form:"qualification_certificate_file"`
  38. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  39. TrainingDate time.Time `gorm:"column:training_date" json:"training_date" form:"training_date"`
  40. InDate time.Time `gorm:"column:in_date" json:"in_date" form:"in_date"`
  41. OutDate time.Time `gorm:"column:out_date" json:"out_date" form:"out_date"`
  42. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  43. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  44. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  45. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  46. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  47. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  48. TechnicalPosition int64 `gorm:"column:technical_position" json:"technical_position" form:"technical_position"`
  49. StaffLevel int64 `gorm:"column:staff_level" json:"staff_level" form:"staff_level"`
  50. IsAdvanced int64 `gorm:"column:is_advanced" json:"is_advanced" form:"is_advanced"`
  51. HospitalPosition int64 `gorm:"column:hospital_position" json:"hospital_position" form:"hospital_position"`
  52. StaffNo string `gorm:"column:staff_no" json:"staff_no" form:"staff_no"`
  53. Education string `gorm:"column:education" json:"education" form:"education"`
  54. Specialty string `gorm:"column:specialty" json:"specialty" form:"specialty"`
  55. StaffDegree string `gorm:"column:staff_degree" json:"staff_degree" form:"staff_degree"`
  56. StaffStatus int64 `gorm:"column:staff_status" json:"staff_status" form:"staff_status"`
  57. }
  58. func (TempHdStaff) TableName() string {
  59. return "t_hd_staff"
  60. }
  61. type TempHdLayout struct {
  62. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  63. PartitionName string `gorm:"column:partition_name" json:"partition_name" form:"partition_name"`
  64. PartitionImg string `gorm:"column:partition_img" json:"partition_img" form:"partition_img"`
  65. FunctionArea string `gorm:"column:function_area" json:"function_area" form:"function_area"`
  66. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  67. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  68. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  69. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  70. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  71. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  72. }
  73. func (TempHdLayout) TableName() string {
  74. return "t_hd_layout"
  75. }
  76. type TempHdDivision struct {
  77. ID int64 `gorm:"column:id" json:"id"`
  78. DivisionId string `gorm:"column:division_id" json:"division_id"`
  79. HospitalId string `gorm:"column:hospital_id" json:"hospital_id"`
  80. DivisionName string `gorm:"column:division_name" json:"division_name"`
  81. Xgbz string `gorm:"column:xgbz" json:"xgbz"`
  82. DivisionType string `gorm:"column:division_type" json:"division_type"`
  83. CreateTime time.Time `gorm:"column:create_time" json:"create_time"`
  84. UpdateTime time.Time `gorm:"column:update_time" json:"update_time"`
  85. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj"`
  86. Mj string `gorm:"column:mj" json:"mj"`
  87. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1"`
  88. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2"`
  89. }
  90. func (TempHdDivision) TableName() string {
  91. return "t_hd_division"
  92. }
  93. type TempHdDm struct {
  94. ID int64 `gorm:"column:id" json:"id"`
  95. HospitalId string `gorm:"column:hospital_id" json:"hospital_id"`
  96. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id"`
  97. SickbedNo string `gorm:"column:sickbed_no" json:"sickbed_no"`
  98. SickbedType string `gorm:"column:sickbed_type" json:"sickbed_type"`
  99. EquipmentBrand string `gorm:"column:equipment_brand" json:"equipment_brand"`
  100. EquipmentModel string `gorm:"column:equipment_model" json:"equipment_model"`
  101. EnableTime time.Time `gorm:"column:enable_time" json:"enable_time"`
  102. DiscardedTime time.Time `gorm:"column:discarded_time" json:"discarded_time"`
  103. Status string `gorm:"column:status" json:"status"`
  104. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type"`
  105. Temperature string `gorm:"column:temperature" json:"temperature"`
  106. Humidity string `gorm:"column:humidity" json:"humidity"`
  107. Pressure string `gorm:"column:pressure" json:"pressure"`
  108. PressureUnit string `gorm:"column:pressure_unit" json:"pressure_unit"`
  109. WorkingVoltage string `gorm:"column:working_voltage" json:"working_voltage"`
  110. Xgbz string `gorm:"column:xgbz" json:"xgbz"`
  111. Bbp string `gorm:"column:bbp" json:"bbp"`
  112. CreateTime time.Time `gorm:"column:create_time" json:"create_time"`
  113. UpdateTime time.Time `gorm:"column:update_time" json:"update_time"`
  114. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj"`
  115. Mj string `gorm:"column:mj" json:"mj"`
  116. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1"`
  117. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2"`
  118. }
  119. func (TempHdDm) TableName() string {
  120. return "t_hd_dm"
  121. }
  122. type TempHdWm struct {
  123. ID int64 `gorm:"column:id" json:"id" form:"id"`
  124. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  125. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  126. EquipmentBrand string `gorm:"column:equipment_brand" json:"equipment_brand" form:"equipment_brand"`
  127. EquipmentModel string `gorm:"column:equipment_model" json:"equipment_model" form:"equipment_model"`
  128. EnableTime time.Time `gorm:"column:enable_time" json:"enable_time" form:"enable_time"`
  129. DiscardedTime time.Time `gorm:"column:discarded_time" json:"discarded_time" form:"discarded_time"`
  130. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type" form:"equipment_type"`
  131. Temperature string `gorm:"column:temperature" json:"temperature" form:"temperature"`
  132. Humidity string `gorm:"column:humidity" json:"humidity" form:"humidity"`
  133. Pressure string `gorm:"column:pressure" json:"pressure" form:"pressure"`
  134. PressureUnit int64 `gorm:"column:pressure_unit" json:"pressure_unit" form:"pressure_unit"`
  135. QualityStandard string `gorm:"column:quality_standard" json:"quality_standard" form:"quality_standard"`
  136. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  137. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  138. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  139. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  140. Mj int64 `gorm:"column:mj" json:"mj" form:"mj"`
  141. Ylyl1 int64 `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  142. Ylyl2 int64 `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  143. }
  144. func (TempHdWm) TableName() string {
  145. return "t_hd_wm"
  146. }
  147. type TempHdMaintain struct {
  148. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  149. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  150. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  151. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type" form:"equipment_type"`
  152. RepairTime time.Time `gorm:"column:repair_time" json:"repair_time" form:"repair_time"`
  153. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  154. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  155. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  156. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  157. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  158. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  159. }
  160. func (TempHdMaintain) TableName() string {
  161. return "t_hd_maintain"
  162. }
  163. type TempHdDisinfectMethod struct {
  164. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  165. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  166. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  167. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type" form:"equipment_type"`
  168. DisinfectMethod string `gorm:"column:disinfect_method" json:"disinfect_method" form:"disinfect_method"`
  169. Disinfector string `gorm:"column:disinfector" json:"disinfector" form:"disinfector"`
  170. Concentration string `gorm:"column:concentration" json:"concentration" form:"concentration"`
  171. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  172. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  173. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  174. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  175. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  176. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  177. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  178. }
  179. func (TempHdDisinfectMethod) TableName() string {
  180. return "t_hd_disinfect_method"
  181. }
  182. // type TempHdDisinfectMethod struct {
  183. // ID int64 `gorm:"column:id" json:"id"`
  184. // SN string `gorm:"column:SN" json:"SN"`
  185. // HospitalId string `gorm:"column:HOSPITAL_ID" json:"HOSPITAL_ID"`
  186. // EquipmentId string `gorm:"column:EQUIPMENT_ID" json:"EQUIPMENT_ID"`
  187. // EquipmentType string `gorm:"column:EQUIPMENT_TYPE" json:"EQUIPMENT_TYPE"`
  188. // EquipmentModel string `gorm:"column:EQUIPMENT_MODEL" json:"EQUIPMENT_MODEL"`
  189. // DisinfectMethod string `gorm:"column:DISINFECT_METHOD" json:"DISINFECT_METHOD"`
  190. // Disinfector string `gorm:"column:DISINFECTOR" json:"DISINFECTOR"`
  191. // Concentration string `gorm:"column:CONCENTRATION" json:"CONCENTRATION"`
  192. // Frequency string `gorm:"column:FREQUENCY" json:"FREQUENCY"`
  193. // Xgbz string `gorm:"column:XGBZ" json:"XGBZ"`
  194. // CreateTime time.Time `gorm:"column:CREATE_TIME" json:"CREATE_TIME"`
  195. // UpdateTime time.Time `gorm:"column:UPDATE_TIME" json:"UPDATE_TIME"`
  196. // Sjscsj time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ"`
  197. // Mj string `gorm:"column:MJ" json:"MJ"`
  198. // Ylyl1 string `gorm:"column:YLYL1" json:"YLYL1"`
  199. // Ylyl2 string `gorm:"column:YLYL2" json:"YLYL2"`
  200. // }
  201. // func (TempHdDisinfectMethod) TableName() string {
  202. // return "t_hd_disinfect_method"
  203. // }
  204. type TempHdOtherMachine struct {
  205. ID int64 `gorm:"column:id" json:"id" form:"id"`
  206. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  207. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  208. EquipmentBrand string `gorm:"column:equipment_brand" json:"equipment_brand" form:"equipment_brand"`
  209. EquipmentModel string `gorm:"column:equipment_model" json:"equipment_model" form:"equipment_model"`
  210. EnableTime time.Time `gorm:"column:enable_time" json:"enable_time" form:"enable_time"`
  211. DiscardedTime time.Time `gorm:"column:discarded_time" json:"discarded_time" form:"discarded_time"`
  212. Status string `gorm:"column:status" json:"status" form:"status"`
  213. EquipmentType string `gorm:"column:equipment_type" json:"equipment_type" form:"equipment_type"`
  214. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  215. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  216. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  217. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  218. Mj int64 `gorm:"column:mj" json:"mj" form:"mj"`
  219. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  220. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  221. }
  222. func (TempHdOtherMachine) TableName() string {
  223. return "t_hd_other_machine"
  224. }
  225. type TempHdDmDisinfect struct {
  226. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  227. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  228. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  229. SickbedNo string `gorm:"column:sickbed_no" json:"sickbed_no" form:"sickbed_no"`
  230. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  231. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  232. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  233. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  234. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  235. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  236. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  237. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  238. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  239. }
  240. func (TempHdDmDisinfect) TableName() string {
  241. return "t_hd_dm_disinfect"
  242. }
  243. type TempWdDmDisinfect struct {
  244. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  245. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  246. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  247. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  248. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  249. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  250. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  251. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  252. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  253. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  254. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  255. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  256. }
  257. func (TempWdDmDisinfect) TableName() string {
  258. return "t_hd_wm_disinfect"
  259. }
  260. type TB_HIS_MZ_BL_Detail struct {
  261. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  262. BLLSH string `gorm:"column:BLLSH" json:"BLLSH" form:"BLLSH"`
  263. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  264. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  265. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  266. HZXM string `gorm:"column:HZXM" json:"HZXM" form:"HZXM"`
  267. JZLX string `gorm:"column:JZLX" json:"JZLX" form:"JZLX"`
  268. JZRQSJ string `gorm:"column:JZRQSJ" json:"JZRQSJ" form:"JZRQSJ"`
  269. MJZH string `gorm:"column:MJZH" json:"MJZH" form:"MJZH"`
  270. CZBZ string `gorm:"column:CZBZ" json:"CZBZ" form:"CZBZ"`
  271. YSGH string `gorm:"column:YSGH" json:"YSGH" form:"YSGH"`
  272. YSXM string `gorm:"column:YSXM" json:"YSXM" form:"YSXM"`
  273. JLRQSJ string `gorm:"column:JLRQSJ" json:"JLRQSJ" form:"JLRQSJ"`
  274. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  275. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  276. }
  277. func (TB_HIS_MZ_BL_Detail) TableName() string {
  278. return "TB_EMR_MJGBL"
  279. }
  280. type TempHdPatient struct {
  281. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  282. PatientNk int64 `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  283. CardNo string `gorm:"column:card_no" json:"card_no" form:"card_no"`
  284. CardType int64 `gorm:"column:card_type" json:"card_type" form:"card_type"`
  285. IdNo string `gorm:"column:id_no" json:"id_no" form:"id_no"`
  286. IdType string `gorm:"column:id_type" json:"id_type" form:"id_type"`
  287. PatientName string `gorm:"column:patient_name" json:"patient_name" form:"patient_name"`
  288. Gender string `gorm:"column:gender" json:"gender" form:"gender"`
  289. BornDate time.Time `gorm:"column:born_date" json:"born_date" form:"born_date"`
  290. DiagnosisSummary string `gorm:"column:diagnosis_summary" json:"diagnosis_summary" form:"diagnosis_summary"`
  291. IsCrf string `gorm:"column:is_crf" json:"is_crf" form:"is_crf"`
  292. AllergyHistory string `gorm:"column:allergy_history" json:"allergy_history" form:"allergy_history"`
  293. PayMethod string `gorm:"column:pay_method" json:"pay_method" form:"pay_method"`
  294. LocalInsurance string `gorm:"column:local_insurance" json:"local_insurance" form:"local_insurance"`
  295. DialysisStartTime time.Time `gorm:"column:dialysis_start_time" json:"dialysis_start_time" form:"dialysis_start_time"`
  296. LocalStartTime time.Time `gorm:"column:local_start_time" json:"local_start_time" form:"local_start_time"`
  297. OutpatientNo string `gorm:"column:outpatient_no" json:"outpatient_no" form:"outpatient_no"`
  298. HospitalizedNo string `gorm:"column:hospitalized_no" json:"hospitalized_no" form:"hospitalized_no"`
  299. Height int64 `gorm:"column:height" json:"height" form:"height"`
  300. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  301. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  302. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  303. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  304. Mj int64 `gorm:"column:mj" json:"mj" form:"mj"`
  305. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  306. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  307. }
  308. func (TempHdPatient) TableName() string {
  309. return "t_hd_patient"
  310. }
  311. type TempHdPatientOut struct {
  312. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  313. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  314. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  315. SequelaeDate time.Time `gorm:"column:sequelae_date" json:"sequelae_date" form:"sequelae_date"`
  316. SequelaeType string `gorm:"column:sequelae_type" json:"sequelae_type" form:"sequelae_type"`
  317. SequelaeSubType string `gorm:"column:sequelae_sub_type" json:"sequelae_sub_type" form:"sequelae_sub_type"`
  318. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  319. DeathReason string `gorm:"column:death_reason" json:"death_reason" form:"death_reason"`
  320. ExtReason string `gorm:"column:ext_reason" json:"ext_reason" form:"ext_reason"`
  321. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  322. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  323. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  324. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  325. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  326. }
  327. func (TempHdPatientOut) TableName() string {
  328. return "t_hd_patient_quit"
  329. }
  330. type TempHdPs struct {
  331. PrescribeId string `gorm:"column:prescribe_id" json:"prescribe_id" form:"prescribe_id"`
  332. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  333. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  334. MedicalId string `gorm:"column:medical_id" json:"medical_id" form:"medical_id"`
  335. DrId int64 `gorm:"column:dr_id" json:"dr_id" form:"dr_id"`
  336. RrtType int64 `gorm:"column:rrt_type" json:"rrt_type" form:"rrt_type"`
  337. RrtTypeName string `gorm:"column:rrt_type_name" json:"rrt_type_name" form:"rrt_type_name"`
  338. DialysisFrequency int64 `gorm:"column:dialysis_frequency" json:"dialysis_frequency" form:"dialysis_frequency"`
  339. FrequencyUnit int64 `gorm:"column:frequency_unit" json:"frequency_unit" form:"frequency_unit"`
  340. PrescribeTime time.Time `gorm:"column:prescribe_time" json:"prescribe_time" form:"prescribe_time"`
  341. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  342. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  343. Mj int64 `gorm:"column:mj" json:"mj" form:"mj"`
  344. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  345. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  346. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  347. }
  348. func (TempHdPs) TableName() string {
  349. return "t_hd_ps"
  350. }
  351. type TempHdPsMedicine struct {
  352. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  353. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  354. MedicineTypeId string `gorm:"column:medicine_type_id" json:"medicine_type_id" form:"medicine_type_id"`
  355. MedicineId string `gorm:"column:medicine_id" json:"medicine_id" form:"medicine_id"`
  356. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  357. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  358. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  359. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  360. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  361. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  362. }
  363. func (TempHdPsMedicine) TableName() string {
  364. return "t_hd_ps_medicine"
  365. }
  366. type TempHdInfection struct {
  367. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  368. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  369. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  370. Hbv int64 `gorm:"column:hbv" json:"hbv" form:"hbv"`
  371. Hcv int64 `gorm:"column:hcv" json:"hcv" form:"hcv"`
  372. Rpr int64 `gorm:"column:rpr" json:"rpr" form:"rpr"`
  373. Hiv int64 `gorm:"column:hiv" json:"hiv" form:"hiv"`
  374. Hbsag int64 `gorm:"column:hbsag" json:"hbsag" form:"hbsag"`
  375. Hbsab int64 `gorm:"column:hbsab" json:"hbsab" form:"hbsab"`
  376. Hbeag int64 `gorm:"column:hbeag" json:"hbeag" form:"hbeag"`
  377. Hbeab int64 `gorm:"column:hbeab" json:"hbeab" form:"hbeab"`
  378. Hbcab int64 `gorm:"column:hbcab" json:"hbcab" form:"hbcab"`
  379. CheckDate time.Time `gorm:"column:check_date" json:"check_date" form:"check_date"`
  380. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  381. DoctorId string `gorm:"column:doctor_id" json:"doctor_id" form:"doctor_id"`
  382. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  383. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  384. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  385. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  386. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  387. }
  388. func (TempHdInfection) TableName() string {
  389. return "t_hd_infection"
  390. }
  391. type TempHdInhospital struct {
  392. ID int64 `gorm:"column:id" json:"id" form:"id"`
  393. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  394. MedicalNo string `gorm:"column:medical_no" json:"medical_no" form:"medical_no"`
  395. AdmissionTime time.Time `gorm:"column:admission_time" json:"admission_time" form:"admission_time"`
  396. AdmissionCause int64 `gorm:"column:admission_cause" json:"admission_cause" form:"admission_cause"`
  397. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  398. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  399. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  400. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  401. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  402. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  403. PatientNk int64 `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  404. AdmissionCauseDesc string `gorm:"column:admission_cause_desc" json:"admission_cause_desc" form:"admission_cause_desc"`
  405. }
  406. func (TempHdInhospital) TableName() string {
  407. return "t_hd_inhospital"
  408. }
  409. type TempHdOuthospital struct {
  410. ID int64 `gorm:"column:id" json:"id" form:"id"`
  411. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  412. MedicalNo string `gorm:"column:medical_no" json:"medical_no" form:"medical_no"`
  413. DischargeDate time.Time `gorm:"column:discharge_date" json:"discharge_date" form:"discharge_date"`
  414. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  415. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  416. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  417. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  418. Ylyl1 int64 `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  419. Ylyl2 int64 `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  420. PatientNk int64 `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  421. }
  422. func (TempHdOuthospital) TableName() string {
  423. return "t_hd_outhospital"
  424. }
  425. type DataUpload struct {
  426. ID int64 `gorm:"column:id" json:"id" form:"id"`
  427. OrgId int64 `gorm:"column:org_id" json:"org_id" form:"org_id"`
  428. SyncType int64 `gorm:"column:sync_type" json:"sync_type" form:"sync_type"`
  429. SyncTime int64 `gorm:"column:sync_time" json:"sync_time" form:"sync_time"`
  430. SyncResultType int `gorm:"column:sync_result_type" json:"sync_result_type" form:"sync_result_type"`
  431. SyncRsultRemark string `gorm:"column:sync_result_remark" json:"sync_result_remark" form:"sync_result_remark"`
  432. SyncTotalNum int64 `gorm:"column:sync_total_num" json:"sync_total_num" form:"sync_total_num"`
  433. SyncSuccessNum int64 `gorm:"column:sync_success_num" json:"sync_success_num" form:"sync_success_num"`
  434. SyncInfo string `gorm:"column:sync_info" json:"sync_info" form:"sync_info"`
  435. CreateTime int64 `gorm:"column:create_time" json:"create_time" form:"create_time"`
  436. UpdateTime int64 `gorm:"column:update_time" json:"update_time" form:"update_time"`
  437. }
  438. func (DataUpload) TableName() string {
  439. return "data_sync_info"
  440. }
  441. type DataUploadConfig struct {
  442. ID int64 `gorm:"column:id" json:"id"`
  443. OrgId int64 `gorm:"column:org_id" json:"org_id"`
  444. ProvinceId int64 `gorm:"column:province_id" json:"province_id"`
  445. CityId int64 `gorm:"column:city_id" json:"city_id"`
  446. GatewayAddress string `gorm:"column:gateway_address" json:"gateway_address"`
  447. AppId string `gorm:"column:app_id" json:"app_id"`
  448. Key string `gorm:"column:key" json:"key"`
  449. Status int64 `gorm:"column:status" json:"status"`
  450. CreateTime int64 `gorm:"column:create_time" json:"create_time"`
  451. ModifyTime int64 `gorm:"column:modify_time" json:"modify_time"`
  452. TimeQuantum int64 `gorm:"column:time_quantum" json:"time_quantum"`
  453. DepartmentName string `gorm:"column:department_name" json:"department_name"`
  454. HospitalId string `gorm:"column:hospital_id" json:"hospital_id"`
  455. InstType int64 `gorm:"column:inst_type" json:"inst_type"`
  456. DbHost string `gorm:"column:db_host" json:"db_host"`
  457. DbPort string `gorm:"column:db_port" json:"db_port"`
  458. DbUser string `gorm:"column:db_user" json:"db_user"`
  459. DbPass string `gorm:"column:db_pass" json:"db_pass"`
  460. DbName string `gorm:"column:db_name" json:"db_name"`
  461. }
  462. func (DataUploadConfig) TableName() string {
  463. return "data_upload_config"
  464. }
  465. type TempHdShift struct {
  466. ID int64 `gorm:"column:id" json:"id" form:"id"`
  467. PsId string `gorm:"column:ps_id" json:"ps_id" form:"ps_id"`
  468. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  469. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  470. ScheduleDate time.Time `gorm:"column:schedule_date" json:"schedule_date" form:"schedule_date"`
  471. ShiftType string `gorm:"column:shift_type" json:"shift_type" form:"shift_type"`
  472. SickbedNo int64 `gorm:"column:sickbed_no" json:"sickbed_no" form:"sickbed_no"`
  473. ScheduleStatus string `gorm:"column:schedule_status" json:"schedule_status" form:"schedule_status"`
  474. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  475. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  476. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  477. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  478. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  479. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  480. }
  481. func (TempHdShift) TableName() string {
  482. return "t_hd_shift"
  483. }
  484. type TempHdDoctorsAdvice struct {
  485. ID int64 `gorm:"column:id" json:"id" form:"id"`
  486. MedicalOrderId string `gorm:"column:medical_order_id" json:"medical_order_id" form:"medical_order_id"`
  487. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  488. DialysisId string `gorm:"column:dialysis_id" json:"dialysis_id" form:"dialysis_id"`
  489. OrderType string `gorm:"column:order_type" json:"order_type" form:"order_type"`
  490. RrtType int64 `gorm:"column:rrt_type" json:"rrt_type" form:"rrt_type"`
  491. RrtTypeName string `gorm:"column:rrt_type_name" json:"rrt_type_name" form:"rrt_type_name"`
  492. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  493. DialysisDuration int64 `gorm:"column:dialysis_duration" json:"dialysis_duration" form:"dialysis_duration"`
  494. BloodVol int64 `gorm:"column:blood_vol" json:"blood_vol" form:"blood_vol"`
  495. DryWeight float64 `gorm:"column:dry_weight" json:"dry_weight" form:"dry_weight"`
  496. Txq int64 `gorm:"column:txq" json:"txq" form:"txq"`
  497. FluxLevel int64 `gorm:"column:flux_level" json:"flux_level" form:"flux_level"`
  498. ReuseFlag int64 `gorm:"column:reuse_flag" json:"reuse_flag" form:"reuse_flag"`
  499. MembraneType int64 `gorm:"column:membrane_type" json:"membrane_type" form:"membrane_type"`
  500. MembraneSize int64 `gorm:"column:membrane_size" json:"membrane_size" form:"membrane_size"`
  501. Dlflow int64 `gorm:"column:dlflow" json:"dlflow" form:"dlflow"`
  502. DlTemperature int64 `gorm:"column:dl_temperature" json:"dl_temperature" form:"dl_temperature"`
  503. ReplacementMode int64 `gorm:"column:replacement_mode" json:"replacement_mode" form:"replacement_mode"`
  504. RlAmount int64 `gorm:"column:rl_amount" json:"rl_amount" form:"rl_amount"`
  505. Anticoagulant int64 `gorm:"column:anticoagulant" json:"anticoagulant" form:"anticoagulant"`
  506. AnticoagulantQuantity int64 `gorm:"column:anticoagulant_quantity" json:"anticoagulant_quantity" form:"anticoagulant_quantity"`
  507. InitialAmount int64 `gorm:"column:initial_amount" json:"initial_amount" form:"initial_amount"`
  508. DlPotassium int64 `gorm:"column:dl_potassium" json:"dl_potassium" form:"dl_potassium"`
  509. DlSodium int64 `gorm:"column:dl_sodium" json:"dl_sodium" form:"dl_sodium"`
  510. BicarbonateRadical int64 `gorm:"column:bicarbonate_radical" json:"bicarbonate_radical" form:"bicarbonate_radical"`
  511. MaintenanceQuantity int64 `gorm:"column:maintenance_quantity" json:"maintenance_quantity" form:"maintenance_quantity"`
  512. Conductivity int64 `gorm:"column:conductivity" json:"conductivity" form:"conductivity"`
  513. DlCalcium int64 `gorm:"column:dl_calcium" json:"dl_calcium" form:"dl_calcium"`
  514. ExecuteOrder int64 `gorm:"column:execute_order" json:"execute_order" form:"execute_order"`
  515. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  516. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  517. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  518. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  519. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  520. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  521. }
  522. func (TempHdDoctorsAdvice) TableName() string {
  523. return "t_hd_doctors_advice"
  524. }
  525. type TempHdDialysis struct {
  526. ID int64 `gorm:"column:id" json:"id" form:"id"`
  527. DialysisId string `gorm:"column:dialysis_id" json:"dialysis_id" form:"dialysis_id"`
  528. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  529. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  530. PsId string `gorm:"column:ps_id" json:"ps_id" form:"ps_id"`
  531. DialysisDate time.Time `gorm:"column:dialysis_date" json:"dialysis_date" form:"dialysis_date"`
  532. SickbedNo string `gorm:"column:sickbed_no" json:"sickbed_no" form:"sickbed_no"`
  533. DivisionId string `gorm:"column:division_id" json:"division_id" form:"division_id"`
  534. EquipmentId string `gorm:"column:equipment_id" json:"equipment_id" form:"equipment_id"`
  535. MixDialysis string `gorm:"column:mix_dialysis" json:"mix_dialysis" form:"mix_dialysis"`
  536. ActualufMl int64 `gorm:"column:actualuf_ml" json:"actualuf_ml" form:"actualuf_ml"`
  537. Ufv int64 `gorm:"column:ufv" json:"ufv" form:"ufv"`
  538. TotalReplace int64 `gorm:"column:total_replace" json:"total_replace" form:"total_replace"`
  539. TotalTreatDuration int64 `gorm:"column:total_treat_duration" json:"total_treat_duration" form:"total_treat_duration"`
  540. IsHospitalization string `gorm:"column:is_hospitalization" json:"is_hospitalization" form:"is_hospitalization"`
  541. IsEmergency string `gorm:"column:is_emergency" json:"is_emergency" form:"is_emergency"`
  542. EmergencyReason string `gorm:"column:emergency_reason" json:"emergency_reason" form:"emergency_reason"`
  543. IsPerioperativePeriod string `gorm:"column:is_perioperative_period" json:"is_perioperative_period" form:"is_perioperative_period"`
  544. BeforeSbp int64 `gorm:"column:before_sbp" json:"before_sbp" form:"before_sbp"`
  545. BeforeDbp int64 `gorm:"column:before_dbp" json:"before_dbp" form:"before_dbp"`
  546. AfterSbp int64 `gorm:"column:after_sbp" json:"after_sbp" form:"after_sbp"`
  547. AfterDbp int64 `gorm:"column:after_dbp" json:"after_dbp" form:"after_dbp"`
  548. BeforeWeight float64 `gorm:"column:before_weight" json:"before_weight" form:"before_weight"`
  549. AfterWeight float64 `gorm:"column:after_weight" json:"after_weight" form:"after_weight"`
  550. AccessId string `gorm:"column:access_id" json:"access_id" form:"access_id"`
  551. DialyzerId string `gorm:"column:dialyzer_id" json:"dialyzer_id" form:"dialyzer_id"`
  552. Ktv float64 `gorm:"column:ktv" json:"ktv" form:"ktv"`
  553. Urr float64 `gorm:"column:urr" json:"urr" form:"urr"`
  554. BeforeBun float64 `gorm:"column:before_bun" json:"before_bun" form:"before_bun"`
  555. AfterBun float64 `gorm:"column:after_bun" json:"after_bun" form:"after_bun"`
  556. ChargeDoctorId string `gorm:"column:charge_doctor_id" json:"charge_doctor_id" form:"charge_doctor_id"`
  557. ChargeNurseId string `gorm:"column:charge_nurse_id" json:"charge_nurse_id" form:"charge_nurse_id"`
  558. UpNurseId string `gorm:"column:up_nurse_id" json:"up_nurse_id" form:"up_nurse_id"`
  559. DownNurseId string `gorm:"column:down_nurse_id" json:"down_nurse_id" form:"down_nurse_id"`
  560. CheckNurseId string `gorm:"column:check_nurse_id" json:"check_nurse_id" form:"check_nurse_id"`
  561. PunctureNurseId string `gorm:"column:puncture_nurse_id" json:"puncture_nurse_id" form:"puncture_nurse_id"`
  562. StartTime time.Time `gorm:"column:start_time" json:"start_time" form:"start_time"`
  563. EndTime time.Time `gorm:"column:end_time" json:"end_time" form:"end_time"`
  564. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  565. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  566. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  567. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  568. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  569. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  570. }
  571. func (TempHdDialysis) TableName() string {
  572. return "t_hd_dialysis"
  573. }
  574. type TempHdMiddle struct {
  575. ID int64 `gorm:"column:id" json:"id" form:"id"`
  576. Sn int64 `gorm:"column:sn" json:"sn" form:"sn"`
  577. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  578. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  579. DialysisId string `gorm:"column:dialysis_id" json:"dialysis_id" form:"dialysis_id"`
  580. MonitorTime time.Time `gorm:"column:monitor_time" json:"monitor_time" form:"monitor_time"`
  581. Sbp int64 `gorm:"column:sbp" json:"sbp" form:"sbp"`
  582. Dbp int64 `gorm:"column:dbp" json:"dbp" form:"dbp"`
  583. P int64 `gorm:"column:p" json:"p" form:"p"`
  584. Ns int64 `gorm:"column:ns" json:"ns" form:"ns"`
  585. Qb int64 `gorm:"column:qb" json:"qb" form:"qb"`
  586. Ap int64 `gorm:"column:ap" json:"ap" form:"ap"`
  587. Vp int64 `gorm:"column:vp" json:"vp" form:"vp"`
  588. Tmp int64 `gorm:"column:tmp" json:"tmp" form:"tmp"`
  589. Ufr int64 `gorm:"column:ufr" json:"ufr" form:"ufr"`
  590. Ufv int64 `gorm:"column:ufv" json:"ufv" form:"ufv"`
  591. OnLine int64 `gorm:"column:on_line" json:"on_line" form:"on_line"`
  592. Spo2 float64 `gorm:"column:spo2" json:"spo2" form:"spo2"`
  593. RespiratorySystem int64 `gorm:"column:respiratory_system" json:"respiratory_system" form:"respiratory_system"`
  594. OtherSituation string `gorm:"column:other_situation" json:"other_situation" form:"other_situation"`
  595. Nurse string `gorm:"column:nurse" json:"nurse" form:"nurse"`
  596. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  597. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  598. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  599. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  600. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  601. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  602. }
  603. func (TempHdMiddle) TableName() string {
  604. return "t_hd_middle"
  605. }
  606. type TempHdAccess struct {
  607. AccessId string `gorm:"column:access_id" json:"access_id" form:"access_id"`
  608. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  609. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  610. AccessType string `gorm:"column:access_type" json:"access_type" form:"access_type"`
  611. AccessTypeName string `gorm:"column:access_type_name" json:"access_type_name" form:"access_type_name"`
  612. AccessStatus string `gorm:"column:access_status" json:"access_status" form:"access_status"`
  613. ChannelPosition string `gorm:"column:channel_position" json:"channel_position" form:"channel_position"`
  614. CatheterSite string `gorm:"column:catheter_site" json:"catheter_site" form:"catheter_site"`
  615. RemoveTime time.Time `gorm:"column:remove_time" json:"remove_time" form:"remove_time"`
  616. RemoveReason string `gorm:"column:remove_reason" json:"remove_reason" form:"remove_reason"`
  617. RemoveReasonDesc string `gorm:"column:remove_reason_desc" json:"remove_reason_desc" form:"remove_reason_desc"`
  618. SetupDate time.Time `gorm:"column:setup_date" json:"setup_date" form:"setup_date"`
  619. FirstUseTime time.Time `gorm:"column:first_use_time" json:"first_use_time" form:"first_use_time"`
  620. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  621. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  622. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  623. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  624. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  625. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  626. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  627. }
  628. func (TempHdAccess) TableName() string {
  629. return "t_hd_access"
  630. }
  631. type TempHdSickbed struct {
  632. SickbedNo int64 `gorm:"column:sickbed_no" json:"sickbed_no" form:"sickbed_no"`
  633. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  634. DivisionId string `gorm:"column:division_id" json:"division_id" form:"division_id"`
  635. SickbedCode string `gorm:"column:sickbed_code" json:"sickbed_code" form:"sickbed_code"`
  636. SickbedType string `gorm:"column:sickbed_type" json:"sickbed_type" form:"sickbed_type"`
  637. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  638. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  639. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  640. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  641. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  642. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  643. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  644. }
  645. func (TempHdSickbed) TableName() string {
  646. return "t_hd_sickbed"
  647. }
  648. type TempHdDiagnosis struct {
  649. DiagnosisId string `gorm:"column:diagnosis_id" json:"diagnosis_id" form:"diagnosis_id"`
  650. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  651. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  652. DiagnosisTime time.Time `gorm:"column:diagnosis_time" json:"diagnosis_time" form:"diagnosis_time"`
  653. DiagnosisType string `gorm:"column:diagnosis_type" json:"diagnosis_type" form:"diagnosis_type"`
  654. DiagnosisTypeItem string `gorm:"column:diagnosis_type_item" json:"diagnosis_type_item" form:"diagnosis_type_item"`
  655. DiagnosisTypeDetail string `gorm:"column:diagnosis_type_detail" json:"diagnosis_type_detail" form:"diagnosis_type_detail"`
  656. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  657. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  658. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  659. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  660. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  661. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  662. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  663. }
  664. func (TempHdDiagnosis) TableName() string {
  665. return "t_hd_diagnosis"
  666. }
  667. type TempHdComplication struct {
  668. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  669. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  670. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  671. DialysisId int64 `gorm:"column:dialysis_id" json:"dialysis_id" form:"dialysis_id"`
  672. MonitorId int64 `gorm:"column:monitor_id" json:"monitor_id" form:"monitor_id"`
  673. NeopathyTime int64 `gorm:"column:neopathy_time" json:"neopathy_time" form:"neopathy_time"`
  674. NeopathyType string `gorm:"column:neopathy_type" json:"neopathy_type" form:"neopathy_type"`
  675. NeopathyDesc string `gorm:"column:neopathy_desc" json:"neopathy_desc" form:"neopathy_desc"`
  676. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  677. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  678. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  679. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  680. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  681. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  682. }
  683. func (TempHdComplication) TableName() string {
  684. return "t_hd_complication"
  685. }
  686. type TempHdLisReport struct {
  687. LabSno string `gorm:"column:lab_sno" json:"lab_sno" form:"lab_sno"`
  688. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  689. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  690. ReportDate time.Time `gorm:"column:report_date" json:"report_date" form:"report_date"`
  691. CheckDate string `gorm:"column:check_date" json:"check_date" form:"check_date"`
  692. JzNo string `gorm:"column:jz_no" json:"jz_no" form:"jz_no"`
  693. MzFlag string `gorm:"column:mz_flag" json:"mz_flag" form:"mz_flag"`
  694. ZyNo string `gorm:"column:zy_no" json:"zy_no" form:"zy_no"`
  695. MzNo string `gorm:"column:mz_no" json:"mz_no" form:"mz_no"`
  696. DepartmentCode string `gorm:"column:department_code" json:"department_code" form:"department_code"`
  697. DepartmentName string `gorm:"column:department_name" json:"department_name" form:"department_name"`
  698. CardNo string `gorm:"column:card_no" json:"card_no" form:"card_no"`
  699. CardType string `gorm:"column:card_type" json:"card_type" form:"card_type"`
  700. PatientName string `gorm:"column:patient_name" json:"patient_name" form:"patient_name"`
  701. DepCode string `gorm:"column:dep_code" json:"dep_code" form:"dep_code"`
  702. DepName string `gorm:"column:dep_name" json:"dep_name" form:"dep_name"`
  703. InspectedType string `gorm:"column:inspected_type" json:"inspected_type" form:"inspected_type"`
  704. ReportCategry string `gorm:"column:report_categry" json:"report_categry" form:"report_categry"`
  705. ApplicationName string `gorm:"column:application_name" json:"application_name" form:"application_name"`
  706. ApplicationType string `gorm:"column:application_type" json:"application_type" form:"application_type"`
  707. CheckName string `gorm:"column:check_name" json:"check_name" form:"check_name"`
  708. CheckItemName string `gorm:"column:check_item_name" json:"check_item_name" form:"check_item_name"`
  709. CheckItemCode string `gorm:"column:check_item_code" json:"check_item_code" form:"check_item_code"`
  710. RecordCcount int64 `gorm:"column:record_ccount" json:"record_ccount" form:"record_ccount"`
  711. CheckResult string `gorm:"column:check_result" json:"check_result" form:"check_result"`
  712. DiagnoseCode string `gorm:"column:diagnose_code" json:"diagnose_code" form:"diagnose_code"`
  713. DiagnoseName string `gorm:"column:diagnose_name" json:"diagnose_name" form:"diagnose_name"`
  714. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  715. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  716. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  717. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  718. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  719. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  720. }
  721. func (TempHdLisReport) TableName() string {
  722. return "t_hd_lis_report"
  723. }
  724. type TempHdLisIndicators struct {
  725. InspectedResultNo string `gorm:"column:inspected_result_no" json:"inspected_result_no" form:"inspected_result_no"`
  726. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  727. LabSno string `gorm:"column:lab_sno" json:"lab_sno" form:"lab_sno"`
  728. ReportDate time.Time `gorm:"column:report_date" json:"report_date" form:"report_date"`
  729. CheckDate time.Time `gorm:"column:check_date" json:"check_date" form:"check_date"`
  730. InspectedIndicate string `gorm:"column:inspected_indicate" json:"inspected_indicate" form:"inspected_indicate"`
  731. InspectedItemEnName string `gorm:"column:inspected_item_en_name" json:"inspected_item_en_name" form:"inspected_item_en_name"`
  732. Method string `gorm:"column:method" json:"method" form:"method"`
  733. InspectedItemCnName string `gorm:"column:inspected_item_cn_name" json:"inspected_item_cn_name" form:"inspected_item_cn_name"`
  734. InspectedResultDesc string `gorm:"column:inspected_result_desc" json:"inspected_result_desc" form:"inspected_result_desc"`
  735. InspectedResultValue string `gorm:"column:inspected_result_value" json:"inspected_result_value" form:"inspected_result_value"`
  736. InspectedResultUnit string `gorm:"column:inspected_result_unit" json:"inspected_result_unit" form:"inspected_result_unit"`
  737. Loinc string `gorm:"column:loinc" json:"loinc" form:"loinc"`
  738. RefRange string `gorm:"column:ref_range" json:"ref_range" form:"ref_range"`
  739. UnitType string `gorm:"column:unit_type" json:"unit_type" form:"unit_type"`
  740. InspectedResult int64 `gorm:"column:inspected_result" json:"inspected_result" form:"inspected_result"`
  741. Yctssm string `gorm:"column:yctssm" json:"yctssm" form:"yctssm"`
  742. Sfwjz string `gorm:"column:sfwjz" json:"sfwjz" form:"sfwjz"`
  743. Sorting int64 `gorm:"column:sorting" json:"sorting" form:"sorting"`
  744. PrintGroup int64 `gorm:"column:print_group" json:"print_group" form:"print_group"`
  745. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  746. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  747. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  748. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  749. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  750. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  751. }
  752. func (TempHdLisIndicators) TableName() string {
  753. return "t_hd_lis_indicators"
  754. }
  755. type TempHdLisCulture struct {
  756. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  757. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  758. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  759. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  760. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  761. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  762. IsSubstitutionQualified string `gorm:"column:is_substitution_qualified" json:"is_substitution_qualified" form:"is_substitution_qualified"`
  763. SubstitutionInspectedValue string `gorm:"column:substitution_inspected_value" json:"substitution_inspected_value" form:"substitution_inspected_value"`
  764. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  765. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  766. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  767. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  768. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  769. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  770. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  771. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  772. }
  773. func (TempHdLisCulture) TableName() string {
  774. return "t_hd_dm_dialysate_bc"
  775. }
  776. type TempHdLisDialysate struct {
  777. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  778. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  779. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  780. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  781. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  782. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  783. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  784. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  785. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  786. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  787. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  788. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  789. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  790. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  791. }
  792. func (TempHdLisDialysate) TableName() string {
  793. return "t_hd_dm_dialysate_en"
  794. }
  795. type TempHdLisAirDisinfect struct {
  796. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  797. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  798. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  799. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  800. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  801. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  802. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  803. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  804. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  805. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  806. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  807. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  808. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  809. }
  810. func (TempHdLisAirDisinfect) TableName() string {
  811. return "t_hd_air_disinfect"
  812. }
  813. type TempHdLisBodyDisinfect struct {
  814. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  815. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  816. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  817. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  818. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  819. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  820. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  821. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  822. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  823. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  824. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  825. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  826. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  827. }
  828. func (TempHdLisBodyDisinfect) TableName() string {
  829. return "xt_body_detection"
  830. }
  831. type TempHdLisWaterFc struct {
  832. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  833. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  834. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  835. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  836. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  837. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  838. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  839. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  840. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  841. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  842. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  843. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  844. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  845. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  846. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  847. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  848. }
  849. func (TempHdLisWaterFc) TableName() string {
  850. return "t_hd_water_fc"
  851. }
  852. type TempHdLisWaterEl struct {
  853. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  854. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  855. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  856. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  857. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  858. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  859. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  860. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  861. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  862. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  863. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  864. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  865. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  866. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  867. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  868. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  869. }
  870. func (TempHdLisWaterEl) TableName() string {
  871. return "t_hd_water_el"
  872. }
  873. type TempHdLisWaterTe struct {
  874. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  875. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  876. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  877. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  878. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  879. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  880. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  881. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  882. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  883. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  884. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  885. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  886. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  887. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  888. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  889. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  890. }
  891. func (TempHdLisWaterTe) TableName() string {
  892. return "t_hd_water_te"
  893. }
  894. type TempHdLisWaterNc struct {
  895. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  896. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  897. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  898. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  899. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  900. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  901. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  902. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  903. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  904. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  905. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  906. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  907. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  908. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  909. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  910. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  911. }
  912. func (TempHdLisWaterNc) TableName() string {
  913. return "t_hd_water_nc"
  914. }
  915. type TempHdLisWaterPh struct {
  916. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  917. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  918. EquitmentId string `gorm:"column:equiment_id" json:"equiment_id" form:"equiment_id"`
  919. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  920. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  921. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  922. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  923. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  924. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  925. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  926. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  927. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  928. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  929. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  930. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  931. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  932. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  933. }
  934. func (TempHdLisWaterPh) TableName() string {
  935. return "t_hd_water_ph"
  936. }
  937. type TempHdLisWaterWh struct {
  938. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  939. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  940. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  941. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  942. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  943. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  944. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  945. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  946. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  947. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  948. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  949. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  950. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  951. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  952. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  953. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  954. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  955. }
  956. func (TempHdLisWaterWh) TableName() string {
  957. return "t_hd_water_wh"
  958. }
  959. type TempHdCi struct {
  960. InfectSn string `gorm:"column:infect_sn" json:"infect_sn" form:"infect_sn"`
  961. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  962. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  963. AccessId string `gorm:"column:access_id" json:"access_id" form:"access_id"`
  964. CiType string `gorm:"column:ci_type" json:"ci_type" form:"ci_type"`
  965. BloodCulture string `gorm:"column:blood_culture" json:"blood_culture" form:"blood_culture"`
  966. InfectionDate time.Time `gorm:"column:infection_date" json:"infection_date" form:"infection_date"`
  967. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  968. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  969. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  970. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  971. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  972. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  973. }
  974. func (TempHdCi) TableName() string {
  975. return "t_hd_ci"
  976. }
  977. type TempHdCiOutCome struct {
  978. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  979. InfectSn string `gorm:"column:infect_sn" json:"infect_sn" form:"infect_sn"`
  980. PatientNk string `gorm:"column:patient_nk" json:"patient_nk" form:"patient_nk"`
  981. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  982. SequelaeType string `gorm:"column:sequelae_type" json:"sequelae_type" form:"sequelae_type"`
  983. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  984. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  985. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  986. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  987. UpdateTime time.Time `gorm:"column:update_time" json:"update_time" form:"update_time"`
  988. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  989. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  990. }
  991. func (TempHdCiOutCome) TableName() string {
  992. return "t_hd_ci_outcome"
  993. }
  994. type TempHdLisWaterBc struct {
  995. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  996. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  997. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  998. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  999. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  1000. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  1001. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  1002. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  1003. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  1004. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  1005. Xgbz string `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  1006. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  1007. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  1008. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  1009. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  1010. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  1011. }
  1012. func (TempHdLisWaterBc) TableName() string {
  1013. return "t_hd_water_bc"
  1014. }
  1015. type TempHdLisWaterEn struct {
  1016. Sn string `gorm:"column:sn" json:"sn" form:"sn"`
  1017. HospitalId string `gorm:"column:hospital_id" json:"hospital_id" form:"hospital_id"`
  1018. EquitmentId string `gorm:"column:equitment_id" json:"equitment_id" form:"equitment_id"`
  1019. WaterType string `gorm:"column:water_type" json:"water_type" form:"water_type"`
  1020. InspectionOrgId string `gorm:"column:inspection_org_id" json:"inspection_org_id" form:"inspection_org_id"`
  1021. InspectionTime time.Time `gorm:"column:inspection_time" json:"inspection_time" form:"inspection_time"`
  1022. IsQualified string `gorm:"column:is_qualified" json:"is_qualified" form:"is_qualified"`
  1023. InspectedValue string `gorm:"column:inspected_value" json:"inspected_value" form:"inspected_value"`
  1024. CaseOrder string `gorm:"column:case_order" json:"case_order" form:"case_order"`
  1025. Sjscsj time.Time `gorm:"column:sjscsj" json:"sjscsj" form:"sjscsj"`
  1026. Xgbz int64 `gorm:"column:xgbz" json:"xgbz" form:"xgbz"`
  1027. Ylyl1 string `gorm:"column:ylyl1" json:"ylyl1" form:"ylyl1"`
  1028. Ylyl2 string `gorm:"column:ylyl2" json:"ylyl2" form:"ylyl2"`
  1029. UploadFile string `gorm:"column:upload_file" json:"upload_file" form:"upload_file"`
  1030. Mj string `gorm:"column:mj" json:"mj" form:"mj"`
  1031. CreateTime time.Time `gorm:"column:create_time" json:"create_time" form:"create_time"`
  1032. }
  1033. func (TempHdLisWaterEn) TableName() string {
  1034. return "t_hd_water_en"
  1035. }
  1036. type TBDICPractitioner struct {
  1037. GH string `gorm:"column:GH" json:"GH" form:"GH"`
  1038. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1039. ZCM string `gorm:"column:ZCM" json:"ZCM" form:"ZCM"`
  1040. XM string `gorm:"column:XM" json:"XM" form:"XM"`
  1041. XBBM string `gorm:"column:XBBM" json:"XBBM" form:"XBBM"`
  1042. SSKS string `gorm:"column:SSKS" json:"SSKS" form:"SSKS"`
  1043. SZYWKSMC string `gorm:"column:SZYWKSMC" json:"SZYWKSMC" form:"SZYWKSMC"`
  1044. ZWDM string `gorm:"column:ZWDM" json:"ZWDM" form:"ZWDM"`
  1045. ZHIW string `gorm:"column:ZHIW" json:"ZHIW" form:"ZHIW"`
  1046. ZCDM string `gorm:"column:ZCDM" json:"ZCDM" form:"ZCDM"`
  1047. ZHIC string `gorm:"column:ZHIC" json:"ZHIC" form:"ZHIC"`
  1048. NNRYLDQK string `gorm:"column:NNRYLDQK" json:"NNRYLDQK" form:"NNRYLDQK"`
  1049. BZQK string `gorm:"column:BZQK" json:"BZQK" form:"BZQK"`
  1050. LB string `gorm:"column:LB" json:"LB" form:"LB"`
  1051. // ZZKYRYBS string `gorm:"column:ZZKYRYBS" json:"ZZKYRYBS" form:"ZZKYRYBS"`
  1052. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1053. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1054. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1055. }
  1056. func (TBDICPractitioner) TableName() string {
  1057. return "TB_DIC_Practitioner"
  1058. }
  1059. type TBDICMedicines struct {
  1060. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1061. YYZBDM string `gorm:"column:YYZBDM" json:"YYZBDM" form:"YYZBDM"`
  1062. YPMC string `gorm:"column:YPMC" json:"YPMC" form:"YPMC"`
  1063. TYMC string `gorm:"column:TYMC" json:"TYMC" form:"TYMC"`
  1064. YPGG string `gorm:"column:YPGG" json:"YPGG" form:"YPGG"`
  1065. YNJXDA string `gorm:"column:YNJXDA" json:"YNJXDA" form:"YNJXDA"`
  1066. YNJXMC string `gorm:"column:YNJXMC" json:"YNJXMC" form:"YNJXMC"`
  1067. SYBZ string `gorm:"column:SYBZ" json:"SYBZ" form:"SYBZ"`
  1068. TSBZ string `gorm:"column:TSBZ" json:"TSBZ" form:"TSBZ"`
  1069. KSSBZ string `gorm:"column:KSSBZ" json:"KSSBZ" form:"KSSBZ"`
  1070. YPPZWH string `gorm:"column:YPPZWH" json:"YPPZWH" form:"YPPZWH"`
  1071. YPLX string `gorm:"column:YPLX" json:"YPLX" form:"YPLX"`
  1072. YNZJBZ string `gorm:"column:YNZJBZ" json:"YNZJBZ" form:"YNZJBZ"`
  1073. GJYBZ string `gorm:"column:GJYBZ" json:"GJYBZ" form:"GJYBZ"`
  1074. SJYBZ string `gorm:"column:SJYBZ" json:"SJYBZ" form:"SJYBZ"`
  1075. SHJYBZ string `gorm:"column:SHJYBZ" json:"SHJYBZ" form:"SHJYBZ"`
  1076. QJYBZ string `gorm:"column:QJYBZ" json:"QJYBZ" form:"QJYBZ"`
  1077. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1078. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1079. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1080. }
  1081. func (TBDICMedicines) TableName() string {
  1082. return "TB_DIC_Medicines"
  1083. }
  1084. type TBDICZlxmml struct {
  1085. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1086. YYZBDM string `gorm:"column:YYZBDM" json:"YYZBDM" form:"YYZBDM"`
  1087. XMMC string `gorm:"column:XMMC" json:"XMMC" form:"XMMC"`
  1088. SFDW string `gorm:"column:SFDW" json:"SFDW" form:"SFDW"`
  1089. SFDJ string `gorm:"column:SFDJ" json:"SFDJ" form:"SFDJ"`
  1090. SYBZ string `gorm:"column:SYBZ" json:"SYBZ" form:"SYBZ"`
  1091. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1092. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1093. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1094. }
  1095. func (TBDICZlxmml) TableName() string {
  1096. return "TB_DIC_ZLXMML"
  1097. }
  1098. type TBDICYpdzzd struct {
  1099. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1100. YNYPDM string `gorm:"column:YNYPDM" json:"YNYPDM" form:"YNYPDM"`
  1101. YPMC string `gorm:"column:YPMC" json:"YPMC" form:"YPMC"`
  1102. YPLX string `gorm:"column:YPLX" json:"YPLX" form:"YPLX"`
  1103. YPSPWYBSDM string `gorm:"column:YPSPWYBSDM" json:"YPSPWYBSDM" form:"YPSPWYBSDM"`
  1104. YPSPWYBSMC string `gorm:"column:YPSPWYBSMC" json:"YPSPWYBSMC" form:"YPSPWYBSMC"`
  1105. SJSHCSJ time.Time `gorm:"column:SJSHCSJ" json:"SJSHCSJ" form:"SJSHCSJ"`
  1106. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1107. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1108. }
  1109. func (TBDICYpdzzd) TableName() string {
  1110. return "TB_DIC_YPDZZD"
  1111. }
  1112. type TBDICZlxmdzzd struct {
  1113. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1114. YNZLXMDM string `gorm:"column:YNZLXMDM" json:"YNZLXMDM" form:"YNZLXMDM"`
  1115. YNZLXMMC string `gorm:"column:YNZLXMMC" json:"YNZLXMMC" form:"YNZLXMMC"`
  1116. WJSFDM string `gorm:"column:WJSFDM" json:"WJSFDM" form:"WJSFDM"`
  1117. WJSFMC string `gorm:"column:WJSFMC" json:"WJSFMC" form:"WJSFMC"`
  1118. SJSHCSJ time.Time `gorm:"column:SJSHCSJ" json:"SJSHCSJ" form:"SJSHCSJ"`
  1119. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1120. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1121. }
  1122. func (TBDICZlxmdzzd) TableName() string {
  1123. return "TB_DIC_ZLXMDZZD"
  1124. }
  1125. type TM_DICT_BED struct {
  1126. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1127. CWBM string `gorm:"column:CWBM" json:"CWBM" form:"CWBM"`
  1128. CH string `gorm:"column:CH" json:"CH" form:"CH"`
  1129. SSKSDM string `gorm:"column:SSKSDM" json:"SSKSDM" form:"SSKSDM"`
  1130. SSKSMC string `gorm:"column:SSKSMC" json:"SSKSMC" form:"SSKSMC"`
  1131. CWLX string `gorm:"column:CWLX" json:"CWLX" form:"CWLX"`
  1132. CWZT string `gorm:"column:CWZT" json:"ZWDM" form:"CWZT"`
  1133. DYZLXMDJ string `gorm:"column:DYZLXMDJ" json:"DYZLXMDJ" form:"DYZLXMDJ"`
  1134. ZYH string `gorm:"column:ZYH" json:"ZYH" form:"ZYH"`
  1135. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1136. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1137. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1138. }
  1139. func (TM_DICT_BED) TableName() string {
  1140. return "TM_DICT_BED"
  1141. }
  1142. type TB_MZ_Patient_Information struct {
  1143. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1144. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1145. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1146. FKDQ string `gorm:"column:FKDQ" json:"FKDQ" form:"FKDQ"`
  1147. ZJHM string `gorm:"column:ZJHM" json:"ZJHM" form:"ZJHM"`
  1148. ZJLXDM string `gorm:"column:ZJLXDM" json:"ZJLXDM" form:"ZJLXDM"`
  1149. ZJLXMC string `gorm:"column:ZJLXMC" json:"ZJLXMC" form:"ZJLXMC"`
  1150. XM string `gorm:"column:XM" json:"XM" form:"XM"`
  1151. CSRQ string `gorm:"column:CSRQ" json:"CSRQ" form:"CSRQ"`
  1152. MZDM string `gorm:"column:MZDM" json:"MZDM" form:"MZDM"`
  1153. MZMC string `gorm:"column:MZMC" json:"MZMC" form:"MZMC"`
  1154. GJDM string `gorm:"column:GJDM" json:"GJDM" form:"GJDM"`
  1155. GJMC string `gorm:"column:GJMC" json:"GJMC" form:"GJMC"`
  1156. SJHM string `gorm:"column:SJHM" json:"SJHM" form:"SJHM"`
  1157. XBDM string `gorm:"column:XBDM" json:"XBDM" form:"XBDM"`
  1158. XBMC string `gorm:"column:XBMC" json:"XBMC" form:"XBMC"`
  1159. HZLXDM string `gorm:"column:HZLXDM" json:"HZLXDM" form:"HZLXDM"`
  1160. HZLXMC string `gorm:"column:HZLXMC" json:"HZLXMC" form:"HZLXMC"`
  1161. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1162. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1163. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1164. }
  1165. func (TB_MZ_Patient_Information) TableName() string {
  1166. return "TB_MZ_Patient_Information"
  1167. }
  1168. type TB_HIS_MZ_Reg struct {
  1169. GHRQ string `gorm:"column:GHRQ" json:"GHRQ" form:"GHRQ"`
  1170. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1171. GTHBZ string `gorm:"column:GTHBZ" json:"GTHBZ" form:"GTHBZ"`
  1172. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1173. STFBH string `gorm:"column:STFBH" json:"STFBH" form:"STFBH"`
  1174. GTHSJ string `gorm:"column:GTHSJ" json:"GTHSJ" form:"GTHSJ"`
  1175. GHHX string `gorm:"column:GHHX" json:"GHHX" form:"GHHX"`
  1176. GHLB string `gorm:"column:GHLB" json:"GHLB" form:"GHLB"`
  1177. GHMC string `gorm:"column:GHMC" json:"GHMC" form:"GHMC"`
  1178. YLFYLYDM string `gorm:"column:YLFYLYDM" json:"YLFYLYDM" form:"YLFYLYDM"`
  1179. YLBXLBDM string `gorm:"column:YLBXLBDM" json:"YLBXLBDM" form:"YLBXLBDM"`
  1180. YBZHBZ string `gorm:"column:YBZHBZ" json:"YBZHBZ" form:"YBZHBZ"`
  1181. SSJYBZ string `gorm:"column:SSJYBZ" json:"SSJYBZ" form:"SSJYBZ"`
  1182. KSBM string `gorm:"column:KSBM" json:"KSBM" form:"KSBM"`
  1183. KSMC string `gorm:"column:KSMC" json:"KSMC" form:"KSMC"`
  1184. YSBM string `gorm:"column:YSBM" json:"YSBM" form:"YSBM"`
  1185. YSXM string `gorm:"column:YSXM" json:"YSXM" form:"YSXM"`
  1186. TXBZ string `gorm:"column:TXBZ" json:"TXBZ" form:"TXBZ"`
  1187. WDBZ string `gorm:"column:WDBZ" json:"WDBZ" form:"WDBZ"`
  1188. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1189. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1190. SFYY string `gorm:"column:SFYY" json:"SFYY" form:"SFYY"`
  1191. GHRCBS string `gorm:"column:GHRCBS" json:"GHRCBS" form:"GHRCBS"`
  1192. GHFY float64 `gorm:"column:GHFY" json:"GHFY" form:"GHFY"`
  1193. JMGHF float64 `gorm:"column:JMGHF" json:"JMGHF" form:"JMGHF"`
  1194. GHFXM string `gorm:"column:GHFXM" json:"GHFXM" form:"GHFXM"`
  1195. ZJFXM string `gorm:"column:ZJFXM" json:"ZJFXM" form:"ZJFXM"`
  1196. ZJF float64 `gorm:"column:ZJF" json:"ZJF" form:"ZJF"`
  1197. JMZJF float64 `gorm:"column:JMZJF" json:"JMZJF" form:"JMZJF"`
  1198. QTF string `gorm:"column:QTF" json:"QTF" form:"QTF"`
  1199. CZYBM string `gorm:"column:CZYBM" json:"CZYBM" form:"CZYBM"`
  1200. CZYXM string `gorm:"column:CZYXM" json:"CZYXM" form:"CZYXM"`
  1201. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1202. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1203. }
  1204. func (TB_HIS_MZ_Reg) TableName() string {
  1205. return "TB_HIS_MZ_Reg"
  1206. }
  1207. type TB_YL_MZ_Medical_Record struct {
  1208. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1209. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1210. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1211. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1212. MJZH string `gorm:"column:MJZH" json:"MJZH" form:"MJZH"`
  1213. HZXM string `gorm:"column:HZXM" json:"HZXM" form:"HZXM"`
  1214. NLS int64 `gorm:"column:NLS" json:"NLS" form:"NLS"`
  1215. JZLX string `gorm:"column:JZLX" json:"JZLX" form:"JZLX"`
  1216. CZBZ string `gorm:"column:CZBZ" json:"CZBZ" form:"CZBZ"`
  1217. SFTH string `gorm:"column:SFTH" json:"SFTH" form:"SFTH"`
  1218. YLBXLBDM string `gorm:"column:YLBXLBDM" json:"YLBXLBDM" form:"YLBXLBDM"`
  1219. YLFKFSDM string `gorm:"column:YLFKFSDM" json:"YLFKFSDM" form:"YLFKFSDM"`
  1220. TXBZ string `gorm:"column:TXBZ" json:"TXBZ" form:"TXBZ"`
  1221. YBZHBZ string `gorm:"column:YBZHBZ" json:"YBZHBZ" form:"YBZHBZ"`
  1222. WDBZ string `gorm:"column:WDBZ" json:"WDBZ" form:"WDBZ"`
  1223. SFSYZYZLJS string `gorm:"column:SFSYZYZLJS" json:"SFSYZYZLJS" form:"SFSYZYZLJS"`
  1224. ZYZLJSLB string `gorm:"column:ZYZLJSLB" json:"ZYZLJSLB" form:"ZYZLJSLB"`
  1225. SFSYZYZHLJS string `gorm:"column:SFSYZYZHLJS" json:"SFSYZYZHLJS" form:"SFSYZYZHLJS"`
  1226. JZKSBM string `gorm:"column:JZKSBM" json:"JZKSBM" form:"JZKSBM"`
  1227. JZKSMC string `gorm:"column:JZKSMC" json:"JZKSMC" form:"JZKSMC"`
  1228. JZKSRQ string `gorm:"column:JZKSRQ" json:"JZKSRQ" form:"JZKSRQ"`
  1229. ZZYSGH string `gorm:"column:ZZYSGH" json:"ZZYSGH" form:"ZZYSGH"`
  1230. ZZYSXM string `gorm:"column:ZZYSXM" json:"ZZYSXM" form:"ZZYSXM"`
  1231. BMLX string `gorm:"column:BMLX" json:"BMLX" form:"BMLX"`
  1232. JZZDBM string `gorm:"column:JZZDBM" json:"JZZDBM" form:"JZZDBM"`
  1233. JZZDSM string `gorm:"column:JZZDSM" json:"ZZDSM" form:"JZZDSM"`
  1234. JZZTDM string `gorm:"column:JZZTDM" json:"JZZTDM" form:"JZZTDM"`
  1235. JZZTMC string `gorm:"column:JZZTMC" json:"JZZTMC" form:"JZZTMC"`
  1236. JZJSSJ string `gorm:"column:JZJSSJ" json:"JZJSSJ" form:"JZJSSJ"`
  1237. ZS string `gorm:"column:ZS" json:"ZS" form:"ZS"`
  1238. ZZMS string `gorm:"column:ZZMS" json:"ZZMS" form:"ZZMS"`
  1239. YWSCSJ time.Time `gorm:"column:YWSCSJ" json:"YWSCSJ" form:"YWSCSJ"`
  1240. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1241. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1242. }
  1243. func (TB_YL_MZ_Medical_Record) TableName() string {
  1244. return "TB_YL_MZ_Medical_Record"
  1245. }
  1246. type TB_Diagnosis_Detail struct {
  1247. ZYZDLSH string `gorm:"column:ZYZDLSH" json:"ZYZDLSH" form:"ZYZDLSH"`
  1248. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1249. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1250. MZZYBZ string `gorm:"column:MZZYBZ" json:"MZZYBZ" form:"MZZYBZ"`
  1251. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1252. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1253. ZDLXQF string `gorm:"column:ZDLXQF" json:"ZDLXQF" form:"ZDLXQF"`
  1254. ZDLB string `gorm:"column:ZDLB" json:"ZDLB" form:"ZDLB"`
  1255. ZDSJ string `gorm:"column:ZDSJ" json:"ZDSJ" form:"ZDSJ"`
  1256. ZDBM string `gorm:"column:ZDBM" json:"ZDBM" form:"ZDBM"`
  1257. BMLX string `gorm:"column:BMLX" json:"BMLX" form:"BMLX"`
  1258. CYZDBZ string `gorm:"column:CYZDBZ" json:"CYZDBZ" form:"CYZDBZ"`
  1259. YZDBZ string `gorm:"column:YZDBZ" json:"YZDBZ" form:"YZDBZ"`
  1260. CRBBZ string `gorm:"column:CRBBZ" json:"CRBBZ" form:"CRBBZ"`
  1261. RYBQ string `gorm:"column:RYBQ" json:"RYBQ" form:"RYBQ"`
  1262. JLRQSJ time.Time `gorm:"column:JLRQSJ" json:"JLRQSJ" form:"JLRQSJ"`
  1263. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1264. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1265. }
  1266. func (TB_Diagnosis_Detail) TableName() string {
  1267. return "TB_Diagnosis_Detail"
  1268. }
  1269. type TB_STAT_YWL_Report struct {
  1270. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1271. KSBM string `gorm:"column:KSBM" json:"KSBM" form:"KSBM"`
  1272. YWSJ string `gorm:"column:YWSJ" json:"YWSJ" form:"YWSJ"`
  1273. MZRC int64 `gorm:"column:MZRC" json:"MZRC" form:"MZRC"`
  1274. JZRC int64 `gorm:"column:JZRC" json:"JZRC" form:"JZRC"`
  1275. TJRC int64 `gorm:"column:TJRC" json:"TJRC" form:"TJRC"`
  1276. RYRC int64 `gorm:"column:RYRC" json:"RYRC" form:"RYRC"`
  1277. CYRC int64 `gorm:"column:CYRC" json:"CYRC" form:"CYRC"`
  1278. CGRC int64 `gorm:"column:CGRC" json:"CGRC" form:"CGRC"`
  1279. RGBLS int64 `gorm:"column:RGBLS" json:"RGBLS" form:"RGBLS"`
  1280. ZYRS int64 `gorm:"column:ZYRS" json:"ZYRS" form:"ZYRS"`
  1281. SYCWS int64 `gorm:"column:SYCWS" json:"SYCWS" form:"SYCWS"`
  1282. BZCWS int64 `gorm:"column:BZCWS" json:"BZCWS" form:"BZCWS"`
  1283. SJSYCWS int64 `gorm:"column:SJSYCWS" json:"SJSYCWS" form:"SJSYCWS"`
  1284. KCS int64 `gorm:"column:KCS" json:"KCS" form:"KCS"`
  1285. KFTSCS int64 `gorm:"column:KFTSCS" json:"KFTSCS" form:"KFTSCS"`
  1286. JTBCS int64 `gorm:"column:JTBCS" json:"JTBCS" form:"JTBCS"`
  1287. SSLS int64 `gorm:"column:SSLS" json:"SSLS" form:"SSLS"`
  1288. MJZYLFY float64 `gorm:"column:MJZYLFY" json:"MJZYLFY" form:"MJZYLFY"`
  1289. ZYYLFY int64 `gorm:"column:ZYYLFY" json:"ZYYLFY" form:"ZYYLFY"`
  1290. MJZYPFY float64 `gorm:"column:MJZYPFY" json:"MJZYPFY" form:"MJZYPFY"`
  1291. ZYYPFY int64 `gorm:"column:ZYYPFY" json:"ZYYPFY" form:"ZYYPFY"`
  1292. MJZYBYLFY float64 `gorm:"column:MJZYBYLFY" json:"MJZYBYLFY" form:"MJZYBYLFY"`
  1293. ZYYBYLFY int64 `gorm:"column:ZYYBYLFY" json:"ZYYBYLFY" form:"ZYYBYLFY"`
  1294. MJZYBYPFY float64 `gorm:"column:MJZYBYPFY" json:"MJZYBYPFY" form:"MJZYBYPFY"`
  1295. ZYYBYPFY int64 `gorm:"column:ZYYBYPFY" json:"ZYYBYPFY" form:"ZYYBYPFY"`
  1296. ZYSJFSYS int64 `gorm:"column:ZYSJFSYS" json:"ZYSJFSYS" form:"ZYSJFSYS"`
  1297. CYYLSR int64 `gorm:"column:CYYLSR" json:"CYYLSR" form:"CYYLSR"`
  1298. CYYPSR int64 `gorm:"column:CYYPSR" json:"CYYPSR" form:"CYYPSR"`
  1299. CYYBYLSR int64 `gorm:"column:CYYBYLSR" json:"CYYBYLSR" form:"CYYBYLSR"`
  1300. CYYBYPSR int64 `gorm:"column:CYYBYPSR" json:"CYYBYPSR" form:"CYYBYPSR"`
  1301. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1302. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1303. }
  1304. func (TB_STAT_YWL_Report) TableName() string {
  1305. return "TB_STAT_YWL_Report"
  1306. }
  1307. type TB_CIS_Prescription struct {
  1308. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1309. CYH string `gorm:"column:CYH" json:"CYH" form:"CYH"`
  1310. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1311. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1312. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1313. CFLX string `gorm:"column:CFLX" json:"CFLX" form:"CFLX"`
  1314. YPLX string `gorm:"column:YPLX" json:"YPLX" form:"YPLX"`
  1315. ZYYPCFLB string `gorm:"column:ZYYPCFLB" json:"ZYYPCFLB" form:"ZYYPCFLB"`
  1316. CFJS string `gorm:"column:CFJS" json:"CFJS" form:"CFJS"`
  1317. JZKSDM string `gorm:"column:JZKSDM" json:"JZKSDM" form:"JZKSDM"`
  1318. JZKSMC string `gorm:"column:JZKSMC" json:"JZKSMC" form:"JZKSMC"`
  1319. KFYS string `gorm:"column:KFYS" json:"KFYS" form:"KFYS"`
  1320. KFYSXM string `gorm:"column:KFYSXM" json:"KFYSXM" form:"KFYSXM"`
  1321. KFRQ string `gorm:"column:KFRQ" json:"KFRQ" form:"KFRQ"`
  1322. CFLRSJ string `gorm:"column:CFLRSJ" json:"CFLRSJ" form:"CFLRSJ"`
  1323. SGCFBZ string `gorm:"column:SGCFBZ" json:"SGCFBZ" form:"SGCFBZ"`
  1324. CFYPJE float64 `gorm:"column:CFYPJE" json:"CFYPJE" form:"CFYPJE"`
  1325. TFBZ string `gorm:"column:TFBZ" json:"TFBZ" form:"TFBZ"`
  1326. XYZDDM string `gorm:"column:XYZDDM" json:"XYZDDM" form:"XYZDDM"`
  1327. XYZDMC string `gorm:"column:XYZDMC" json:"XYZDMC" form:"XYZDMC"`
  1328. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1329. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1330. }
  1331. func (TB_CIS_Prescription) TableName() string {
  1332. return "TB_CIS_Prescription"
  1333. }
  1334. type TB_CIS_Prescription_Detail struct {
  1335. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1336. CYH string `gorm:"column:CYH" json:"CYH" form:"CYH"`
  1337. CFMXH string `gorm:"column:CFMXH" json:"CFMXH" form:"CFMXH"`
  1338. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1339. XMBM string `gorm:"column:XMBM" json:"XMBM" form:"XMBM"`
  1340. XMBMYB string `gorm:"column:XMBMYB" json:"XMBMYB" form:"XMBMYB"`
  1341. XMMC string `gorm:"column:XMMC" json:"XMMC" form:"XMMC"`
  1342. XMSL float64 `gorm:"column:XMSL" json:"XMSL" form:"XMSL"`
  1343. XMDW string `gorm:"column:XMDW" json:"XMDW" form:"XMDW"`
  1344. XMDJ float64 `gorm:"column:XMDJ" json:"XMDJ" form:"XMDJ"`
  1345. XMJE float64 `gorm:"column:XMJE" json:"XMJE" form:"XMJE"`
  1346. XMLB string `gorm:"column:XMLB" json:"XMLB" form:"XMLB"`
  1347. YWFLDM string `gorm:"column:YWFLDM" json:"YWFLDM" form:"YWFLDM"`
  1348. SFJJ string `gorm:"column:SFJJ" json:"SFJJ" form:"SFJJ"`
  1349. SFPS string `gorm:"column:SFPS" json:"SFPS" form:"SFPS"`
  1350. YPGG string `gorm:"column:YPGG" json:"YPGG" form:"YPGG"`
  1351. SCPH string `gorm:"column:SCPH" json:"SCPH" form:"SCPH"`
  1352. YXQZ string `gorm:"column:YXQZ" json:"YXQZ" form:"YXQZ"`
  1353. SYPCDM string `gorm:"column:SYPCDM" json:"SYPCDM" form:"SYPCDM"`
  1354. SYPC string `gorm:"column:SYPC" json:"SYPC" form:"SYPC"`
  1355. JL float64 `gorm:"column:JL" json:"JL" form:"JL"`
  1356. DW string `gorm:"column:DW" json:"DW" form:"DW"`
  1357. MCSL float64 `gorm:"column:MCSL" json:"MCSL" form:"MCSL"`
  1358. MCDW string `gorm:"column:MCDW" json:"MCDW" form:"MCDW"`
  1359. YF string `gorm:"column:YF" json:"YF" form:"YF"`
  1360. YPYF string `gorm:"column:YPYF" json:"YPYF" form:"YPYF"`
  1361. YYTS int64 `gorm:"column:YYTS" json:"YYTS" form:"YYTS"`
  1362. YWSYZJL float64 `gorm:"column:YWSYZJL" json:"YWSYZJL" form:"YWSYZJL"`
  1363. YWSYZJLDW string `gorm:"column:YWSYZJLDW" json:"YWSYZJLDW" form:"YWSYZJLDW"`
  1364. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1365. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1366. }
  1367. func (TB_CIS_Prescription_Detail) TableName() string {
  1368. return "TB_CIS_Prescription_Detail"
  1369. }
  1370. type TB_HIS_MZ_Charge struct {
  1371. STFRQ string `gorm:"column:STFRQ" json:"STFRQ" form:"STFRQ"`
  1372. STFBH string `gorm:"column:STFBH" json:"STFBH" form:"STFBH"`
  1373. STFBZ string `gorm:"column:STFBZ" json:"STFBZ" form:"STFBZ"`
  1374. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1375. GHBM string `gorm:"column:GHBM" json:"GHBM" form:"GHBM"`
  1376. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1377. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1378. FPH string `gorm:"column:FPH" json:"FPH" form:"FPH"`
  1379. YLFKFSDM string `gorm:"column:YLFKFSDM" json:"YLFKFSDM" form:"YLFKFSDM"`
  1380. YLBXLBDM string `gorm:"column:YLBXLBDM" json:"YLBXLBDM" form:"YLBXLBDM"`
  1381. YBZHBZ string `gorm:"column:YBZHBZ" json:"YBZHBZ" form:"YBZHBZ"`
  1382. SSJYBZ string `gorm:"column:SSJYBZ" json:"SSJYBZ" form:"SSJYBZ"`
  1383. ZLLX string `gorm:"column:ZLLX" json:"ZLLX" form:"ZLLX"`
  1384. WDBZ string `gorm:"column:WDBZ" json:"WDBZ" form:"WDBZ"`
  1385. STFSJ string `gorm:"column:STFSJ" json:"STFSJ" form:"STFSJ"`
  1386. STFZE float64 `gorm:"column:STFZE" json:"STFZE" form:"STFZE"`
  1387. SSJE float64 `gorm:"column:SSJE" json:"SSJE" form:"SSJE"`
  1388. YBFWWZF float64 `gorm:"column:YBFWWZF" json:"YBFWWZF" form:"YBFWWZF"`
  1389. TXFYE string `gorm:"column:TXFYE" json:"TXFYE" form:"TXFYE"`
  1390. TXYF string `gorm:"column:TXYF" json:"TXYF" form:"TXYF"`
  1391. GHF string `gorm:"column:GHF" json:"GHF" form:"GHF"`
  1392. ZLF string `gorm:"column:ZLF" json:"ZLF" form:"ZLF"`
  1393. ZHF float64 `gorm:"column:ZHF" json:"ZHF" form:"ZHF"`
  1394. JCF float64 `gorm:"column:JCF" json:"JCF" form:"JCF"`
  1395. SSF float64 `gorm:"column:SSF" json:"SSF" form:"SSF"`
  1396. WSCLF float64 `gorm:"column:WSCLF" json:"WSCLF" form:"WSCLF"`
  1397. CWF float64 `gorm:"column:CWF" json:"CWF" form:"CWF"`
  1398. HLF string `gorm:"column:HLF" json:"HLF" form:"HLF"`
  1399. YSFWF string `gorm:"column:YSFWF" json:"YSFWF" form:"YSFWF"`
  1400. YBZLF string `gorm:"column:YBZLF" json:"YBZLF" form:"YBZLF"`
  1401. HYF float64 `gorm:"column:HYF" json:"HYF" form:"HYF"`
  1402. TSF string `gorm:"column:TSF" json:"TSF" form:"TSF"`
  1403. SPF string `gorm:"column:SPF" json:"SPF" form:"SPF"`
  1404. XYF float64 `gorm:"column:XYF" json:"XYF" form:"XYF"`
  1405. YHJE float64 `gorm:"column:YHJE" json:"YHJE" form:"YHJE"`
  1406. ZFJE float64 `gorm:"column:ZFJE" json:"ZFJE" form:"ZFJE"`
  1407. YBJZ float64 `gorm:"column:YBJZ" json:"YBJZ" form:"YBJZ"`
  1408. YBJJ float64 `gorm:"column:YBJJ" json:"YBJJ" form:"YBJJ"`
  1409. YBZE float64 `gorm:"column:YBZE" json:"YBZE" form:"YBZE"`
  1410. YBZF float64 `gorm:"column:YBZF" json:"YBZF" form:"YBZF"`
  1411. ZCYF float64 `gorm:"column:ZCYF" json:"ZCYF" form:"ZCYF"`
  1412. ZYZJF string `gorm:"column:ZYZJF" json:"ZYZJF" form:"ZYZJF"`
  1413. ZCAF string `gorm:"column:ZCAF" json:"ZCAF" form:"ZCAF"`
  1414. QTF float64 `gorm:"column:QTF" json:"QTF" form:"QTF"`
  1415. CFZS string `gorm:"column:CFZS" json:"CFZS" form:"CFZS"`
  1416. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1417. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1418. }
  1419. func (TB_HIS_MZ_Charge) TableName() string {
  1420. return "TB_HIS_MZ_Charge"
  1421. }
  1422. type TB_HIS_MZ_Fee_Detail struct {
  1423. SFMXID string `gorm:"column:SFMXID" json:"SFMXID" form:"SFMXID"`
  1424. TFBZ string `gorm:"column:TFBZ" json:"TFBZ" form:"TFBZ"`
  1425. YLJGDM string `gorm:"column:YLJGDM" json:"YLJGDM" form:"YLJGDM"`
  1426. JZLSH string `gorm:"column:JZLSH" json:"JZLSH" form:"JZLSH"`
  1427. STFBH string `gorm:"column:STFBH" json:"STFBH" form:"STFBH"`
  1428. KH string `gorm:"column:KH" json:"KH" form:"KH"`
  1429. KLX string `gorm:"column:KLX" json:"KLX" form:"KLX"`
  1430. ZLLX string `gorm:"column:ZLLX" json:"ZLLX" form:"ZLLX"`
  1431. YLFKFSDM string `gorm:"column:YLFKFSDM" json:"YLFKFSDM" form:"YLFKFSDM"`
  1432. FPH string `gorm:"column:FPH" json:"FPH" form:"FPH"`
  1433. STFSJ string `gorm:"column:STFSJ" json:"STFSJ" form:"STFSJ"`
  1434. MXFYLB string `gorm:"column:MXFYLB" json:"MXFYLB" form:"MXFYLB"`
  1435. MXXMBM string `gorm:"column:MXXMBM" json:"MXXMBM" form:"MXXMBM"`
  1436. MXXMBMYB string `gorm:"column:MXXMBMYB" json:"MXXMBMYB" form:"MXXMBMYB"`
  1437. MXXMMC string `gorm:"column:MXXMMC" json:"MXXMMC" form:"MXXMMC"`
  1438. MXXMDW string `gorm:"column:MXXMDW" json:"MXXMDW" form:"MXXMDW"`
  1439. MXXMDJ float64 `gorm:"column:MXXMDJ" json:"MXXMDJ" form:"MXXMDJ"`
  1440. MXXMSL float64 `gorm:"column:MXXMSL" json:"MXXMSL" form:"MXXMSL"`
  1441. MXXMJE float64 `gorm:"column:MXXMJE" json:"MXXMJE" form:"MXXMJE"`
  1442. KDKSBM string `gorm:"column:KDKSBM" json:"KDKSBM" form:"KDKSBM"`
  1443. KDKSMC string `gorm:"column:KDKSMC" json:"KDKSMC" form:"KDKSMC"`
  1444. KDRGH string `gorm:"column:KDRGH" json:"KDRGH" form:"KDRGH"`
  1445. KDRXM string `gorm:"column:KDRXM" json:"KDRXM" form:"KDRXM"`
  1446. ZXKSBM string `gorm:"column:ZXKSBM" json:"ZXKSBM" form:"ZXKSBM"`
  1447. ZXKSMC string `gorm:"column:ZXKSMC" json:"ZXKSMC" form:"ZXKSMC"`
  1448. SJSCSJ time.Time `gorm:"column:SJSCSJ" json:"SJSCSJ" form:"SJSCSJ"`
  1449. XGBZ int64 `gorm:"column:XGBZ" json:"XGBZ" form:"XGBZ"`
  1450. }
  1451. func (TB_HIS_MZ_Fee_Detail) TableName() string {
  1452. return "TB_HIS_MZ_Fee_Detail"
  1453. }