Get chronicfu

คำอธิบาย เป็น Api สำหรับดึง
/hdc/get?table=chronicfu

Request URL

https://sk-api.khonsongkhla.com/hdc/get?table=chronicfu?{param}

Path Parameters

Name Type Required Description
param String - sort=ASC|DESC
sortBy=[Field name]
offset=(int)[Row start]
limit=(int)[Row limit]
[Field name]=[value]

Response Body

Name Type Description
HOSPCODE varchar(5)
PID varchar(15)
SEQ varchar(16)
DATE_SERV date
WEIGHT decimal(5,1)
HEIGHT decimal(3,0)
WAIST_CM decimal(3,0)
SBP decimal(3,0)
DBP decimal(3,0)
FOOT char(1)
RETINA char(1)
PROVIDER varchar(15)
D_UPDATE datetime
CHRONICFUPLACE varchar(5)
CID varchar(13)

Request URL Example

https://sk-api.khonsongkhla.com/hdc/get?table=chronicfu&limit=2

Response Example


{
    "code": 400,
    "message": "no_permission",
    "message_th": "ไม่มีสิทธิ์อ่านข้อมูล"
}