Files
HIS-GUI/data/doctors.txt
2026-04-07 21:30:39 +08:00

142 lines
2.8 KiB
Plaintext

[
{
"departmentId": "DEP1",
"doctorId": "D1",
"name": "王伟",
"schedule": "周一至周三",
"title": "Chief"
},
{
"departmentId": "DEP1",
"doctorId": "D2",
"name": "李娜",
"schedule": "周二至周四",
"title": "AssociateChief"
},
{
"departmentId": "DEP1",
"doctorId": "D3",
"name": "张明",
"schedule": "周一至周五",
"title": "Attending"
},
{
"departmentId": "DEP1",
"doctorId": "D4",
"name": "周磊",
"schedule": "周三至周五",
"title": "Resident"
},
{
"departmentId": "DEP3",
"doctorId": "D5",
"name": "陈欣",
"schedule": "周一至周三",
"title": "AssociateChief"
},
{
"departmentId": "DEP3",
"doctorId": "D6",
"name": "刘巧",
"schedule": "周二至周四",
"title": "Attending"
},
{
"departmentId": "DEP3",
"doctorId": "D7",
"name": "杨飞",
"schedule": "周一至周五",
"title": "Resident"
},
{
"departmentId": "DEP2",
"doctorId": "D8",
"name": "韩军",
"schedule": "周一至周四",
"title": "Chief"
},
{
"departmentId": "DEP2",
"doctorId": "D9",
"name": "高玲",
"schedule": "周二至周五",
"title": "Attending"
},
{
"departmentId": "DEP2",
"doctorId": "D10",
"name": "冯磊",
"schedule": "周一至周三",
"title": "Resident"
},
{
"departmentId": "DEP4",
"doctorId": "D11",
"name": "王燕",
"schedule": "周一至周五",
"title": "AssociateChief"
},
{
"departmentId": "DEP4",
"doctorId": "D12",
"name": "郑浩",
"schedule": "周二至周四",
"title": "Attending"
},
{
"departmentId": "DEP4",
"doctorId": "D13",
"name": "邓敏",
"schedule": "周三至周五",
"title": "Resident"
},
{
"departmentId": "DEP5",
"doctorId": "D14",
"name": "孙宇",
"schedule": "周一至周三",
"title": "Chief"
},
{
"departmentId": "DEP5",
"doctorId": "D15",
"name": "叶芳",
"schedule": "周四至周五",
"title": "AssociateChief"
},
{
"departmentId": "DEP5",
"doctorId": "D16",
"name": "罗俊",
"schedule": "周一至周五",
"title": "Attending"
},
{
"departmentId": "DEP1",
"doctorId": "D17",
"name": "钱晓",
"schedule": "周二至周六",
"title": "Resident"
},
{
"departmentId": "DEP3",
"doctorId": "D18",
"name": "何平",
"schedule": "周一至周四",
"title": "Chief"
},
{
"departmentId": "DEP2",
"doctorId": "D19",
"name": "谢磊",
"schedule": "周二至周五",
"title": "AssociateChief"
},
{
"departmentId": "DEP4",
"doctorId": "D20",
"name": "蔡华",
"schedule": "周一至周三",
"title": "Attending"
}
]