简要描述
请求URL
http://xx.com/ApiAppoint/GetAppointListByPatientId/1
请求方式
参数
参数名 |
必选 |
类型 |
说明 |
id |
是 |
string |
患者番号 |
返回示例
{
"Code":0,
"Data": [{
"Appointment_Time": "2021-11-10",
"Medical_Information": "10:30",
"Department_Code": "医师姓名",
"Department_WholeName": "01",
"Physician_Code": "午前",
"Physician_WholeName": "01",
"Patient_Information":
{
"Patient_ID":"01",
"WholeName":"日医 太郎",
"WholeName_inKana":"日医 太郎",
"BirthDate":"1989-04-23",
"Sex":1,
"Home_Address_Information":
{
"PhoneNumber1":"03-8888-9999"
}
}
},{
"Appointment_Time": "2021-11-10",
"Medical_Information": "10:30",
"Department_Code": "医师姓名",
"Department_WholeName": "01",
"Physician_Code": "午前",
"Physician_WholeName": "01",
"Patient_Information":
{
"Patient_ID":"01",
"WholeName":"日医 太郎",
"WholeName_inKana":"日医 太郎",
"BirthDate":"1989-04-23",
"Sex":1,
"Home_Address_Information":
{
"PhoneNumber1":"03-8888-9999"
}
}
}]
}
返回参数说明
参数名 |
类型 |
说明 |
Code |
int |
0:成功 -1:失败 |
Data |
List<Appointlst_Information_child> |
历史预约记录 |
Appointlst_Information_child属性字段说明
属性 |
类型 |
说明 |
Appointment_Time |
string |
预约时间 |
Medical_Information |
string |
诊疗内容区分 |
Department_Code |
string |
诊疗科编码 |
Department_WholeName |
string |
诊疗科名称 |
Physician_Code |
string |
医师编码 |
Physician_WholeName |
string |
医师姓名 |
Patient_Information |
Object |
患者对象 |
Patient_Information属性字段说明
属性 |
类型 |
说明 |
Patient_ID |
string |
患者番号 |
WholeName |
string |
患者姓名 |
WholeName_inKana |
string |
别名 |
BirthDate |
string |
生日 |
Sex |
int |
性别 |
Home_Address_Information |
Object |
住所对象 |
Home_Address_Information.PhoneNumber1 |
string |
住所电话 |
备注