dialysis_service.go 85KB

12345678910111213141516171819202122232425262728293031323334353637383940414243444546474849505152535455565758596061626364656667686970717273747576777879808182838485868788899091929394959697989910010110210310410510610710810911011111211311411511611711811912012112212312412512612712812913013113213313413513613713813914014114214314414514614714814915015115215315415515615715815916016116216316416516616716816917017117217317417517617717817918018118218318418518618718818919019119219319419519619719819920020120220320420520620720820921021121221321421521621721821922022122222322422522622722822923023123223323423523623723823924024124224324424524624724824925025125225325425525625725825926026126226326426526626726826927027127227327427527627727827928028128228328428528628728828929029129229329429529629729829930030130230330430530630730830931031131231331431531631731831932032132232332432532632732832933033133233333433533633733833934034134234334434534634734834935035135235335435535635735835936036136236336436536636736836937037137237337437537637737837938038138238338438538638738838939039139239339439539639739839940040140240340440540640740840941041141241341441541641741841942042142242342442542642742842943043143243343443543643743843944044144244344444544644744844945045145245345445545645745845946046146246346446546646746846947047147247347447547647747847948048148248348448548648748848949049149249349449549649749849950050150250350450550650750850951051151251351451551651751851952052152252352452552652752852953053153253353453553653753853954054154254354454554654754854955055155255355455555655755855956056156256356456556656756856957057157257357457557657757857958058158258358458558658758858959059159259359459559659759859960060160260360460560660760860961061161261361461561661761861962062162262362462562662762862963063163263363463563663763863964064164264364464564664764864965065165265365465565665765865966066166266366466566666766866967067167267367467567667767867968068168268368468568668768868969069169269369469569669769869970070170270370470570670770870971071171271371471571671771871972072172272372472572672772872973073173273373473573673773873974074174274374474574674774874975075175275375475575675775875976076176276376476576676776876977077177277377477577677777877978078178278378478578678778878979079179279379479579679779879980080180280380480580680780880981081181281381481581681781881982082182282382482582682782882983083183283383483583683783883984084184284384484584684784884985085185285385485585685785885986086186286386486586686786886987087187287387487587687787887988088188288388488588688788888989089189289389489589689789889990090190290390490590690790890991091191291391491591691791891992092192292392492592692792892993093193293393493593693793893994094194294394494594694794894995095195295395495595695795895996096196296396496596696796896997097197297397497597697797897998098198298398498598698798898999099199299399499599699799899910001001100210031004100510061007100810091010101110121013101410151016101710181019102010211022102310241025102610271028102910301031103210331034103510361037103810391040104110421043104410451046104710481049105010511052105310541055105610571058105910601061106210631064106510661067106810691070107110721073107410751076107710781079108010811082108310841085108610871088108910901091109210931094109510961097109810991100110111021103110411051106110711081109111011111112111311141115111611171118111911201121112211231124112511261127112811291130113111321133113411351136113711381139114011411142114311441145114611471148114911501151115211531154115511561157115811591160116111621163116411651166116711681169117011711172117311741175117611771178117911801181118211831184118511861187118811891190119111921193119411951196119711981199120012011202120312041205120612071208120912101211121212131214121512161217121812191220122112221223122412251226122712281229123012311232123312341235123612371238123912401241124212431244124512461247124812491250125112521253125412551256125712581259126012611262126312641265126612671268126912701271127212731274127512761277127812791280128112821283128412851286128712881289129012911292129312941295129612971298129913001301130213031304130513061307130813091310131113121313131413151316131713181319132013211322132313241325132613271328132913301331133213331334133513361337133813391340134113421343134413451346134713481349135013511352135313541355135613571358135913601361136213631364136513661367136813691370137113721373137413751376137713781379138013811382138313841385138613871388138913901391139213931394139513961397139813991400140114021403140414051406140714081409141014111412141314141415141614171418141914201421142214231424142514261427142814291430143114321433143414351436143714381439144014411442144314441445144614471448144914501451145214531454145514561457145814591460146114621463146414651466146714681469147014711472147314741475147614771478147914801481148214831484148514861487148814891490149114921493149414951496149714981499150015011502150315041505150615071508150915101511151215131514151515161517151815191520152115221523152415251526152715281529153015311532153315341535153615371538153915401541154215431544154515461547154815491550155115521553155415551556155715581559156015611562156315641565156615671568156915701571157215731574157515761577157815791580158115821583158415851586158715881589159015911592159315941595159615971598159916001601160216031604160516061607160816091610161116121613161416151616161716181619162016211622162316241625162616271628162916301631163216331634163516361637163816391640164116421643164416451646164716481649165016511652165316541655165616571658165916601661166216631664166516661667166816691670167116721673167416751676167716781679168016811682168316841685168616871688168916901691169216931694169516961697169816991700170117021703170417051706170717081709171017111712171317141715171617171718171917201721172217231724172517261727172817291730173117321733173417351736173717381739174017411742174317441745174617471748174917501751175217531754175517561757175817591760176117621763176417651766176717681769177017711772177317741775177617771778177917801781178217831784178517861787178817891790179117921793179417951796179717981799180018011802
  1. package service
  2. import (
  3. "XT_New/models"
  4. "encoding/json"
  5. "fmt"
  6. "github.com/jinzhu/gorm"
  7. "strconv"
  8. "strings"
  9. "time"
  10. )
  11. //GetPatientList 返回患者的列表
  12. func GetSchedualPatientList(orgID int64, schedulDate int64, schedulType int64, partitionType int64, keywords string, page int64, limit int64) (schedule []*models.DialysisSchedule, err error) {
  13. var total int64
  14. //if len(keywords) > 0 {
  15. // likeKey := "%" + keywords + "%"
  16. // //db = db.Preload("MonitorPatients", "status = 1 AND user_org_id = ? AND `name` LIKE ? ", orgID, likeKey).Preload("DeviceNumber", "status = 1 AND org_id = ? ", orgID).Preload("PredialysisEvaluation", "status = 1 AND user_org_id = ? AND assessment_date = ? ", orgID, schedulDate).Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ? AND assessment_date = ? ", orgID, schedulDate).Preload("MonitoringRecord", "status = 1 AND user_org_id = ? AND monitoring_date = ?", orgID, schedulDate).Where("status = 1 AND user_org_id = ? ", orgID)
  17. // db = readDb.
  18. // Model(&models.MonitorDialysisSchedule{}).
  19. // Preload("DeviceNumber", "status = 1 AND org_id = ?", orgID).
  20. // Preload("DeviceZone", "status = 1 AND org_id = ?", orgID).
  21. // Preload("TreatmentMode", "status = 1").
  22. // Preload("Prescription", "status = 1 AND user_org_id = ?", orgID).
  23. // Preload("AssessmentBeforeDislysis", "status = 1 AND user_org_id = ?", orgID).
  24. // Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ?", orgID).
  25. // Preload("MonitoringRecord", "status = 1 AND user_org_id = ?", orgID).
  26. // Preload("DialysisOrder", "status = 1 AND user_org_id = ?", orgID).
  27. // Preload("MonitorPatients", "status = 1 AND user_org_id = ? AND `name` LIKE ?", orgID,likeKey)
  28. //
  29. //
  30. //} else {
  31. //}
  32. db := readDb.
  33. Model(&models.MonitorDialysisSchedule{}).
  34. Preload("DeviceNumber", "status = 1 AND org_id = ?", orgID).
  35. // Preload("DeviceZone", "status = 1 AND org_id = ?", orgID).
  36. Preload("TreatmentMode", "status = 1").
  37. Preload("Prescription", "status = 1 AND user_org_id = ? AND record_date = ?", orgID, schedulDate).
  38. Preload("AssessmentBeforeDislysis", "status = 1 AND user_org_id = ? AND assessment_date = ?", orgID, schedulDate).
  39. Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ? AND assessment_date = ?", orgID, schedulDate).
  40. Preload("MonitoringRecord", "status = 1 AND user_org_id = ? AND monitoring_date = ?", orgID, schedulDate).
  41. Preload("DialysisOrder", "status = 1 AND user_org_id = ? AND dialysis_date = ?", orgID, schedulDate).
  42. Preload("MonitorPatients", "status = 1 AND user_org_id = ?", orgID)
  43. db = db.Where("status = 1")
  44. if schedulDate > 0 {
  45. db = db.Where("schedule_date = ?", schedulDate)
  46. }
  47. db = db.Count(&total)
  48. fmt.Println(total)
  49. if schedulType > 0 {
  50. db = db.Where("schedule_type = ?", schedulType)
  51. }
  52. if partitionType > 0 {
  53. db = db.Where("partition_id = ?", partitionType)
  54. }
  55. offset := (page - 1) * limit
  56. errors := db.Offset(offset).Limit(limit).Find(&schedule).Error
  57. return schedule, errors
  58. }
  59. //用户基本信息
  60. func FindPatientInfoById(orgID int64, id int64, time int64) (patient models.SchedualPatient2, err error) {
  61. err = readDb.Preload("DialysisSchedule", func(db *gorm.DB) *gorm.DB {
  62. return db.Preload("DeviceNumber", "status = 1 AND org_id = ?", orgID).Preload("DeviceZone", "status = 1 AND org_id = ?", orgID).Where("patient_id = ? AND user_org_id = ? AND schedule_date = ? ", id, orgID, time)
  63. }).Where("id = ? and user_org_id=? and status=1", id, orgID).First(&patient).Error
  64. return
  65. }
  66. //透析处方
  67. func FindPatientPrescribeById(orgID int64, patientsId int64, recordDate int64) (patient models.DialysisPrescription, err error) {
  68. err = readDb.Model(&models.DialysisPrescription{}).Where("patient_id = ? and user_org_id=? and status=1 and record_date = ? ", patientsId, orgID, recordDate).First(&patient).Error
  69. return
  70. }
  71. //透析方案中的透析处方
  72. func FindDialysisSolution(orgID int64, patientsId int64) (patient models.DialysisSolution, err error) {
  73. err = readDb.Model(&models.DialysisSolution{}).Where("patient_id = ? and user_org_id=? and status=1", patientsId, orgID).Last(&patient).Error
  74. return
  75. }
  76. //透析方案中的透析模式
  77. func FindTreatmentModeById(modeId int64) (mode models.TreatmentMode, err error) {
  78. err = readDb.Model(&models.TreatmentMode{}).Where("id = ? AND status=1", modeId).First(&mode).Error
  79. return
  80. }
  81. //接诊评估
  82. func FindReceiverTreatmentAccessRecordById(orgID int64, patientsId int64, recordDate int64) (receiveTreatmentAsses models.ReceiveTreatmentAsses, err error) {
  83. err = readDb.Model(&models.ReceiveTreatmentAsses{}).Where("patient_id = ? and user_org_id=? and status=1 and record_date = ?", patientsId, orgID, recordDate).First(&receiveTreatmentAsses).Error
  84. return
  85. }
  86. //透前评估
  87. func FindPredialysisEvaluationById(orgID int64, patientsId int64, recordDate int64) (patient models.PredialysisEvaluation, err error) {
  88. err = readDb.Model(&models.PredialysisEvaluation{}).Where("patient_id = ? and user_org_id=? and status=1 and assessment_date = ?", patientsId, orgID, recordDate).First(&patient).Error
  89. return
  90. }
  91. func FindPredialysisName(id int64, orgid int64) (models.Dataconfig, error) {
  92. dataconfig := models.Dataconfig{}
  93. err := readDb.Where("value = ? and org_id =? and status = 1", id, orgid).Find(&dataconfig).Error
  94. return dataconfig, err
  95. }
  96. //临时医嘱
  97. func FindDoctorAdviceById(orgID int64, patientsId int64, recordDate int64) (patient []*models.DoctorAdvice, err error) {
  98. err = readDb.Model(&models.DoctorAdvice{}).Where("patient_id = ? and user_org_id=? and status=1 and record_date = ? AND advice_type = 2", patientsId, orgID, recordDate).Find(&patient).Error
  99. return
  100. }
  101. func FindDoctorAdviceByInfo(orgID int64, patientsId int64, recordDate int64) (advices []*models.XtDoctorAdvice, err error) {
  102. //db := readDb.Table("xt_doctor_advice as a").Where("a.status = ?", 1)
  103. //err = db.Group("a.advice_name").Select("a.id,a.user_org_id,a.patient_id,a.advice_type,a.advice_date,a.start_time,a.advice_name,a.advice_desc,a.reminder_date,a.single_dose,a.single_dose_unit,a.prescribing_number,a.prescribing_number_unit,a.delivery_way,a.execution_frequency,a.advice_doctor,a.status,a.created_time,a.updated_time,a.advice_affirm,a.remark,a.stop_time,a.stop_reason,a.stop_doctor,a.stop_state,a.parent_id,a.execution_time,a.execution_staff,a.execution_state,a.checker,a.record_date,a.dialysis_order_id,a.check_time,a.check_state,a.drug_spec,a.drug_spec_unit,a.groupno,a.remind_type,a.frequency_type,a.day_count,a.week_day,a.template_id,r.user_name,s.user_name").Joins(" left join sgj_users.sgj_user_admin_role as r on r.admin_user_id = a.execution_staff").Joins("left join sgj_users.sgj_user_admin_role as s on s.admin_user_id = a.checker").Where("a.user_org_id = ? and a.patient_id = ? and a.advice_date = ?", orgID, patientsId, recordDate).Find(&advices).Error
  104. //return
  105. err = readDb.Model(&models.DoctorAdvice{}).
  106. Where("patient_id = ? and user_org_id=? and status=1 and record_date = ? and advice_type = 2", patientsId, orgID, recordDate).
  107. Select("id, user_org_id, patient_id, advice_type, advice_date, record_date, start_time, advice_name,advice_desc, reminder_date, drug_spec, drug_spec_unit, single_dose, single_dose_unit, prescribing_number, prescribing_number_unit, delivery_way, execution_frequency, advice_doctor, status, created_time,updated_time, advice_affirm, remark, stop_time, stop_reason, stop_doctor, stop_state, parent_id, execution_time, execution_staff, execution_state, checker, check_state, check_time, groupno, IF(parent_id > 0, parent_id, id) as advice_order").Order("start_time asc, groupno desc, advice_order desc, id asc").
  108. Find(&advices).Error
  109. return
  110. }
  111. func GetTotalDialysisCout(orgid int64, patientid int64) (order []*models.DialysisOrder, total int64, err error) {
  112. err = readDb.Model(&order).Where("user_org_id = ? and patient_id = ? and status = 1", orgid, patientid).Find(&order).Count(&total).Error
  113. return order, total, err
  114. }
  115. //临时医嘱
  116. func FindDoctorAdviceOrderById(orgID int64, patientsId int64, recordDate int64) (patient []*models.DoctorAdvice, err error) {
  117. err = readDb.Model(&models.DoctorAdvice{}).
  118. Where("patient_id = ? and user_org_id=? and status=1 and advice_date = ? and advice_type = 2", patientsId, orgID, recordDate).
  119. Where("patient_id = ? and user_org_id=? and status=1 and record_date = ? and (advice_type = 2 or advice_type = 3)", patientsId, orgID, recordDate).
  120. Select("id, user_org_id, patient_id, advice_type, advice_date, record_date, start_time, advice_name,advice_desc, reminder_date, drug_spec, drug_spec_unit, single_dose, single_dose_unit, prescribing_number, prescribing_number_unit, delivery_way, execution_frequency, advice_doctor, status, created_time,updated_time, advice_affirm, remark, stop_time, stop_reason, stop_doctor, stop_state, parent_id, execution_time, execution_staff, execution_state, checker, check_state, check_time, groupno, IF(parent_id > 0, parent_id, id) as advice_order").Order("start_time asc, groupno desc, advice_order desc, id asc").
  121. Find(&patient).Error
  122. return
  123. }
  124. //双人核对
  125. func FindDoubleCheckById(orgID int64, patientsId int64, recordDate int64) (patient models.DoubleCheck, err error) {
  126. err = readDb.Model(&models.DoubleCheck{}).Where("patient_id = ? and user_org_id=? and status=1 and check_date = ? ", patientsId, orgID, recordDate).First(&patient).Error
  127. return
  128. }
  129. //透析监测
  130. func FindAllMonitorRecord(orgID int64, patientsId int64, recordDate int64) (record []*models.MonitoringRecord, err error) {
  131. err = readDb.Model(&models.MonitoringRecord{}).Where("patient_id = ? and user_org_id=? and status=1 and monitoring_date = ?", patientsId, orgID, recordDate).Order("operate_time ASC").Find(&record).Error
  132. return
  133. }
  134. func FindAllMonitor(orgID int64, patientsId int64, recordDate int64) (record []*models.MonitoringRecord, err error) {
  135. err = readDb.Model(&models.MonitoringRecord{}).Where("patient_id = ? and user_org_id=? and status=1 and monitoring_date = ?", patientsId, orgID, recordDate).Order("operate_time ASC").Find(&record).Error
  136. return
  137. }
  138. //透后评估
  139. func FindAssessmentAfterDislysisById(orgID int64, patientsId int64, recordDate int64) (patient models.AssessmentAfterDislysis, err error) {
  140. err = readDb.Model(&models.AssessmentAfterDislysis{}).Where("patient_id = ? and user_org_id=? and status=1 and assessment_date =?", patientsId, orgID, recordDate).First(&patient).Error
  141. return
  142. }
  143. //治疗小结
  144. func FindTreatmentSummaryById(orgID int64, patientsId int64, recordDate int64) (patient models.TreatmentSummary, err error) {
  145. err = readDb.Model(&models.TreatmentSummary{}).Where("patient_id = ? and user_org_id=? and status=1 and assessment_date = ? ", patientsId, orgID, recordDate).First(&patient).Error
  146. return
  147. }
  148. //机构叫号配置
  149. func FindQueueCallInfo(orgID int64) (queueConfig models.QueueCallConfig, err error) {
  150. err = readDb.Model(&models.QueueCallConfig{}).Where("org_id=? ", orgID).First(&queueConfig).Error
  151. return
  152. }
  153. //修改机构叫号配置
  154. func UpDateQueueCallInfo(queueConfig models.QueueCallConfig) error {
  155. err := writeDb.Save(&queueConfig).Error
  156. return err
  157. }
  158. //所有设备信息
  159. func FindAllDeviceInfo(orgID int64) (device []*models.Device, err error) {
  160. err = readDb.Model(&models.Device{}).Where("org_id=? and status=1 and device_type = 1", orgID).Find(&device).Error
  161. return device, err
  162. }
  163. //所有设备区域
  164. func GetAllDeviceZone(orgId int64) (error, []*models.DeviceZone) {
  165. var zone []*models.DeviceZone
  166. err := readDb.Model(&zone).Where("org_id = ? AND status = 1", orgId).Find(&zone).Error
  167. return err, zone
  168. }
  169. //获取所有子药物
  170. func FindAllSubDoctorAdvice(id int64, parentId int64) (error, []models.DoctorAdvice) {
  171. var subAdvies []models.DoctorAdvice
  172. err := readDb.Model(&subAdvies).Where("patient_id = ? AND parent_id = ?", id, parentId).Find(&subAdvies).Error
  173. return err, subAdvies
  174. }
  175. func FindAdivceById(orgId int64, patientId int64, id int64) (error, models.DoctorAdvice) {
  176. advices := models.DoctorAdvice{}
  177. err := readDb.Model(&advices).Where("user_org_id = ? AND patient_id = ? AND id = ? AND status = 1", orgId, patientId, id).Find(&advices).Error
  178. return err, advices
  179. }
  180. func FindSubAdivceById(patientId int64, parentId int64) []*models.DoctorAdvice {
  181. var subAdvices []*models.DoctorAdvice
  182. readDb.Model(&subAdvices).Where("patient_id = ? AND parent_id = ?", patientId, parentId).Find(&subAdvices)
  183. return subAdvices
  184. }
  185. func AddSigleRecord(prescription *models.DialysisPrescription) (err error) {
  186. tx := writeDb.Begin()
  187. errors := tx.Model(&models.DialysisPrescription{}).Create(&prescription).Error
  188. if err != nil {
  189. tx.Rollback()
  190. }
  191. tx.Commit()
  192. return errors
  193. }
  194. func AddSigleSummaryRecord(summary *models.TreatmentSummary) (err error) {
  195. tx := writeDb.Begin()
  196. errors := tx.Model(&models.TreatmentSummary{}).Create(&summary).Error
  197. if err != nil {
  198. tx.Rollback()
  199. }
  200. tx.Commit()
  201. return errors
  202. }
  203. func AddSigleReceiveTreatmentAssesRecord(receiveTreatmentAsses *models.ReceiveTreatmentAsses) (err error) {
  204. tx := writeDb.Begin()
  205. errors := tx.Model(&models.ReceiveTreatmentAsses{}).Create(&receiveTreatmentAsses).Error
  206. if err != nil {
  207. tx.Rollback()
  208. }
  209. tx.Commit()
  210. return errors
  211. }
  212. func AddSigleAssessmentAfterDislysisRecord(assessmentAfterDislysis *models.AssessmentAfterDislysis) (err error) {
  213. tx := writeDb.Begin()
  214. errors := tx.Model(&models.AssessmentAfterDislysis{}).Create(&assessmentAfterDislysis).Error
  215. if err != nil {
  216. tx.Rollback()
  217. }
  218. tx.Commit()
  219. return errors
  220. }
  221. func AddSigleAssessmentBeforeDislysisRecord(assessmentBeforeDislysis *models.PredialysisEvaluation) (err error) {
  222. tx := writeDb.Begin()
  223. errors := tx.Model(&models.PredialysisEvaluation{}).Create(&assessmentBeforeDislysis).Error
  224. if err != nil {
  225. tx.Rollback()
  226. }
  227. tx.Commit()
  228. return errors
  229. }
  230. func AddSigleDoubleCheck(check *models.DoubleCheck) (err error) {
  231. tx := writeDb.Begin()
  232. errors := tx.Model(&models.DoubleCheck{}).Create(&check).Error
  233. if err != nil {
  234. tx.Rollback()
  235. }
  236. tx.Commit()
  237. return errors
  238. }
  239. //修改透析处方
  240. func UpDateDialysisPrescription(dialysisPrescription *models.DialysisPrescription) error {
  241. tx := writeDb.Begin()
  242. err := writeDb.Save(&dialysisPrescription).Error
  243. if err != nil {
  244. tx.Rollback()
  245. }
  246. tx.Commit()
  247. return err
  248. }
  249. //修改接诊评估
  250. func UpadateReceiveTreatmentAsses(receiveTreatmentAsses *models.ReceiveTreatmentAsses) error {
  251. err := writeDb.Save(receiveTreatmentAsses).Error
  252. return err
  253. }
  254. //修改透前评估
  255. func UpadatePredialysisEvaluation(predialysisEvaluation *models.PredialysisEvaluation) error {
  256. err := writeDb.Save(&predialysisEvaluation).Error
  257. return err
  258. }
  259. //修改双人核对
  260. func UpdateDoubleCheck(check *models.DoubleCheck) error {
  261. err := writeDb.Save(&check).Error
  262. return err
  263. }
  264. //修改透后评估
  265. func UpdateAssessmentAfterDislysisRecord(assessmentAfterDislysis *models.AssessmentAfterDislysis) error {
  266. err := writeDb.Save(&assessmentAfterDislysis).Error
  267. return err
  268. }
  269. func UpdatePredialysisEvaluation(predialysisevaluation *models.PredialysisEvaluation, id int64) error {
  270. err := writeDb.Model(&predialysisevaluation).Where("id = ? and status = 1", id).Updates(map[string]interface{}{"systolic_blood_pressure": predialysisevaluation.SystolicBloodPressure}).Error
  271. return err
  272. }
  273. func UpdatePredialysisEvaluationTwo(predialysisevaluation *models.PredialysisEvaluation, id int64) error {
  274. err := writeDb.Model(&predialysisevaluation).Where("id = ? and status = 1", id).Updates(map[string]interface{}{"diastolic_blood_pressure": predialysisevaluation.DiastolicBloodPressure}).Error
  275. return err
  276. }
  277. func UpdatePredialysisEvaluationThree(predialysisevaluation *models.PredialysisEvaluation, id int64) error {
  278. err := writeDb.Model(&predialysisevaluation).Where("id = ? and status = 1", id).Updates(map[string]interface{}{"pulse_frequency": predialysisevaluation.PulseFrequency}).Error
  279. return err
  280. }
  281. func UpdatePredialysisEvaluationFour(predialysisevaluation *models.PredialysisEvaluation, id int64) error {
  282. err := writeDb.Model(&predialysisevaluation).Where("id = ? and status = 1", id).Updates(map[string]interface{}{"temperature": predialysisevaluation.Temperature}).Error
  283. return err
  284. }
  285. //修改
  286. func UpdateSummeRecord(treatmentSummary *models.TreatmentSummary) error {
  287. err := writeDb.Save(&treatmentSummary).Error
  288. return err
  289. }
  290. // func UpdateDoctorAdviceById(m *models.DoctorAdvice, id int64, patientId int64) error {
  291. // tx := writeDb.Begin()
  292. // err := tx.Model(&models.DoctorAdvice{}).Where("patient_id = ? AND id = ? AND status = 1 ", patientId, id).Updates(map[string]interface{}{"execution_time": m.ExecutionTime, "execution_staff": m.ExecutionStaff, "execution_state": 1, "checker": m.Checker}).Error
  293. // if err != nil {
  294. // tx.Rollback()
  295. // }
  296. // tx.Commit()
  297. // return err
  298. // }
  299. func ExceDoctorAdviceById(m *models.DoctorAdvice, id int64, patientId int64) error {
  300. err := writeDb.Model(&models.DoctorAdvice{}).Where("patient_id = ? AND (id = ? Or parent_id=?) AND status = 1 ", patientId, id, id).Updates(map[string]interface{}{"execution_time": m.ExecutionTime, "execution_staff": m.ExecutionStaff, "execution_state": 1}).Error
  301. return err
  302. }
  303. func ExecBatchDoctorAdvice(patient_id int64, orgid int64, ids []string, creater int64) error {
  304. err := writeDb.Model(&models.DoctorAdvice{}).Where("patient_id = ? AND user_org_id = ? and id in(?) AND status = 1 ", patient_id, orgid, ids).Updates(map[string]interface{}{"execution_time": time.Now().Unix(), "execution_staff": creater, "execution_state": 1}).Error
  305. return err
  306. }
  307. func ExceHidDoctorAdviceById(m *models.HisDoctorAdviceInfo, id int64, patientId int64) error {
  308. err := writeDb.Model(&models.HisDoctorAdviceInfo{}).Where("patient_id = ? AND (id = ? Or parent_id=?) AND status = 1 ", patientId, id, id).Updates(map[string]interface{}{"execution_time": m.ExecutionTime, "execution_staff": m.ExecutionStaff, "execution_state": 1}).Error
  309. return err
  310. }
  311. func ExceHisBatchDotorAdvice(patientid int64, orgid int64, ids []string, creater int64) error {
  312. err := writeDb.Model(&models.HisDoctorAdviceInfo{}).Where("patient_id = ? AND user_org_id = ? and id in(?) AND status = 1 ", patientid, orgid, ids).Updates(map[string]interface{}{"execution_time": time.Now().Unix(), "execution_staff": creater, "execution_state": 1}).Error
  313. return err
  314. }
  315. func CheckDoctorAdviceById(m *models.DoctorAdvice, id int64, patientId int64) error {
  316. err := writeDb.Model(&models.DoctorAdvice{}).Where("patient_id = ? AND (id = ? Or parent_id=?) AND status = 1 ", patientId, id, id).Updates(map[string]interface{}{"check_time": m.CheckTime, "checker": m.Checker, "check_state": 1}).Error
  317. return err
  318. }
  319. func CheckHisBathDoctorAdviceById(patientId int64, orgid int64, creater int64, ids []string) error {
  320. err := writeDb.Model(&models.HisDoctorAdvice{}).Where("patient_id = ? and user_org_id = ? and id in(?)", patientId, orgid, ids).Updates(map[string]interface{}{"check_time": time.Now().Unix(), "checker": creater, "check_state": 1}).Error
  321. return err
  322. }
  323. func CheckBatchDoctorAdviceById(patientId int64, ids []string, orgid int64, creater int64) error {
  324. err := writeDb.Model(&models.DoctorAdvice{}).Where("patient_id = ? and user_org_id = ? and id in(?)", patientId, orgid, ids).Updates(map[string]interface{}{"check_time": time.Now().Unix(), "checker": creater, "check_state": 1}).Error
  325. return err
  326. }
  327. func CheckHisDoctorAdviceById(m *models.HisDoctorAdviceInfo, id int64, patientId int64) error {
  328. err := writeDb.Model(&models.HisDoctorAdviceInfo{}).Where("patient_id = ? AND (id = ? Or parent_id=?) AND status = 1 ", patientId, id, id).Updates(map[string]interface{}{"check_time": m.CheckTime, "checker": m.Checker, "check_state": 1}).Error
  329. return err
  330. }
  331. func CreateMonitor(m *models.MonitoringRecord) (err error) {
  332. return writeDb.Create(m).Error
  333. }
  334. func UpdateMonitor(m *models.MonitoringRecord) (err error) {
  335. return writeDb.Save(m).Error
  336. }
  337. func DelMonitor(patientId int64, recordId int64) error {
  338. tx := writeDb.Begin()
  339. updateTime := time.Now().Unix()
  340. err := tx.Model(&models.MonitoringRecord{}).Where("patient_id = ? AND id = ? AND status = 1 ", patientId, recordId).Updates(map[string]interface{}{"status": 0, "updated_time": updateTime}).Error
  341. if err != nil {
  342. tx.Rollback()
  343. }
  344. tx.Commit()
  345. return err
  346. }
  347. //修改长期处方
  348. func UpdateSolution(solution *models.DialysisSolution) {
  349. writeDb.Save(&solution)
  350. }
  351. //创建长期处方
  352. func CreateSolution(solution *models.DialysisSolution) {
  353. writeDb.Create(&solution)
  354. }
  355. func SavePrescriptionAndCreateSolution(solution *models.DialysisSolution, prescription *models.DialysisPrescription) (err error) {
  356. tx := writeDb.Begin()
  357. if prescription.ID > 0 {
  358. err = tx.Save(&prescription).Error
  359. } else {
  360. err = tx.Model(&models.DialysisPrescription{}).Create(&prescription).Error
  361. }
  362. if err != nil {
  363. tx.Rollback()
  364. return
  365. }
  366. err = tx.Create(&solution).Error
  367. if err != nil {
  368. tx.Rollback()
  369. return
  370. }
  371. tx.Commit()
  372. return
  373. }
  374. //透析处方
  375. func FindDialysisPrescriptionByReordDate(id int64, recordDate int64, orgId int64) (error, *models.DialysisPrescription) {
  376. dialysisPrescription := models.DialysisPrescription{}
  377. err := readDb.Model(&dialysisPrescription).Where("patient_id = ? AND record_date = ? AND status = 1 AND user_org_id = ? ", id, recordDate, orgId).Find(&dialysisPrescription).Error
  378. return err, &dialysisPrescription
  379. }
  380. func FindReceiveTreatmentAssesByReordDate(id int64, recordDate int64, orgId int64) (error, *models.ReceiveTreatmentAsses) {
  381. receiveTreatmentAsses := models.ReceiveTreatmentAsses{}
  382. err := readDb.Model(&receiveTreatmentAsses).Where("patient_id = ? AND record_date = ? AND status = 1 AND user_org_id = ?", id, recordDate, orgId).Find(&receiveTreatmentAsses).Error
  383. return err, &receiveTreatmentAsses
  384. }
  385. //透前评估
  386. func FindPredialysisEvaluationByReordDate(id int64, recordDate int64, orgId int64) (error, *models.PredialysisEvaluation) {
  387. dialysisEvaluation := models.PredialysisEvaluation{}
  388. err := readDb.Model(&models.PredialysisEvaluation{}).Where("patient_id = ? AND assessment_date = ? AND status = 1 AND user_org_id = ?", id, recordDate, orgId).First(&dialysisEvaluation).Error
  389. return err, &dialysisEvaluation
  390. }
  391. //双人核对
  392. func FindDoubleCheckByReordDate(id int64, recordDate int64, orgId int64) (error, *models.DoubleCheck) {
  393. check := models.DoubleCheck{}
  394. err := readDb.Model(&models.DoubleCheck{}).Where("patient_id = ? AND check_date = ? AND status = 1 AND user_org_id = ?", id, recordDate, orgId).First(&check).Error
  395. return err, &check
  396. }
  397. func FindAssessmentAfterDislysisByReordDate(id int64, recordDate int64, orgId int64) (error, *models.AssessmentAfterDislysis) {
  398. assessmentAfterDislysis := models.AssessmentAfterDislysis{}
  399. err := readDb.Model(&models.AssessmentAfterDislysis{}).Where("patient_id = ? AND assessment_date = ? AND status = 1 AND user_org_id = ?", id, recordDate, orgId).First(&assessmentAfterDislysis).Error
  400. return err, &assessmentAfterDislysis
  401. }
  402. func FindTreatmentSummaryByReordDate(id int64, recordDate int64, orgId int64) (error, *models.TreatmentSummary) {
  403. summary := models.TreatmentSummary{}
  404. err := readDb.Model(&models.TreatmentSummary{}).Where("patient_id = ? AND assessment_date = ? AND status = 1 AND user_org_id = ?", id, recordDate, orgId).First(&summary).Error
  405. return err, &summary
  406. }
  407. func FindDoctorAdviceByReordDate(id int64, recordDate int64, orgId int64) (error, *models.DoctorAdvice) {
  408. advice := models.DoctorAdvice{}
  409. err := readDb.Model(&models.DoctorAdvice{}).Where("patient_id = ? AND record_date = ? AND parent_id = 0 AND status = 1 AND user_org_id = ? ", id, recordDate, orgId).First(&advice).Error
  410. return err, &advice
  411. }
  412. func FindDialysisRecordById(orgId int64, id int64, recordDate int64) (error, *models.DialysisOrder) {
  413. var count int64
  414. dialysisRecord := models.DialysisOrder{}
  415. err := readDb.Model(&models.DialysisOrder{}).Where("user_org_id = ? AND patient_id = ? AND dialysis_date = ?", orgId, id, recordDate).Find(&dialysisRecord).Count(&count).Error
  416. if count <= 0 {
  417. return err, nil
  418. }
  419. return err, &dialysisRecord
  420. }
  421. func FindDialysisSchedualById(orgId int64, id int64, recordDate int64) (error, *models.Schedule) {
  422. var count int64
  423. schedule := models.Schedule{}
  424. err := readDb.Model(&models.Schedule{}).Where("user_org_id = ? AND patient_id = ? AND schedule_date = ?", orgId, id, recordDate).Find(&schedule).Count(&count).Error
  425. if count <= 0 {
  426. return err, nil
  427. }
  428. return err, &schedule
  429. }
  430. func CreateDialysisRecord(id int64, orgId int64, record *models.DialysisOrder) error {
  431. err := writeDb.Model(&models.DialysisOrder{}).Where("user_org_id = ? AND patient_id = ? ", orgId, id).Create(&record).Error
  432. if err != nil {
  433. return err
  434. }
  435. dialysisPrescriptionErr := UpDateRecordIdToDialysisPrescription(id, orgId, record.DialysisDate, record.ID)
  436. if dialysisPrescriptionErr != nil {
  437. return dialysisPrescriptionErr
  438. }
  439. receiveTreatmentAssesErr := UpDateRecordIdToReceiveTreatmentAsses(id, orgId, record.DialysisDate, record.ID)
  440. if receiveTreatmentAssesErr != nil {
  441. return receiveTreatmentAssesErr
  442. }
  443. predialysisEvaluationErr := UpDateRecordIdToPredialysisEvaluation(id, orgId, record.DialysisDate, record.ID)
  444. if predialysisEvaluationErr != nil {
  445. return predialysisEvaluationErr
  446. }
  447. treatmentSummaryErr := UpDateRecordIdToTreatmentSummary(id, orgId, record.DialysisDate, record.ID)
  448. if treatmentSummaryErr != nil {
  449. return treatmentSummaryErr
  450. }
  451. doubleCheckErr := UpDateRecordIdToDoubleCheck(id, orgId, record.DialysisDate, record.ID)
  452. if doubleCheckErr != nil {
  453. return doubleCheckErr
  454. }
  455. adviceErrr := UpDateRecordIdToDoctorAdvice(id, orgId, record.DialysisDate, record.ID)
  456. if adviceErrr != nil {
  457. return adviceErrr
  458. }
  459. //透析监测
  460. records, err := FindAllMonitorRecord(orgId, id, record.DialysisDate)
  461. if err != nil {
  462. return err
  463. }
  464. var Ids []int64
  465. for _, item := range records {
  466. Ids = append(Ids, item.ID)
  467. }
  468. monitorErr := UpDateRecordIdToMonitor(Ids, record.ID)
  469. if monitorErr != nil {
  470. return monitorErr
  471. }
  472. return nil
  473. }
  474. func ModifyDialysisRecord(id int64, finishNurse int64, end_time int64, admin_user_id int64, puncture_point_haematoma int64, internal_fistula string, catheter string, cruor string) error {
  475. err := writeDb.Model(&models.DialysisOrder{}).Where("id = ? AND status = 1 ", id).Updates(map[string]interface{}{"updated_time": time.Now().Unix(), "stage": 2, "finish_nurse": finishNurse, "end_time": end_time, "finish_creator": admin_user_id, "finish_modifier": admin_user_id, "puncture_point_haematoma": puncture_point_haematoma, "blood_access_internal_fistula": internal_fistula, "catheter": catheter, "cruor": cruor}).Error
  476. return err
  477. }
  478. //func ModifyDialysisRecord(id int64, finishNurse int64, end_time int64, admin_user_id int64) error {
  479. // err := writeDb.Model(&models.DialysisOrder{}).Where("id = ? AND status = 1 ", id).Updates(map[string]interface{}{"updated_time": time.Now().Unix(), "stage": 2, "finish_nurse": finishNurse, "end_time": end_time, "finish_creator": admin_user_id, "finish_modifier": admin_user_id}).Error
  480. // return err
  481. //
  482. //}
  483. func UpdateSolutionByPatientId(id int64) error {
  484. err := writeDb.Model(&models.Patients{}).Where("id = ? AND status = 1 ", id).UpdateColumn("total_dialysis", gorm.Expr("total_dialysis + ?", 1)).Error
  485. return err
  486. }
  487. //更新透析处方记录ID
  488. func UpDateRecordIdToDialysisPrescription(patientId int64, orgId int64, recordTime int64, recordId int64) error {
  489. errors := writeDb.Model(&models.DialysisPrescription{}).Where("user_org_id = ? AND patient_id = ? AND record_date = ? ", orgId, patientId, recordTime).Updates(map[string]interface{}{"record_id": recordId}).Error
  490. return errors
  491. }
  492. func UpDateRecordIdToReceiveTreatmentAsses(patientId int64, orgId int64, recordTime int64, recordId int64) error {
  493. errors := writeDb.Model(&models.ReceiveTreatmentAsses{}).Where("user_org_id = ? AND patient_id = ? AND record_date = ? ", orgId, patientId, recordTime).Updates(map[string]interface{}{"record_id": recordId}).Error
  494. return errors
  495. }
  496. func UpDateRecordIdToPredialysisEvaluation(patientId int64, orgId int64, recordTime int64, recordId int64) error {
  497. errors := writeDb.Model(&models.PredialysisEvaluation{}).Where("user_org_id = ? AND patient_id = ? AND assessment_date = ? ", orgId, patientId, recordTime).Updates(map[string]interface{}{"dialysis_order_id": recordId}).Error
  498. return errors
  499. }
  500. func UpDateRecordIdToAssessmentAfterDislysis(patientId int64, orgId int64, recordTime int64, recordId int64) error {
  501. errors := writeDb.Model(&models.AssessmentAfterDislysis{}).Where("user_org_id = ? AND patient_id = ? AND assessment_date = ? ", orgId, patientId, recordTime).Updates(map[string]interface{}{"dialysis_order_id": recordId}).Error
  502. return errors
  503. }
  504. func UpDateRecordIdToTreatmentSummary(patientId int64, orgId int64, recordTime int64, recordId int64) error {
  505. errors := writeDb.Model(&models.TreatmentSummary{}).Where("user_org_id = ? AND patient_id = ? AND assessment_date = ? ", orgId, patientId, recordTime).Updates(map[string]interface{}{"dialysis_order_id": recordId}).Error
  506. return errors
  507. }
  508. func UpDateRecordIdToMonitor(Ids []int64, recordId int64) error {
  509. errors := writeDb.Model(&models.MonitoringRecord{}).Where("id IN (?)", Ids).Update(map[string]interface{}{"dialysis_order_id": recordId}).Error
  510. return errors
  511. }
  512. func UpDateRecordIdToDoubleCheck(patientId int64, orgId int64, recordTime int64, recordId int64) error {
  513. errors := writeDb.Model(&models.DoubleCheck{}).Where("user_org_id = ? AND patient_id = ? AND check_date = ? ", orgId, patientId, recordTime).Updates(map[string]interface{}{"dialysis_order_id": recordId}).Error
  514. return errors
  515. }
  516. func UpDateRecordIdToDoctorAdvice(patientId int64, orgId int64, recordTime int64, recordId int64) error {
  517. errors := writeDb.Model(&models.DoctorAdvice{}).Where("user_org_id = ? AND patient_id = ? AND record_date = ? ", orgId, patientId, recordTime).Updates(map[string]interface{}{"dialysis_order_id": recordId}).Error
  518. return errors
  519. }
  520. //透析处方
  521. func FindPatientPrescribeWidyDevideById(orgID int64, patientsId int64, recordDate int64) (patient models.DialysisPrescriptionAddtional, err error) {
  522. err = readDb.Preload("Device", "status = 1 AND org_id = ?", orgID).
  523. Model(&models.DialysisPrescriptionAddtional{}).
  524. Where("patient_id = ? and user_org_id=? and status=1 and record_date = ? ", patientsId, orgID, recordDate).
  525. First(&patient).Error
  526. return
  527. }
  528. func FindDialysisMode(orgID int64, patientId int64, scheduleDate int64) (models.XtSchedule, error) {
  529. schedule := models.XtSchedule{}
  530. err = readDb.Where("user_org_id = ? and patient_id = ? and schedule_date = ? ", orgID, patientId, scheduleDate).Find(&schedule).Error
  531. return schedule, err
  532. }
  533. func FindDialysisMacher(orgid int64, patientid int64, dialysisDate int64) (models.XtDialysisOrders, error) {
  534. orders := models.XtDialysisOrders{}
  535. db := readDb.Table("xt_dialysis_order as o").Where("o.status = 1")
  536. table := readDb.Table("xt_device_number as n")
  537. fmt.Print("table", table)
  538. err := db.Select("o.id,o.dialysis_date,o.user_org_id,o.patient_id,o.prescription_id,o.stage,remark,o.bed_id,o.start_nurse,o.finish_nurse,o.status,o.created_time,o.updated_time,o.start_time,o.end_time,o.puncture_nurse,o.creator,o.modifier,o.finish_creator,o.finish_modifier,o.schedual_type,n.number,r.user_name").Joins("left join xt_device_number as n on n.id = o.bed_id").Joins("left join sgj_users.sgj_user_admin_role as r on r.admin_user_id = o.start_nurse").Where("o.user_org_id = ? and o.patient_id = ? and o.dialysis_date =?", orgid, patientid, dialysisDate).Scan(&orders).Error
  539. return orders, err
  540. }
  541. func FindPunctureNurse(adminid int64, appid int64, orgid int64) (models.App_Roles, error) {
  542. role := models.App_Roles{}
  543. //err := UserReadDB().Where("admin_user_id = ? and app_id = ? and org_id = ?", adminid, appid, orgid).Find(&role).Error
  544. //return role, err
  545. db := UserReadDB().Table("sgj_user_admin_role as r").Where("r.status =1")
  546. err := db.Select("r.id,r.admin_user_id,r.org_id,r.role_id,r.user_name,r.avatar,r.user_type,r.user_title,r.intro,r.status,r.ctime,e.url").Joins("left join sgj_user_admin_electronic_signature as e on e.creator = r.admin_user_id").Where("r.admin_user_id = ? and r.app_id = ? and r.org_id = ?", adminid, appid, orgid).Find(&role).Error
  547. return role, err
  548. }
  549. func FindeStartNuse(adminid int64, appid int64, orgid int64) (models.App_Roles, error) {
  550. role := models.App_Roles{}
  551. db := UserReadDB().Table("sgj_user_admin_role as r").Where("r.status = 1")
  552. err := db.Select("r.id,r.admin_user_id,r.org_id,r.role_id,r.user_name,r.avatar,r.user_type,r.user_title,r.intro,r.status,r.ctime,e.url").Joins("left join sgj_user_admin_electronic_signature as e on e.creator = r.admin_user_id").Where("r.admin_user_id = ? and r.app_id = ? and r.org_id = ?", adminid, appid, orgid).Find(&role).Error
  553. //err := UserReadDB().Where("admin_user_id = ? and app_id = ? and org_id = ?", adminid, appid, orgid).Find(&role).Error
  554. return role, err
  555. }
  556. func FindDialysisWay(orgid int64, patientid int64, recorddate int64) (models.DialysisPrescription, error) {
  557. prescription := models.DialysisPrescription{}
  558. err := readDb.Where("user_org_id = ? and patient_id = ? and record_date = ? and status =1", orgid, patientid, recorddate).Find(&prescription).Error
  559. return prescription, err
  560. }
  561. func FindDoctorOrder(orgid int64, patientid int64, adviceDate int64) (models.XtDoctorAdvice, error) {
  562. advices := models.XtDoctorAdvice{}
  563. db := readDb.Table("xt_doctor_advice as a").Where("a.status = ?", 1)
  564. err := db.Select("a.id,a.user_org_id,a.patient_id,a.advice_type,a.advice_date,a.start_time,a.advice_name,a.advice_desc,a.reminder_date,a.single_dose,a.single_dose_unit,a.prescribing_number,a.prescribing_number_unit,a.delivery_way,a.execution_frequency,a.advice_doctor,a.status,a.created_time,a.updated_time,a.advice_affirm,a.remark,a.stop_time,a.stop_reason,a.stop_doctor,a.stop_state,a.parent_id,a.execution_time,a.execution_staff,a.execution_state,a.checker,a.record_date,a.dialysis_order_id,a.check_time,a.check_state,a.drug_spec,a.drug_spec_unit,a.groupno,a.remind_type,a.frequency_type,a.day_count,a.week_day,a.template_id").Where("a.user_org_id = ? and a.patient_id = ? and a.advice_date = ?", orgid, patientid, adviceDate).Find(&advices).Error
  565. return advices, err
  566. }
  567. func FindDoctor(adminuserid int64, appid int64, orgid int64) (models.App_Role, error) {
  568. role := models.App_Role{}
  569. err := UserReadDB().Where("admin_user_id = ? and app_id = ? and org_id = ?", adminuserid, appid, orgid).Find(&role).Error
  570. return role, err
  571. }
  572. func FindDoctorName(adminid int64, appid int64, orgid int64) (models.App_Roles, error) {
  573. role := models.App_Roles{}
  574. db := UserReadDB().Table("sgj_user_admin_role as r").Where("r.status = 1")
  575. err := db.Select("r.id,r.admin_user_id,r.org_id,r.role_id,r.user_name,r.avatar,r.user_type,r.user_title,r.intro,r.status,r.ctime,e.url").Joins("left join sgj_user_admin_electronic_signature as e on e.creator = r.admin_user_id").Where("r.admin_user_id = ? and r.app_id = ? and r.org_id = ?", adminid, appid, orgid).Find(&role).Error
  576. //err := UserReadDB().Where("admin_user_id = ? and app_id = ? and org_id = ?", adminid, appid, orgid).Find(&role).Error
  577. return role, err
  578. }
  579. /////////////// 新 18-10-22
  580. func GetDialysisScheduals(orgID int64, scheduleDate int64) ([]*MDialysisScheduleVM, error) {
  581. var vms []*MDialysisScheduleVM
  582. db := readDb.
  583. Table("xt_schedule").
  584. Preload("SchedualPatient", "status = 1 AND user_org_id = ?", orgID).
  585. Preload("DeviceNumber", "status = 1 AND org_id = ?", orgID).
  586. Preload("DeviceNumber.Zone", "status = 1 AND org_id = ?", orgID).
  587. Preload("DialysisOrder", "status = 1 AND user_org_id = ? AND dialysis_date = ?", orgID, scheduleDate).
  588. Preload("AssessmentBeforeDislysis", "status = 1 AND user_org_id = ? AND assessment_date = ?", orgID, scheduleDate).
  589. Preload("Prescription", "status = 1 AND user_org_id = ? AND record_date = ?", orgID, scheduleDate).
  590. Preload("TreatmentSummary", "status = 1 AND user_org_id = ? AND assessment_date = ? ", orgID, scheduleDate).
  591. Preload("Advices", "status = 1 AND user_org_id = ? AND advice_date = ? ", orgID, scheduleDate).
  592. Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ? and assessment_date = ?", orgID, scheduleDate).
  593. Where("status = 1 AND user_org_id = ?", orgID)
  594. if scheduleDate != 0 {
  595. db = db.Where("schedule_date = ?", scheduleDate)
  596. }
  597. err := db.Find(&vms).Error
  598. return vms, err
  599. }
  600. func GetDialysisSchedualsOne(orgID int64, scheduleDate int64) ([]*MDialysisScheduleVM, error) {
  601. var vms []*MDialysisScheduleVM
  602. db := readDb.
  603. Table("xt_schedule").
  604. Preload("DeviceNumber", "org_id = ?", orgID).
  605. Preload("DeviceNumber.Zone", "org_id = ?", orgID).
  606. //Preload("DialysisOrder", "status = 1 AND user_org_id = ? AND dialysis_date = ?", orgID, scheduleDate).
  607. //Preload("AssessmentBeforeDislysis", "status = 1 AND user_org_id = ? AND assessment_date = ?", orgID, scheduleDate).
  608. //Preload("Prescription", "status = 1 AND user_org_id = ? AND record_date = ?", orgID, scheduleDate).
  609. //Preload("TreatmentSummary", "status = 1 AND user_org_id = ? AND assessment_date = ? ", orgID, scheduleDate).
  610. //Preload("Advices", "status = 1 AND user_org_id = ? AND advice_date = ? ", orgID, scheduleDate).
  611. //Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ? and assessment_date = ?", orgID, scheduleDate).
  612. Where("status = 1 AND user_org_id = ?", orgID)
  613. if scheduleDate != 0 {
  614. db = db.Where("schedule_date = ?", scheduleDate)
  615. }
  616. err := db.Find(&vms).Error
  617. return vms, err
  618. }
  619. func GetLastAcceptsAssessment(patient int64, orgId int64) (error, models.ReceiveTreatmentAsses) {
  620. var receiveTreatmentAsses models.ReceiveTreatmentAsses
  621. err := readDb.Model(&models.ReceiveTreatmentAsses{}).Where("patient_id = ? AND status = 1 AND user_org_id = ?", patient, orgId).Last(&receiveTreatmentAsses).Error
  622. return err, receiveTreatmentAsses
  623. }
  624. func GetDialysisWatch(orgID int64, schedulDate int64, schedulType int64, partitionType int64, page int64, limit int64, start int64, end int64) (schedule []*models.DialysisSchedule, err error, total int64) {
  625. db := readDb.Model(&models.MonitorDialysisSchedule{})
  626. if start > 0 && end > 0 {
  627. db = db.Preload("DeviceNumber", "org_id = ?", orgID).
  628. Preload("TreatmentMode", "status = 1").
  629. Preload("Prescription", "status = 1 AND user_org_id = ? and record_date>=? and record_date <=?", orgID, start, end).
  630. Preload("AssessmentBeforeDislysis", "status = 1 AND user_org_id = ? and assessment_date >=? and assessment_date <=?", orgID, start, end).
  631. Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ? and assessment_date >=? and assessment_date <=?", orgID, start, end).
  632. Preload("MonitoringRecord", func(db *gorm.DB) *gorm.DB {
  633. return db.Where("status = 1 AND user_org_id = ? and monitoring_date >=? and monitoring_date<=? ", orgID, start, end).Order("operate_time asc")
  634. }).
  635. Preload("DialysisOrder", "status = 1 AND user_org_id = ? and dialysis_date>=? and dialysis_date<=?", orgID, start, end).
  636. Preload("MonitorPatients", "status = 1 AND user_org_id = ?", orgID)
  637. db = db.Where("xt_schedule.status = 1")
  638. }
  639. if schedulDate > 0 {
  640. db = db.Preload("DeviceNumber", "org_id = ?", orgID).
  641. Preload("TreatmentMode", "status = 1").
  642. Preload("Prescription", "status = 1 AND user_org_id = ? and record_date>=? and record_date <=?", orgID, schedulDate, schedulDate).
  643. Preload("AssessmentBeforeDislysis", "status = 1 AND user_org_id = ? and assessment_date >=? and assessment_date <=?", orgID, schedulDate, schedulDate).
  644. Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ? and assessment_date >=? and assessment_date <=?", orgID, schedulDate, schedulDate).
  645. Preload("MonitoringRecord", func(db *gorm.DB) *gorm.DB {
  646. return db.Where("status = 1 AND user_org_id = ? and monitoring_date >=? and monitoring_date<=? ", orgID, schedulDate, schedulDate).Order("operate_time asc")
  647. }).
  648. Preload("DialysisOrder", "status = 1 AND user_org_id = ? and dialysis_date>=? and dialysis_date<=?", orgID, schedulDate, schedulDate).
  649. Preload("MonitorPatients", "status = 1 AND user_org_id = ?", orgID)
  650. db = db.Where("xt_schedule.status = 1")
  651. db = db.Where("schedule_date = ?", schedulDate)
  652. }
  653. if schedulType > 0 {
  654. db = db.Where("schedule_type = ?", schedulType)
  655. }
  656. if start > 0 {
  657. db = db.Where("schedule_date >= ?", start)
  658. }
  659. if end > 0 {
  660. db = db.Where("schedule_date <= ?", end)
  661. }
  662. if orgID > 0 {
  663. db = db.Where("user_org_id = ?", orgID)
  664. }
  665. if partitionType > 0 {
  666. db = db.Joins("inner join xt_device_number on xt_device_number.id = xt_schedule.bed_id and xt_device_number.zone_id = ?", partitionType)
  667. // db = db.Where("partition_id = ?", partitionType)
  668. }
  669. offset := (page - 1) * limit
  670. err = db.Count(&total).Offset(offset).Limit(limit).Order("bed_id desc").Find(&schedule).Error
  671. return schedule, err, total
  672. }
  673. //func GetDialysisWatchByKeyword(orgID int64, keyword string, schedulType int64, partitionType int64, page int64, limit int64) (schedules []*models.DialysisSchedule, err error, total int64) {
  674. // db := readDb.Model(&models.DialysisSchedule{}).Where("status = 1")
  675. //
  676. // if schedulType > 0 {
  677. // db = db.Where("scheudle_type = ?", schedulType)
  678. // }
  679. //
  680. // if partitionType > 0 {
  681. // db = db.Where("partition_id = ?", partitionType)
  682. // }
  683. //
  684. // err = db.Count(&total).Offset(limit * (page - 1)).Limit(limit).Order("schedule_date desc").Find(&schedules).Error
  685. // return schedules, err, total
  686. //}
  687. func GetDialysisWatchByKeyword(orgID int64, keyword string, schedulType int64, partitionType int64, page int64, limit int64, start int64, end int64) ([]*models.DialysisSchedule, error, int64) {
  688. var patients []*models.Patients
  689. getPatientErr := readDb.Model(&models.Patients{}).Where("status = 1 AND user_org_id = ? AND (name like ? OR dialysis_no like ?)", orgID, "%"+keyword+"%", "%"+keyword+"%").Find(&patients).Error
  690. if getPatientErr != nil {
  691. return nil, getPatientErr, 0
  692. }
  693. patientIDs := make([]int64, len(patients))
  694. for index, patient := range patients {
  695. patientIDs[index] = patient.ID
  696. }
  697. db := readDb.Model(&models.DialysisSchedule{})
  698. if start > 0 && end > 0 {
  699. db = db.Preload("DeviceNumber", "org_id = ?", orgID).
  700. // Preload("DeviceZone", "status = 1 AND org_id = ?", orgID).
  701. Preload("TreatmentMode", "status = 1").
  702. Preload("Prescription", "status = 1 AND user_org_id = ? and record_date>=? and record_date<=?", orgID, start, end).
  703. Preload("AssessmentBeforeDislysis", "status = 1 AND user_org_id = ? and assessment_date>=? and assessment_date<=?", orgID, start, end).
  704. Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ? and assessment_date>=? and assessment_date<=?", orgID, start, end).
  705. Preload("MonitoringRecord", "status = 1 AND user_org_id = ? and monitoring_date>=? and monitoring_date<=?", orgID, start, end).
  706. Preload("DialysisOrder", "status = 1 AND user_org_id = ? and dialysis_date >= ? and dialysis_date<=?", orgID, start, end).
  707. Preload("MonitorPatients", "status = 1 AND user_org_id = ?", orgID)
  708. } else {
  709. db = db.Preload("DeviceNumber", "org_id = ?", orgID).
  710. // Preload("DeviceZone", "status = 1 AND org_id = ?", orgID).
  711. Preload("TreatmentMode", "status = 1").
  712. Preload("Prescription", "status = 1 AND user_org_id = ?", orgID).
  713. Preload("AssessmentBeforeDislysis", "status = 1 AND user_org_id = ?", orgID).
  714. Preload("AssessmentAfterDislysis", "status = 1 AND user_org_id = ?", orgID).
  715. Preload("MonitoringRecord", "status = 1 AND user_org_id = ?", orgID).
  716. Preload("DialysisOrder", "status = 1 AND user_org_id = ?", orgID).
  717. Preload("MonitorPatients", "status = 1 AND user_org_id = ?", orgID)
  718. }
  719. db = db.Where("xt_schedule.status = 1 AND patient_id in (?)", patientIDs)
  720. if schedulType > 0 {
  721. db = db.Where("schedule_type = ?", schedulType)
  722. }
  723. if start > 0 {
  724. db = db.Where("schedule_date >= ?", start)
  725. }
  726. if end > 0 {
  727. db = db.Where("schedule_date<=?", end)
  728. }
  729. if partitionType > 0 {
  730. db = db.Joins("inner join xt_device_number as d_n on d_n.id = xt_schedule.bed_id and d_n.zone_id = ?", partitionType)
  731. // db = db.Where("partition_id = ?", partitionType)
  732. }
  733. var schedules []*models.DialysisSchedule
  734. total := int64(0)
  735. err := db.Count(&total).Offset(limit * (page - 1)).Limit(limit).Order("schedule_date desc").Find(&schedules).Error
  736. return schedules, err, total
  737. }
  738. func GetAdminUserES(orgID int64, appID int64, ids []int64) (es []*models.AdminUserElectronicSignature, err error) {
  739. err = readUserDb.Model(&models.AdminUserElectronicSignature{}).Where("org_id=? and app_id=? and creator in (?) and status=1", orgID, appID, ids).Find(&es).Error
  740. return
  741. }
  742. //
  743. //func GetAdminUserEsOne(orgid int64) (admin []*models.UserAdminRoles, err error) {
  744. //
  745. // db := readUserDb.Table("sgj_user_admin_role as x").Where("x.status = 1")
  746. // table := readUserDb.Table("sgj_user_admin_electronic_signature as s")
  747. // fmt.Println("table", table)
  748. // err = db.Select("x.id,x.admin_user_id,x.user_name,x.org_id,s.creator,s.url,s.hash").Joins("left join sgj_user_admin_electronic_signature as s on s.creator = x.admin_user_id").Where("x.org_id = ?", orgid).Scan(&admin).Error
  749. // return admin, err
  750. //}
  751. func GetAdminUserEsOne(orgid int64) (admin []*models.UserAdminRoles, err error) {
  752. db := readUserDb.Table("sgj_user_admin_role as x").Where("x.status =1")
  753. table := readUserDb.Table("sgj_user_admin_electronic_signature as s")
  754. fmt.Println("table", table)
  755. err = db.Select("x.id,x.admin_user_id,x.user_name,x.org_id,s.creator,s.url,s.hash").Joins("left join sgj_user_admin_electronic_signature as s on s.creator = x.admin_user_id").Where("x.org_id = ?", orgid).Scan(&admin).Error
  756. return admin, err
  757. }
  758. func UpDateDialysisPrescriptionDoctorSign(patient int64, date int64, orgId int64, doctor_id int64) (err error) {
  759. err = writeDb.Model(&models.DialysisPrescription{}).Where("user_org_id = ? AND patient_id = ? AND record_date = ? ", orgId, patient, date).Updates(map[string]interface{}{"prescription_doctor": doctor_id}).Error
  760. return
  761. }
  762. func GetAllAdminUserES(orgID int64, appId int64) (es []*models.AdminUserElectronicSignature, err error) {
  763. err = readUserDb.Model(&models.AdminUserElectronicSignature{}).Where("org_id=? and app_id = ? and status=1", orgID, appId).Find(&es).Error
  764. return
  765. }
  766. func GetAllStarfEs(orgid int64) (es []*models.SgjUserAdminRoles, err error) {
  767. redis := RedisClient()
  768. defer redis.Close()
  769. // cur_date := time.Now().Format("2006-01-02")
  770. key := strconv.FormatInt(orgid, 10) + ":starfes"
  771. starfes_str, _ := redis.Get(key).Result()
  772. if len(starfes_str) == 0 { //没有到缓存数据,从数据库中获取数据,进行缓存到redis
  773. db := readUserDb.Table("sgj_user_admin_role as x").Where("x.status = 1")
  774. err = db.Select("x.id,x.admin_user_id,x.org_id,x.app_id,x.role_id,x.user_name,x.avatar,x.user_type,s.creator,s.url,s.hash").Joins("left join sgj_user_admin_electronic_signature as s on s.creator = x.admin_user_id and s.status = 1").Where("x.org_id = ?", orgid).Scan(&es).Error
  775. if err != nil {
  776. if err == gorm.ErrRecordNotFound {
  777. if len(es) <= 0 {
  778. redis.Set(key, "starfes_str_null", time.Second*60*60*18)
  779. }
  780. return nil, nil
  781. } else {
  782. return nil, err
  783. }
  784. } else {
  785. if len(es) > 0 {
  786. //缓存数据
  787. starfes_str, err := json.Marshal(es)
  788. if err == nil {
  789. redis.Set(key, starfes_str, time.Second*60*60*18)
  790. return es, nil
  791. }
  792. } else {
  793. redis.Set(key, "starfes_str_null", time.Second*60*60*18)
  794. return es, nil
  795. }
  796. return es, nil
  797. }
  798. } else { //缓存数据了数据,将redis缓存的json字符串转为map
  799. if starfes_str == "starfes_str_null" {
  800. return es, nil
  801. } else {
  802. json.Unmarshal([]byte(starfes_str), &es)
  803. return es, nil
  804. }
  805. }
  806. }
  807. func FindLastMonitorRecord(patient_id int64, org_id int64) (record models.MonitoringRecord, err error) {
  808. err = readDb.Model(&models.MonitoringRecord{}).Where("patient_id = ? AND status = 1 AND user_org_id = ?", patient_id, org_id).Last(&record).Error
  809. return
  810. }
  811. func FindLastMonitorRecordToday(patient_id int64, org_id int64, monitoring_date int64) (record models.MonitoringRecord, err error) {
  812. err = readDb.Model(&models.MonitoringRecord{}).Where("patient_id = ? AND status = 1 AND user_org_id = ? AND monitoring_date = ?", patient_id, org_id, monitoring_date).Last(&record).Error
  813. return
  814. }
  815. func FindFirstMonitorRecordToday(patient_id int64, org_id int64, monitoring_date int64) (record models.MonitoringRecord, err error) {
  816. err = readDb.Model(&models.MonitoringRecord{}).Where("patient_id = ? AND status = 1 AND user_org_id = ? AND monitoring_date = ?", patient_id, org_id, monitoring_date).First(&record).Error
  817. return
  818. }
  819. func ExceDoctorAdviceByGroupNo(m *models.DoctorAdvice, groupNo int64, org_id int64) (err error) {
  820. ut := writeDb.Begin()
  821. err = ut.Model(&models.DoctorAdvice{}).Where("groupno = ? AND user_org_id = ? AND status = 1 AND execution_state = 2", groupNo, org_id).Updates(map[string]interface{}{"execution_time": m.ExecutionTime, "execution_staff": m.ExecutionStaff, "execution_state": 1}).Error
  822. if err != nil {
  823. ut.Rollback()
  824. return
  825. }
  826. ut.Commit()
  827. return err
  828. }
  829. func GetExceDoctorAdviceGroupNo(groupNo int64, org_id int64) (advice []*models.DoctorAdvice, err error) {
  830. err = XTReadDB().Where("groupno = ? AND user_org_id = ? AND status = 1", groupNo, org_id).Find(&advice).Error
  831. return advice, err
  832. }
  833. func ExceOldDoctorAdvice(m *models.DoctorAdvice, advice_id int64) (err error) {
  834. ut := writeDb.Begin()
  835. err = ut.Model(&models.DoctorAdvice{}).Where("status = 1 AND id = ?", advice_id).Updates(map[string]interface{}{"execution_time": m.ExecutionTime, "execution_staff": m.ExecutionStaff, "execution_state": 1}).Error
  836. if err != nil {
  837. ut.Rollback()
  838. return
  839. }
  840. err = ut.Model(&models.DoctorAdvice{}).Where("status = 1 AND parent_id = ?", advice_id).Updates(map[string]interface{}{"execution_time": m.ExecutionTime, "execution_staff": m.ExecutionStaff, "execution_state": 1}).Error
  841. if err != nil {
  842. ut.Rollback()
  843. return
  844. }
  845. ut.Commit()
  846. return err
  847. }
  848. func CheckDoctorAdviceByGroupNo(m *models.DoctorAdvice, groupNo int64, org_id int64) (err error) {
  849. ut := writeDb.Begin()
  850. err = ut.Model(&models.DoctorAdvice{}).Where("groupno = ? AND user_org_id = ? AND status = 1 AND check_state = 0", groupNo, org_id).Updates(map[string]interface{}{"check_time": m.CheckTime, "checker": m.Checker, "check_state": 1}).Error
  851. if err != nil {
  852. ut.Rollback()
  853. return
  854. }
  855. ut.Commit()
  856. return err
  857. }
  858. func CheckOldDoctorAdvice(m *models.DoctorAdvice, advice_id int64) (err error) {
  859. ut := writeDb.Begin()
  860. err = writeDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND id = ?", advice_id).Updates(map[string]interface{}{"check_time": m.CheckTime, "checker": m.Checker, "check_state": 1}).Error
  861. if err != nil {
  862. ut.Rollback()
  863. return
  864. }
  865. err = writeDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND parent_id = ?", advice_id).Updates(map[string]interface{}{"check_time": m.CheckTime, "checker": m.Checker, "check_state": 1}).Error
  866. if err != nil {
  867. ut.Rollback()
  868. return
  869. }
  870. ut.Commit()
  871. return err
  872. }
  873. func DeleteDoctorAdviceByGroupNo(m *models.DoctorAdvice) (err error) {
  874. ut := writeDb.Begin()
  875. err = ut.Model(&models.DoctorAdvice{}).Where("groupno = ? AND user_org_id = ?", m.GroupNo, m.UserOrgId).Update(map[string]interface{}{"UpdatedTime": m.UpdatedTime, "Status": 0, "modifier": m.Modifier}).Error
  876. if err != nil {
  877. ut.Rollback()
  878. return
  879. }
  880. ut.Commit()
  881. return
  882. }
  883. func GetDialysisBoard(orgID int64, scheduleDate int64, offset, limit int64) ([]*models.DialysisBoardVM, error) {
  884. var boards []*models.DialysisBoardVM
  885. db := readDb.
  886. Table("xt_schedule").
  887. Preload("Patient", "status = 1 AND user_org_id = ?", orgID).
  888. Preload("DeviceNumber", "status = 1 AND org_id = ?", orgID).
  889. Preload("DeviceZone", "status = 1 AND org_id = ?", orgID).
  890. Preload("DialysisOrder", "status = 1 AND user_org_id = ?", orgID).
  891. Preload("SigninAndWeigh", "status = 1 AND user_org_id = ?", orgID).
  892. Preload("NextSchedules", func(db *gorm.DB) *gorm.DB {
  893. return db.Where("user_org_id = ? AND schedule_date > ? AND status = 1", orgID, scheduleDate).
  894. Order("schedule_date asc, id asc")
  895. }).
  896. Where("status = 1 AND user_org_id = ?", orgID)
  897. if scheduleDate != 0 {
  898. db = db.Where("schedule_date = ?", scheduleDate)
  899. }
  900. err := db.Offset(offset).Limit(limit).Find(&boards).Error
  901. return boards, err
  902. }
  903. func GetOneDialysisOrder(orgID, orderData int64, patient_id int64) (*models.DialysisOrder, error) {
  904. var order models.DialysisOrder
  905. var err error
  906. err = readDb.Model(&models.DialysisOrder{}).Where("user_org_id=? and dialysis_date=? and status=1 and patient_id = ?", orgID, orderData, patient_id).First(&order).Error
  907. if err == gorm.ErrRecordNotFound {
  908. return nil, nil
  909. }
  910. if err != nil {
  911. return nil, err
  912. }
  913. return &order, nil
  914. }
  915. func GetOrgInfoTemplate(orgID int64) (models.GobalTemplate, error) {
  916. var templateInfo models.GobalTemplate
  917. var err error
  918. err = readDb.Model(&models.GobalTemplate{}).Where("org_id=? and status=1", orgID).First(&templateInfo).Error
  919. return templateInfo, err
  920. }
  921. func FindAdminRoleTypeById(orgId int64, adminUserId int64, appId int64) (models.App_Role, error) {
  922. var appRole models.App_Role
  923. var err error
  924. err = readUserDb.Model(&models.App_Role{}).Where("org_id =? and app_id = ? and admin_user_id = ? and status=1", orgId, appId, adminUserId).First(&appRole).Error
  925. return appRole, err
  926. }
  927. func BatchExceOldDoctorAdvice(m *models.DoctorAdvice, ids []string) (err error) {
  928. ut := writeDb.Begin()
  929. err = ut.Model(&models.DoctorAdvice{}).Where("status = 1 AND id IN (?) AND execution_state = 2", ids).Updates(map[string]interface{}{"execution_time": m.ExecutionTime, "execution_staff": m.ExecutionStaff, "execution_state": 1}).Error
  930. if err != nil {
  931. ut.Rollback()
  932. return
  933. }
  934. err = ut.Model(&models.DoctorAdvice{}).Where("status = 1 AND parent_id IN (?) AND execution_state = 2 ", ids).Updates(map[string]interface{}{"execution_time": m.ExecutionTime, "execution_staff": m.ExecutionStaff, "execution_state": 1}).Error
  935. if err != nil {
  936. ut.Rollback()
  937. return
  938. }
  939. ut.Commit()
  940. return err
  941. }
  942. func BatchCheckOldDoctorAdvice(m *models.DoctorAdvice, ids []string, org_id int64, date int64) (err error) {
  943. ut := writeDb.Begin()
  944. err = writeDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND id IN (?) AND user_org_id = ? AND advice_date = ?", ids, org_id, date).Updates(map[string]interface{}{"check_time": m.CheckTime, "checker": m.Checker, "check_state": 1}).Error
  945. if err != nil {
  946. ut.Rollback()
  947. return
  948. }
  949. err = writeDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND parent_id IN (?) AND user_org_id = ? AND advice_date = ?", ids, org_id, date).Updates(map[string]interface{}{"check_time": m.CheckTime, "checker": m.Checker, "check_state": 1}).Error
  950. if err != nil {
  951. ut.Rollback()
  952. return
  953. }
  954. ut.Commit()
  955. return err
  956. }
  957. func ModifyScheduleMode(mode_id int64, patient_id int64, recordDate int64, org_id int64) {
  958. ut := writeDb.Begin()
  959. err = writeDb.Model(&models.Schedule{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND schedule_date = ? ", org_id, patient_id, recordDate).Updates(map[string]interface{}{"updated_time": time.Now().Unix(), "mode_id": mode_id}).Error
  960. if err != nil {
  961. ut.Rollback()
  962. return
  963. }
  964. ut.Commit()
  965. }
  966. func FindDialysisOrderById(id int64) (error, *models.DialysisOrder) {
  967. dialysisRecord := models.DialysisOrder{}
  968. err := readDb.Model(&models.DialysisOrder{}).Where("id = ? AND status = 1", id).Find(&dialysisRecord).Error
  969. return err, &dialysisRecord
  970. }
  971. func ModifyExceDoctorAdviceByGroupNo(m *models.DoctorAdvice, groupNo int64, org_id int64) (err error) {
  972. ut := writeDb.Begin()
  973. err = ut.Model(&models.DoctorAdvice{}).Where("groupno = ? AND user_org_id = ? AND status = 1 AND execution_state = 1", groupNo, org_id).Updates(map[string]interface{}{"execution_time": m.ExecutionTime}).Error
  974. if err != nil {
  975. ut.Rollback()
  976. return
  977. }
  978. ut.Commit()
  979. return err
  980. }
  981. func BatchModifyExceOldDoctorAdvice(m *models.DoctorAdvice, ids []string) (err error) {
  982. ut := writeDb.Begin()
  983. err = ut.Model(&models.DoctorAdvice{}).Where("status = 1 AND id IN (?) AND execution_state = 1", ids).Updates(map[string]interface{}{"execution_time": m.ExecutionTime}).Error
  984. if err != nil {
  985. ut.Rollback()
  986. return
  987. }
  988. err = ut.Model(&models.DoctorAdvice{}).Where("status = 1 AND parent_id IN (?) AND execution_state = 1 ", ids).Updates(map[string]interface{}{"execution_time": m.ExecutionTime}).Error
  989. if err != nil {
  990. ut.Rollback()
  991. return
  992. }
  993. ut.Commit()
  994. return err
  995. }
  996. func UpdateOrderCount(good_type_id int64, good_id int64, number string, org_id int64) {
  997. writeDb.Model(&models.WarehouseOutInfo{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND is_sys = 1 AND warehouse_out_order_number = ? ", good_id, good_type_id, org_id, number).UpdateColumn("count", gorm.Expr("count - ?", 1))
  998. }
  999. func UpdateOrderInfoDetails(good_type_id int64, good_id int64, time int64, org_id int64, patient_id int64, newNiprocart int64, out *models.WarehouseOutInfo) {
  1000. writeDb.Model(&models.AutomaticReduceDetail{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND warehouse_out_order_number = ? AND patient_id = ?", good_id, good_type_id, org_id, out.WarehouseOutOrderNumber, patient_id).Updates(map[string]interface{}{"good_id": newNiprocart, "warehouse_out_id": out.ID, "warehouse_out_order_number": out.WarehouseOutOrderNumber})
  1001. }
  1002. func FindOrderInfoByGoodId(good_type_id int64, good_id int64, number string, org_id int64) (err error, out models.WarehouseOutInfo) {
  1003. err = writeDb.Model(&models.WarehouseOutInfo{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND warehouse_out_order_number = ? ", good_id, good_type_id, org_id, number).Find(&out).Error
  1004. return
  1005. }
  1006. func FindGoodUserById(good_type_id int64, good_id int64, id int64, org_id int64, record_time int64) (user models.AutomaticReduceDetail, err error) {
  1007. err = readDb.Model(&models.AutomaticReduceDetail{}).Where("good_id = ? AND good_type_id = ? AND patient_id = ? AND org_id = ? AND record_time = ? ", good_id, good_type_id, id, org_id, record_time).First(&user).Error
  1008. return
  1009. }
  1010. func FindOldOrderInfoByGoodId(time int64, org_id int64) (err error, out models.WarehouseOutInfo) {
  1011. err = readDb.Model(&models.WarehouseOutInfo{}).Where(" org_id = ? AND status = 1 AND sys_record_time = ? ", org_id, time).First(&out).Error
  1012. return
  1013. }
  1014. func FindStockOutOrderNumberByTime(time int64, org_id int64) (err error, out models.WarehouseOut) {
  1015. err = readDb.Model(&models.WarehouseOut{}).Where(" org_id = ? AND status = 1 AND warehouse_out_time = ? ", org_id, time).First(&out).Error
  1016. return
  1017. }
  1018. func UpdateDetails(good_type_id int64, good_id int64, time int64, org_id int64, patient_id int64, newNiprocart int64, out *models.WarehouseOutInfo) {
  1019. writeDb.Model(&models.AutomaticReduceDetail{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND warehouse_out_order_number = ? AND patient_id = ?", good_id, good_type_id, org_id, out.WarehouseOutOrderNumber, patient_id).Updates(map[string]interface{}{"good_id": newNiprocart, "warehouse_out_id": out.ID, "warehouse_out_order_number": out.WarehouseOutOrderNumber})
  1020. }
  1021. func FindPatientIsOpenRemindById(patient_id int64, org_id int64) (patients models.Patients, err error) {
  1022. err = readDb.Model(&models.Patients{}).Where("status = 1 AND id = ? AND user_org_id = ?", patient_id, org_id).First(&patients).Error
  1023. return
  1024. }
  1025. func GetMaxLongAdviceGroupID(orgId int64, patient_id int64) (group int64) {
  1026. var advice models.DoctorAdvice
  1027. err := readDb.Table("xt_doctor_advice").Where("user_org_id=? AND patient_id = ? AND status = 1 AND advice_type = 1 AND frequency_type > 0", orgId, patient_id).Select("max(groupno) as groupno").First(&advice).Error
  1028. if err != nil {
  1029. fmt.Println(err)
  1030. group = 0
  1031. }
  1032. group = advice.GroupNo
  1033. return
  1034. }
  1035. func GetLastLongAdviceByGroupNo(orgId int64, patient_id int64, advice_date int64) (advice []*models.DoctorAdvice, err error) {
  1036. err = readDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND advice_type = 1 AND stop_state = 2 AND parent_id = 0 AND frequency_type <> 0 and (push_start_time >=? or push_start_time = 0) ", orgId, patient_id, advice_date).Preload("ChildDoctorAdvice", "status = 1 and (push_start_time >=? or push_start_time = 0)", advice_date).Find(&advice).Error
  1037. return
  1038. }
  1039. func GetLastLongAdviceByGroupNoOne(orgId int64, patient_id int64, advice_date int64) (advice []*models.DoctorAdvice, err error) {
  1040. redis := RedisClient()
  1041. defer redis.Close()
  1042. key := strconv.FormatInt(orgId, 10) + ":" + strconv.FormatInt(patient_id, 10) + ":long_advice"
  1043. long_advice_str, _ := redis.Get(key).Result()
  1044. if len(long_advice_str) == 0 { //没有到缓存数据,从数据库中获取数据,进行缓存到redis
  1045. err = readDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND advice_type = 1 AND stop_state = 2 AND parent_id = 0 AND frequency_type <> 0 and (push_start_time >=? or push_start_time = 0) ", orgId, patient_id, advice_date).Preload("ChildDoctorAdvice", "status = 1 and (push_start_time >=? or push_start_time = 0) ", advice_date).Find(&advice).Error
  1046. if err != nil {
  1047. if err == gorm.ErrRecordNotFound {
  1048. return nil, nil
  1049. } else {
  1050. return nil, err
  1051. }
  1052. } else {
  1053. if len(advice) > 0 {
  1054. //缓存数据
  1055. starfes_str, err := json.Marshal(advice)
  1056. if err == nil {
  1057. redis.Set(key, starfes_str, time.Second*60*60*18)
  1058. return advice, nil
  1059. }
  1060. } else {
  1061. redis.Set(key, "null", time.Second*60*60*18)
  1062. return advice, nil
  1063. }
  1064. return advice, nil
  1065. }
  1066. } else { //缓存数据了数据,将redis缓存的json字符串转为map
  1067. if long_advice_str == "null" {
  1068. return advice, nil
  1069. } else {
  1070. json.Unmarshal([]byte(long_advice_str), &advice)
  1071. return advice, nil
  1072. }
  1073. }
  1074. err = readDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND advice_type = 1 AND stop_state = 2 AND parent_id = 0 AND frequency_type <> 0 and (push_start_time >=? or push_start_time = 0) ", orgId, patient_id, advice_date).Preload("ChildDoctorAdvice", "status = 1 and (push_start_time >=? or push_start_time = 0) ", advice_date).Find(&advice).Error
  1075. return
  1076. }
  1077. func GetLastLongAdviceByGroupNoThree(orgId int64, patient_id int64, advice_date int64) (advice []*models.DoctorAdvice, err error) {
  1078. err = readDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND advice_type = 1 AND frequency_type = 2 AND stop_state = 2 AND parent_id = 0 and (push_start_time>=? or push_start_time = 0) ", orgId, patient_id, advice_date).Preload("ChildDoctorAdvice", "status = 1 and (push_start_time>=? or push_start_time = 0) ", advice_date).Find(&advice).Error
  1079. return
  1080. }
  1081. func GetLastLongAdviceByGroupNoFour(orgId int64, patient_id int64, advice_date int64) (advice []*models.DoctorAdvice, err error) {
  1082. //err = readDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND advice_type = 1 AND frequency_type = 2 AND stop_state = 2 AND parent_id = 0 ", orgId, patient_id).Preload("ChildDoctorAdvice", "status = 1").Find(&advice).Error
  1083. //return
  1084. redis := RedisClient()
  1085. defer redis.Close()
  1086. key := strconv.FormatInt(orgId, 10) + ":" + strconv.FormatInt(patient_id, 10) + ":long_advice"
  1087. long_advice_str, _ := redis.Get(key).Result()
  1088. if len(long_advice_str) == 0 { //没有到缓存数据,从数据库中获取数据,进行缓存到redis
  1089. err = readDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND advice_type = 1 AND frequency_type = 2 AND stop_state = 2 AND parent_id = 0 and (push_start_time >=? or push_start_time = 0)", orgId, patient_id, advice_date).Preload("ChildDoctorAdvice", "status = 1 and (push_start_time >=? or push_start_time = 0)", advice_date).Find(&advice).Error
  1090. if err != nil {
  1091. if err == gorm.ErrRecordNotFound {
  1092. return nil, nil
  1093. } else {
  1094. return nil, err
  1095. }
  1096. } else {
  1097. if len(advice) > 0 {
  1098. //缓存数据
  1099. starfes_str, err := json.Marshal(advice)
  1100. if err == nil {
  1101. redis.Set(key, starfes_str, time.Second*60*60*18)
  1102. return advice, nil
  1103. }
  1104. } else {
  1105. redis.Set(key, "null", time.Second*60*60*18)
  1106. return advice, nil
  1107. }
  1108. return advice, nil
  1109. }
  1110. } else { //缓存数据了数据,将redis缓存的json字符串转为map
  1111. if long_advice_str == "null" {
  1112. return advice, nil
  1113. } else {
  1114. json.Unmarshal([]byte(long_advice_str), &advice)
  1115. return advice, nil
  1116. }
  1117. }
  1118. err = readDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND advice_type = 1 AND stop_state = 2 AND parent_id = 0 AND frequency_type <> 0 and (push_start_time >=? or push_start_time = 0)", orgId, patient_id, advice_date).Preload("ChildDoctorAdvice", "status = 1 and (push_start_time >=? or push_start_time = 0)", advice_date).Find(&advice).Error
  1119. return
  1120. }
  1121. func FindAllDoctorAdviceByTime(now int64, end int64, patient_id int64, orgId int64, temp_id string) (advice []*models.DoctorAdvice, err error) {
  1122. err = readDb.Model(&models.DoctorAdvice{}).Where("status = 1 AND user_org_id = ? AND patient_id = ? AND advice_type = 2 AND advice_date > ? AND advice_date <= ? AND template_id = ? ", orgId, patient_id, end, now, temp_id).Preload("ChildDoctorAdvice", "status = 1").Find(&advice).Error
  1123. return
  1124. }
  1125. func UpdateScheduleModeId(patient_id int64, org_id int64, date int64, mode_id int64) (err error) {
  1126. err = writeDb.Model(&models.Schedule{}).Where("status =1 AND user_org_id = ? AND patient_id = ? AND schedule_date = ?", org_id, patient_id, date).Updates(map[string]interface{}{"mode_id": mode_id, "updated_time": time.Now().Unix()}).Error
  1127. return
  1128. }
  1129. func UpdateAssessmentAfterDate(patient_id int64, org_id int64, date int64, actual_treatment_hour int64, actual_treatment_minute int64) (err error) {
  1130. err = writeDb.Model(&models.AssessmentAfterDislysis{}).Where("status =1 AND user_org_id = ? AND patient_id = ? AND assessment_date = ?", org_id, patient_id, date).Updates(map[string]interface{}{"actual_treatment_hour": actual_treatment_hour, "actual_treatment_minute": actual_treatment_minute}).Error
  1131. return
  1132. }
  1133. func UpdateAssessmentAfterDateOne(patient_id int64, org_id int64, date int64, actual_treatment_hour int64, actual_treatment_minute int64, BreathingRate string) (err error) {
  1134. err = writeDb.Model(&models.AssessmentAfterDislysis{}).Where("status =1 AND user_org_id = ? AND patient_id = ? AND assessment_date = ?", org_id, patient_id, date).Updates(map[string]interface{}{"actual_treatment_hour": actual_treatment_hour, "actual_treatment_minute": actual_treatment_minute, "breathing_rate": BreathingRate}).Error
  1135. return
  1136. }
  1137. func CreateDialysisBeforePrepare(beforePrepares []*models.DialysisBeforePrepare) (err error) {
  1138. if len(beforePrepares) > 0 {
  1139. utx := writeDb.Begin()
  1140. if len(beforePrepares) > 0 {
  1141. thisSQL := "INSERT INTO dialysis_before_prepare (user_org_id, patient_id, record_date, good_id, good_type_id,count,ctime,mtime,creater,modifier,status,commdity_code) VALUES "
  1142. insertParams := make([]string, 0)
  1143. insertData := make([]interface{}, 0)
  1144. for _, prepare := range beforePrepares {
  1145. insertParams = append(insertParams, "(?,?,?,?,?,?,?,?,?,?,?,?)")
  1146. insertData = append(insertData, prepare.UserOrgId)
  1147. insertData = append(insertData, prepare.PatientId)
  1148. insertData = append(insertData, prepare.RecordDate)
  1149. insertData = append(insertData, prepare.GoodId)
  1150. insertData = append(insertData, prepare.GoodTypeId)
  1151. insertData = append(insertData, prepare.Count)
  1152. insertData = append(insertData, prepare.Ctime)
  1153. insertData = append(insertData, prepare.Mtime)
  1154. insertData = append(insertData, prepare.Creater)
  1155. insertData = append(insertData, prepare.Modifier)
  1156. insertData = append(insertData, 1)
  1157. insertData = append(insertData, prepare.CommdityCode)
  1158. }
  1159. thisSQL += strings.Join(insertParams, ", ")
  1160. err = utx.Exec(thisSQL, insertData...).Error
  1161. if err != nil {
  1162. utx.Rollback()
  1163. return
  1164. }
  1165. }
  1166. utx.Commit()
  1167. }
  1168. return
  1169. }
  1170. func UpdateDialysisBeforePrepare(info *models.DialysisBeforePrepare) (err error) {
  1171. err = writeDb.Save(&info).Error
  1172. return err
  1173. }
  1174. func UpdateDialysisBeforePrepareTwo(info *models.DialysisBeforePrepare) (err error) {
  1175. err = writeDb.Model(&models.DialysisBeforePrepare{}).
  1176. Where("status = 1 and good_id = ? AND good_type_id = ? AND patient_id = ? AND user_org_id = ? AND record_date = ?", info.GoodId, info.GoodTypeId, info.PatientId, info.UserOrgId, info.RecordDate).
  1177. Updates(map[string]interface{}{"count": info.Count, "updated_time": time.Now().Unix(), "modifier": info.Modifier, "commdity_code": info.CommdityCode, "status": 1}).Error
  1178. return err
  1179. }
  1180. func UpdateAutoReduceDetailSix(detail *models.AutomaticReduceDetail) (err error) {
  1181. err = writeDb.Model(&models.AutomaticReduceDetail{}).Where("good_id = ? and good_type_id = ? And patient_id = ? and org_id =? and record_time = ?", detail.GoodId, detail.GoodTypeId, detail.PatientId, detail.OrgId, detail.RecordTime).Updates(map[string]interface{}{"count": detail.Count, "mtime": detail.Mtime, "status": 1}).Error
  1182. return err
  1183. }
  1184. func UpdateOrderCountSub(good_type_id int64, good_id int64, number string, org_id int64, count int64) {
  1185. writeDb.Model(&models.WarehouseOutInfo{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND is_sys = 1 AND warehouse_out_order_number = ? ", good_id, good_type_id, org_id, number).UpdateColumn("count", gorm.Expr("count - ?", count))
  1186. }
  1187. func UpdateOrderCountAdd(good_type_id int64, good_id int64, number string, org_id int64, count int64) {
  1188. writeDb.Model(&models.WarehouseOutInfo{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND is_sys = 1 AND warehouse_out_order_number = ? ", good_id, good_type_id, org_id, number).UpdateColumn("count", gorm.Expr("count + ?", count))
  1189. }
  1190. func UpdateUserInfoDetails(good_type_id int64, good_id int64, time int64, org_id int64, patient_id int64, count int64, out *models.WarehouseOutInfo) {
  1191. writeDb.Model(&models.AutomaticReduceDetail{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND warehouse_out_order_number = ? AND patient_id = ?", good_id, good_type_id, org_id, out.WarehouseOutOrderNumber, patient_id).Updates(map[string]interface{}{"count": count, "status": 1})
  1192. //writeDb.Model(&models.AutomaticReduceDetail{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND is_sys = 1 AND warehouse_out_order_number = ? ", good_id, good_type_id, org_id, out.WarehouseOutOrderNumber).UpdateColumn("count", count)
  1193. }
  1194. func UpdateDrugUserInfoDetails(drug_id int64, time int64, org_id int64, patient_id int64, count int64, out *models.DrugWarehouseOutInfo) {
  1195. writeDb.Model(&models.DrugAutomaticReduceDetail{}).Where("drug_id = ? AND org_id = ? AND status = 1 AND warehouse_out_order_number = ? AND patient_id = ?", drug_id, org_id, out.WarehouseOutOrderNumber, patient_id).Updates(map[string]interface{}{"count": count})
  1196. //writeDb.Model(&models.AutomaticReduceDetail{}).Where("good_id = ? AND good_type_id = ? AND org_id = ? AND status = 1 AND is_sys = 1 AND warehouse_out_order_number = ? ", good_id, good_type_id, org_id, out.WarehouseOutOrderNumber).UpdateColumn("count", count)
  1197. }
  1198. func FindDialysisBeforePrepare(patient_id int64, good_id int64, good_type_id int64, user_org_id int64, record_time int64) (count int64) {
  1199. readDb.Model(&models.DialysisBeforePrepare{}).Where("user_org_id = ? AND patient_id = ? AND good_id = ? AND good_type_id = ? AND record_date = ? AND status = 1 AND count<> 0", user_org_id, patient_id, good_id, good_type_id, record_time).Count(&count)
  1200. return
  1201. }
  1202. func GetExecutionDoctors(orgid int64, patientid int64, id int64) (doctorAdvice []*models.DoctorAdvice, err error) {
  1203. err = readDb.Model(&doctorAdvice).Where("user_org_id = ? and patient_id = ? AND (id = ? Or parent_id=?) and status = 1", orgid, patientid, id, id).Find(&doctorAdvice).Error
  1204. return doctorAdvice, err
  1205. }
  1206. func GetHisExecutionDoctors(orgid int64, patientid int64, id int64) (doctorAdvice []*models.HisDoctorAdviceInfo, err error) {
  1207. err = readDb.Model(&models.HisDoctorAdviceInfo{}).Where("user_org_id = ? and patient_id = ? AND (id = ? Or parent_id=?) and status = 1", orgid, patientid, id, id).Find(&doctorAdvice).Error
  1208. return doctorAdvice, err
  1209. }
  1210. func GetHisExecutionDoctorsTwo(orgid int64, patientid int64, id int64) (doctorAdvice []*models.HisDoctorAdviceInfo, err error) {
  1211. err = readDb.Model(&models.HisDoctorAdviceInfo{}).Where("user_org_id = ? and patient_id = ? AND id = ? and status = 1 and execution_state = 1", orgid, patientid, id).Find(&doctorAdvice).Error
  1212. return doctorAdvice, err
  1213. }
  1214. func FindHisDoctorAdviceById(orgID int64, id int64) (advice models.HisDoctorAdviceInfo, err error) {
  1215. err = readDb.Model(&models.HisDoctorAdviceInfo{}).Where("user_org_id=? and status=1 and id = ?", orgID, id).First(&advice).Error
  1216. return
  1217. }
  1218. func FindHisDoctorAdviceByIds(orgID int64, ids []string) (advice []*models.HisDoctorAdviceInfo, err error) {
  1219. err = readDb.Model(&models.HisDoctorAdviceInfo{}).Where("user_org_id=? and status=1 and id in (?)", orgID, ids).Find(&advice).Error
  1220. return
  1221. }
  1222. func SaveHisDoctorAdvice(advice *models.HisDoctorAdviceInfo) (err error) {
  1223. err = writeDb.Save(&advice).Error
  1224. return
  1225. }
  1226. func GetGoodInfoMation(orgid int64) (goodinfo []*models.GoodInfo, err error) {
  1227. err = XTReadDB().Model(&goodinfo).Where("org_id = ? and status = 1 AND find_in_set('停用',good_status) = 0", orgid).Preload("GoodSotckInfo", "stock_count > 0 and status = 1").Find(&goodinfo).Error
  1228. //err = XTReadDB().Model(&goodinfo).Where("org_id = ? and status = 1 AND find_in_set('停用',good_status) = 0", orgid).Find(&goodinfo).Error
  1229. return goodinfo, err
  1230. }
  1231. func GetGoodInfoMationSix(orgid int64, storehouse_id int64) (goodinfo []*models.GoodInfo, err error) {
  1232. err = XTReadDB().Model(&goodinfo).Where("org_id = ? and status = 1 AND find_in_set('停用',good_status) = 0", orgid).Preload("GoodSotckInfo", "stock_count > 0 and status = 1 and storehouse_id = ?", storehouse_id).Find(&goodinfo).Error
  1233. return goodinfo, err
  1234. }
  1235. func GetGoodInfoMationSeven(orgid int64, storehouse_id int64) (goodinfo []*models.GoodInfo, err error) {
  1236. err = XTReadDB().Model(&goodinfo).Where("org_id = ? and status = 1 AND find_in_set('停用',good_status) = 0", orgid).Preload("GoodSotckInfo", "status = 1 and storehouse_id = ?", storehouse_id).Find(&goodinfo).Error
  1237. return goodinfo, err
  1238. }
  1239. func GetDialysisBeforePrepare(goodTypeId int64, goodId int64, orgid int64, patientId int64) (*models.DialysisBeforePrepare, error) {
  1240. prepare := models.DialysisBeforePrepare{}
  1241. err := XTReadDB().Where("good_type_id = ? and good_id = ? and user_org_id = ? and status =1 and patient_id = ?", goodTypeId, goodId, orgid, patientId).Last(&prepare).Error
  1242. if err == gorm.ErrRecordNotFound {
  1243. return nil, err
  1244. }
  1245. if err != nil {
  1246. return nil, err
  1247. }
  1248. return &prepare, nil
  1249. }
  1250. func CreateDialysisBeforePrepareOne(prepare *models.DialysisBeforePrepare) error {
  1251. err := XTReadDB().Create(&prepare).Error
  1252. return err
  1253. }
  1254. func ModifyExceDoctorAdviceById(m *models.HisDoctorAdviceInfo, ids []string) (err error) {
  1255. ut := writeDb.Begin()
  1256. err = ut.Model(&models.HisDoctorAdviceInfo{}).Where("status = 1 AND id IN (?) AND execution_state = 1", ids).Updates(map[string]interface{}{"execution_time": m.ExecutionTime}).Error
  1257. if err != nil {
  1258. ut.Rollback()
  1259. return
  1260. }
  1261. err = ut.Model(&models.HisDoctorAdviceInfo{}).Where("status = 1 AND parent_id IN (?) AND execution_state = 1 ", ids).Updates(map[string]interface{}{"execution_time": m.ExecutionTime}).Error
  1262. if err != nil {
  1263. ut.Rollback()
  1264. return
  1265. }
  1266. ut.Commit()
  1267. return err
  1268. }
  1269. func FindHisDoctorAdviceByIdOne(orgID int64, ids []string) (advice []models.HisDoctorAdviceInfo, err error) {
  1270. err = readDb.Model(&models.HisDoctorAdviceInfo{}).Where("id IN (?) AND user_org_id = ? AND status = 1", ids, orgID).Find(&advice).Error
  1271. return
  1272. }
  1273. func ModifyHisPrescriptionProject(m *models.HisPrescriptionProject, ids []string) (err error) {
  1274. ut := writeDb.Begin()
  1275. err = ut.Model(&models.HisPrescriptionProject{}).Where("status = 1 AND id IN (?) AND execution_state = 1", ids).Updates(map[string]interface{}{"execution_time": m.ExecutionTime}).Error
  1276. if err != nil {
  1277. ut.Rollback()
  1278. return
  1279. }
  1280. ut.Commit()
  1281. return err
  1282. }
  1283. func FindHisProjectById(orgID int64, id int64) (advice models.HisPrescriptionProject, err error) {
  1284. err = readDb.Model(&models.HisPrescriptionProject{}).Where("user_org_id=? and status=1 and id = ?", orgID, id).First(&advice).Error
  1285. return
  1286. }
  1287. func SaveHisProject(advice *models.HisPrescriptionProject) (err error) {
  1288. err = writeDb.Save(&advice).Error
  1289. return
  1290. }
  1291. func FindAllHisProjectById(orgID int64, patient_id int64, record_time int64) (advice []*models.HisPrescriptionProject, err error) {
  1292. err = readDb.Model(&models.HisPrescriptionProject{}).Preload("HisProject", "status = 1").Preload("GoodInfo", "status = 1").Where("user_org_id=? and status=1 and patient_id = ? AND record_date = ?", orgID, patient_id, record_time).Find(&advice).Error
  1293. return
  1294. }
  1295. func GetAllPcPatientListByListSeven(orgID int64) (patients []*MSchedualPatientVMList, err error) {
  1296. err = readDb.Where("user_org_id=? and status=1 and lapseto = 1", orgID).Find(&patients).Error
  1297. return patients, err
  1298. }
  1299. func GetAllPcPatientListByListEight(orgID int64) (patients []*MSchedualPatientVMList, err error) {
  1300. err = readDb.Where("user_org_id=? and status=1", orgID).Find(&patients).Error
  1301. return patients, err
  1302. }
  1303. func GetAllPcPatientListByList(orgID int64) (patients []*MSchedualPatientVMList, err error) {
  1304. redis := RedisClient()
  1305. defer redis.Close()
  1306. key := strconv.FormatInt(orgID, 10) + ":" + ":patient_list_all"
  1307. patient_info_str, _ := redis.Get(key).Result()
  1308. if len(patient_info_str) == 0 { //没有到缓存数据,从数据库中获取数据,进行缓存到redis
  1309. err = readDb.Where("user_org_id=? and status=1 and lapseto = 1", orgID).Find(&patients).Error
  1310. if err != nil {
  1311. if err == gorm.ErrRecordNotFound {
  1312. if len(patients) <= 0 {
  1313. redis.Set(key, "null", time.Second*60*60*18)
  1314. }
  1315. return nil, nil
  1316. } else {
  1317. return nil, err
  1318. }
  1319. } else {
  1320. if len(patients) > 0 {
  1321. //缓存数据
  1322. patient_info_json, err := json.Marshal(&patients)
  1323. if err == nil {
  1324. redis.Set(key, patient_info_json, time.Second*60*60*18)
  1325. }
  1326. } else {
  1327. redis.Set(key, "null", time.Second*60*60*18)
  1328. }
  1329. return patients, nil
  1330. }
  1331. } else { //缓存数据了数据,将redis缓存的json字符串转为map
  1332. if patient_info_str == "null" {
  1333. return nil, nil
  1334. } else {
  1335. json.Unmarshal([]byte(patient_info_str), &patients)
  1336. return patients, nil
  1337. }
  1338. }
  1339. }
  1340. func GetAllPcAdvicestByList(orgID int64, scheduleDate int64) (advices []*VMDoctorAdvice, err error) {
  1341. redis := RedisClient()
  1342. defer redis.Close()
  1343. key := strconv.FormatInt(orgID, 10) + ":" + strconv.FormatInt(scheduleDate, 10) + ":advice_list_all"
  1344. advice_list_str, _ := redis.Get(key).Result()
  1345. if len(advice_list_str) == 0 { //没有到缓存数据,从数据库中获取数据,进行缓存到redis
  1346. err = readDb.Where("status = 1 AND user_org_id = ? AND advice_type = 2 AND advice_date = ? ", orgID, scheduleDate).Find(&advices).Error
  1347. if err != nil {
  1348. if err == gorm.ErrRecordNotFound {
  1349. if len(advices) <= 0 {
  1350. redis.Set(key, "null", time.Second*60*60*18)
  1351. }
  1352. return nil, nil
  1353. } else {
  1354. return nil, err
  1355. }
  1356. } else {
  1357. if len(advices) > 0 {
  1358. //缓存数据
  1359. advice_list_str, err := json.Marshal(&advices)
  1360. if err == nil {
  1361. redis.Set(key, advice_list_str, time.Second*60*60*18)
  1362. }
  1363. } else {
  1364. redis.Set(key, "null", time.Second*60*60*18)
  1365. }
  1366. return advices, nil
  1367. }
  1368. } else { //缓存数据了数据,将redis缓存的json字符串转为map
  1369. if advice_list_str == "null" {
  1370. return nil, nil
  1371. } else {
  1372. json.Unmarshal([]byte(advice_list_str), &advices)
  1373. return advices, nil
  1374. }
  1375. }
  1376. }
  1377. func GetAllPcDialysisOrdersByList(orgID int64, scheduleDate int64) (dialysisOrders []*MDialysisOrderVMList, err error) {
  1378. redis := RedisClient()
  1379. defer redis.Close()
  1380. key := strconv.FormatInt(orgID, 10) + ":" + strconv.FormatInt(scheduleDate, 10) + ":dialysis_orders_list_all"
  1381. dialysis_orders_list_all, _ := redis.Get(key).Result()
  1382. if len(dialysis_orders_list_all) == 0 { //没有到缓存数据,从数据库中获取数据,进行缓存到redis
  1383. err = readDb.Preload("DeviceNumber", "status = 1 AND org_id = ?", orgID).Where("status = 1 AND user_org_id = ? AND dialysis_date = ?", orgID, scheduleDate).Find(&dialysisOrders).Error
  1384. if err != nil {
  1385. if err == gorm.ErrRecordNotFound {
  1386. return nil, nil
  1387. } else {
  1388. return nil, err
  1389. }
  1390. } else {
  1391. if len(dialysisOrders) > 0 {
  1392. //缓存数据
  1393. dialysis_orders_list_all, err := json.Marshal(&dialysisOrders)
  1394. if err == nil {
  1395. redis.Set(key, dialysis_orders_list_all, time.Second*60*60*18)
  1396. }
  1397. } else {
  1398. redis.Set(key, "null", time.Second*60*60*18)
  1399. }
  1400. return dialysisOrders, nil
  1401. }
  1402. } else { //缓存数据了数据,将redis缓存的json字符串转为map
  1403. if dialysis_orders_list_all == "null" {
  1404. return nil, nil
  1405. } else {
  1406. json.Unmarshal([]byte(dialysis_orders_list_all), &dialysisOrders)
  1407. return dialysisOrders, nil
  1408. }
  1409. }
  1410. }
  1411. func GetAllPcAssessmentAfterDislysisByList(orgID int64, scheduleDate int64) (assessmentAfterDislysis []*AssessmentAfterDislysis, err error) {
  1412. redis := RedisClient()
  1413. defer redis.Close()
  1414. key := strconv.FormatInt(orgID, 10) + ":" + strconv.FormatInt(scheduleDate, 10) + ":assessment_after_dislysis_list_all"
  1415. assessment_after_dislysis__all, _ := redis.Get(key).Result()
  1416. if len(assessment_after_dislysis__all) == 0 { //没有到缓存数据,从数据库中获取数据,进行缓存到redis
  1417. err = readDb.Where("status = 1 AND user_org_id = ? AND assessment_date = ?", orgID, scheduleDate).Find(&assessmentAfterDislysis).Error
  1418. if err != nil {
  1419. if err == gorm.ErrRecordNotFound {
  1420. if len(assessmentAfterDislysis) <= 0 {
  1421. redis.Set(key, "null", time.Second*60*60*18)
  1422. }
  1423. return nil, nil
  1424. } else {
  1425. return nil, err
  1426. }
  1427. } else {
  1428. if len(assessmentAfterDislysis) > 0 {
  1429. //缓存数据
  1430. assessment_after_dislysis__all, err := json.Marshal(&assessmentAfterDislysis)
  1431. if err == nil {
  1432. redis.Set(key, assessment_after_dislysis__all, time.Second*60*60*18)
  1433. }
  1434. } else {
  1435. redis.Set(key, "null", time.Second*60*60*18)
  1436. }
  1437. return assessmentAfterDislysis, nil
  1438. }
  1439. } else { //缓存数据了数据,将redis缓存的json字符串转为map
  1440. if assessment_after_dislysis__all == "null" {
  1441. return nil, nil
  1442. } else {
  1443. json.Unmarshal([]byte(assessment_after_dislysis__all), &assessmentAfterDislysis)
  1444. return assessmentAfterDislysis, nil
  1445. }
  1446. }
  1447. }
  1448. func GetAllPcTreatmentSummarysByList(orgID int64, scheduleDate int64) (treatmentSummarys []*VMTreatmentSummary, err error) {
  1449. redis := RedisClient()
  1450. defer redis.Close()
  1451. key := strconv.FormatInt(orgID, 10) + ":" + strconv.FormatInt(scheduleDate, 10) + ":treatment_summarys_list_all"
  1452. treatment_summarys_all, _ := redis.Get(key).Result()
  1453. if len(treatment_summarys_all) == 0 { //没有到缓存数据,从数据库中获取数据,进行缓存到redis
  1454. err = readDb.Where("status = 1 AND user_org_id = ? AND assessment_date = ?", orgID, scheduleDate).Find(&treatmentSummarys).Error
  1455. if err != nil {
  1456. if err == gorm.ErrRecordNotFound {
  1457. if len(treatment_summarys_all) <= 0 {
  1458. redis.Set(key, "null", time.Second*60*60*18)
  1459. }
  1460. return nil, nil
  1461. } else {
  1462. return nil, err
  1463. }
  1464. } else {
  1465. if len(treatmentSummarys) > 0 {
  1466. //缓存数据
  1467. treatment_summarys_all, err := json.Marshal(&treatmentSummarys)
  1468. if err == nil {
  1469. redis.Set(key, treatment_summarys_all, time.Second*60*60*18)
  1470. }
  1471. } else {
  1472. redis.Set(key, "null", time.Second*60*60*18)
  1473. }
  1474. return treatmentSummarys, nil
  1475. }
  1476. } else { //缓存数据了数据,将redis缓存的json字符串转为map
  1477. if treatment_summarys_all == "null" {
  1478. return nil, nil
  1479. } else {
  1480. json.Unmarshal([]byte(treatment_summarys_all), &treatmentSummarys)
  1481. return treatmentSummarys, nil
  1482. }
  1483. }
  1484. }
  1485. func UpdateTeamProjectExceStatus(ids []int64, admin_user_id int64, execution_time int64) (err error) {
  1486. ut := writeDb.Begin()
  1487. db := ut.Model(&models.HisPrescriptionProject{})
  1488. err = db.Where("status = 1 AND id IN (?)", ids).Updates(map[string]interface{}{"execution_time": execution_time, "execution_state": 1, "execution_staff": admin_user_id}).Error
  1489. if err != nil {
  1490. ut.Rollback()
  1491. return
  1492. }
  1493. ut.Commit()
  1494. return err
  1495. }
  1496. func UpdateTeamProjectCheckStatus(ids []int64, patient_id int64, record_date int64, user_org_id int64, admin_user_id int64, check_time int64) (err error) {
  1497. ut := writeDb.Begin()
  1498. err = ut.Model(&models.HisPrescriptionProject{}).Where("status = 1 AND id IN (?) AND patient_id = ? AND user_org_id = ? AND record_date = ?", ids, patient_id, user_org_id, record_date).Updates(map[string]interface{}{"check_time": check_time, "check_state": 1, "checker": admin_user_id}).Error
  1499. if err != nil {
  1500. ut.Rollback()
  1501. return
  1502. }
  1503. ut.Commit()
  1504. return err
  1505. }
  1506. func GetCheckTeamProject(team_id int64, patient_id int64, record_date int64, user_org_id int64) (ps []*models.HisPrescriptionProject, err error) {
  1507. err = readDb.Model(&models.HisPrescriptionProject{}).Joins("JOIN xt_his_project as p On p.id = his_prescription_project.project_id AND p.cost_classify = 3").Where("his_prescription_project.team_id IN (?) AND his_prescription_project.patient_id = ? AND his_prescription_project.user_org_id = ? AND his_prescription_project.record_date = ? AND his_prescription_project.status = 1", team_id, patient_id, user_org_id, record_date).Find(&ps).Error
  1508. return
  1509. }
  1510. func GetAdminUserRoleInformation(orgid int64) (models.SgjOrgFollow, error) {
  1511. follow := models.SgjOrgFollow{}
  1512. db := UserReadDB().Table("sgj_org_follow as f").Where("f.status = 1")
  1513. table := UserReadDB().Table("sgj_admin as a").Where("a.status = 1")
  1514. fmt.Println(table)
  1515. if orgid > 0 {
  1516. db = db.Where("org_id = ?", orgid)
  1517. }
  1518. if orgid == 0 {
  1519. db = db.Where("org_id = ?", 0)
  1520. }
  1521. err := db.Select("f.org_id,f.admin_user_id,a.name,a.phone,a.camera,a.wechat,a.qqchat,a.email,a.wechat_link").Joins("left join sgj_admin as a on a.id = f.admin_user_id").Scan(&follow).Error
  1522. return follow, err
  1523. }
  1524. func GetOrgFollowIsExist(orgid int64) (*models.SgjOrgFollowOne, error) {
  1525. follow := models.SgjOrgFollowOne{}
  1526. err := UserReadDB().Where("org_id = ? and status = 1", orgid).Find(&follow).Error
  1527. if err == gorm.ErrRecordNotFound {
  1528. return nil, err
  1529. }
  1530. if err != nil {
  1531. return nil, err
  1532. }
  1533. return &follow, nil
  1534. }
  1535. func UpdatePatientSign(patient_id int64, dialysis_date int64, order models.DialysisOrder, orgid int64) error {
  1536. err := XTWriteDB().Model(&order).Where("patient_id = ? and dialysis_date= ? and status = 1 and user_org_id = ?", patient_id, dialysis_date, orgid).Update(map[string]interface{}{"url": order.Url, "hash": order.Hash}).Error
  1537. return err
  1538. }
  1539. func GetPatientSign(patient_id int64, dialysis_date int64, orgid int64) (models.DialysisOrder, error) {
  1540. order := models.DialysisOrder{}
  1541. err := XTReadDB().Where("patient_id=? and dialysis_date = ? and user_org_id = ? and status = 1", patient_id, dialysis_date, orgid).Find(&order).Error
  1542. return order, err
  1543. }