目录
百战程序员,全站22050+开发课程+文档 ,学习精选优质好课快人一步!观看视频 快捷键ALT+N

JAVA全系列 教程

3762个小节阅读:7093.6k

收藏
全部开发者教程

C语言快速入门

JAVA全系列 教程

面向对象的程序设计语言

Python全系列 教程

Python3.x版本,未来主流的版本

人工智能 教程

顺势而为,AI创新未来

大厂算法 教程

算法,程序员自我提升必经之路

C++ 教程

一门通用计算机编程语言

微服务 教程

目前业界流行的框架组合

web前端全系列 教程

通向WEB技术世界的钥匙

大数据全系列 教程

站在云端操控万千数据

AIGC全能工具班

A

A A

White Night

阅读(563)
赞(0)

门诊挂号

接口列表

序号接口名称接口地址请求类型
1查询出所有的排班的部门列表/doctor/registration/listDeptForSchedulingget
2根据患者身份证号查患者信息/doctor/registration/getPatientByIdCard/{idCard}get
3挂号/doctor/registration/addRegistrationpost
4收挂号费/doctor/registration/collectFee/{regId}post

查询所有排班的部门列表

接口参数
参数名称是否必须
schedulingDay
schedulingType
subsectionType

返回JSON数据

名称类型其他信息
msgString 
codeint 
dataobject []item 类型: object
├─ deptIdint 
├─ deptNameString 
├─ regNumberint 
├─ deptNumberString 
├─ orderNumint 
├─ deptLeaderString 
├─ leaderPhoneString 
├─ statusString 
├─ createTimeString 
├─ updateTimeString 
├─ createByString 
├─ updateByString 
接口实现
创建实体类

挂号值对象

创建映射类
排班相关修改

在SchedulingService中增加相关方法

修改SchedulingServiceImple,调用下面的方法

修改SchedulingMapper

修改SchedulingMapper.xml,增加相关查询

部门查询相关修改

修改DeptService

修改DeptServiceImpl

创建controller
接口测试

查询出所有的排班的部门列表/doctor/registration/listDeptForScheduling

北京市昌平区回龙观镇南店村综合商业楼2楼226室

©2014-2023 百战卓越(北京)科技有限公司 All Rights Reserved.

京ICP备14032124号-2