1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
|
[
{
"pk": 1,
"model": "location.hospital",
"fields": {
"city": null,
"name": "\u53f0\u5927\u533b\u9662\u5185\u79d1\u90e8",
"unit": null
}
},
{
"pk": 2,
"model": "location.hospital",
"fields": {
"city": null,
"name": "\u9999\u6e2f\u739b\u4e3d\u533b\u9662",
"unit": null
}
},
{
"pk": 3,
"model": "location.hospital",
"fields": {
"city": null,
"name": "\u5317\u4eac\u4f51\u5b89\u533b\u9662\u6d88\u5316\u5185\u79d1",
"unit": null
}
},
{
"pk": 4,
"model": "location.hospital",
"fields": {
"city": 1,
"name": "\u4e0a\u6d77\u745e\u91d1\u533b\u9662\u611f\u67d3\u79d1",
"unit": null
}
},
{
"pk": 5,
"model": "location.hospital",
"fields": {
"city": null,
"name": "\u5df4\u9ece\u5927\u5b66",
"unit": null
}
},
{
"pk": 6,
"model": "location.hospital",
"fields": {
"city": null,
"name": "Songklanagarind\u533b\u9662",
"unit": null
}
},
{
"pk": 7,
"model": "location.hospital",
"fields": {
"city": null,
"name": "Erasmus MC \u5927\u5b66\u533b\u5b66\u4e2d\u5fc3",
"unit": null
}
},
{
"pk": 1,
"model": "location.city",
"fields": {
"name": "\u4e0a\u6d77",
"nation": 1
}
},
{
"pk": 1,
"model": "location.nation",
"fields": {
"name": "\u4e2d\u56fd",
"img": ""
}
}
]
|