行動紀錄APP
configNoteList 資料上傳 POST API endpoint to: url_root + 'Struct_IotDataUpload'
configNoteList 清單資料查詢 POST API endpoint to: url_root + 'Struct_IotDataQuery'
payload Header 規格
[
{
"fillID": "95cedec2-0459-4b97-98b0-3676e183719e",
"chtno": "APP",
"deptNo": "APP",
"sheetid": "noteList",
"recType": "list",
"user": "OL5",
"detail": [
{
"dictType": "APP",
"dictID": "d636a147-f611-497a-aef2-4e546814cc3b",
"dictVal": "病例表單一"
},
{
"dictType": "APP",
"dictID": "055c7ee4-76bd-4aad-b886-8600b5fa3d86",
"dictVal": "檢查表單二"
},
{
"dictType": "APP",
"dictID": "055c7ee4-76bd-4aad-b886-8600b5fa3d81",
"dictVal": "PET檢查表"
},
{
"dictType": "APP",
"dictID": "d08c40d3-14b0-40b7-b21b-68c02927f7b7",
"dictVal": "問診筆記"
},
{
"dictType": "APP",
"dictID": "1636a147-f611-497a-aef2-4e546814cc3b",
"dictVal": "門診訪視"
},
{
"dictType": "APP",
"dictID": "8fe72d96-acb7-4ce8-b44a-24cb63aad61",
"dictVal": "注射記錄"
},
{
"dictType": "APP",
"dictID": "055c7ee4-76bd-4aad-b886-860035fa3d86",
"dictVal": "檢查表單五"
},
{
"dictType": "APP",
"dictID": "055c7ee4-76bd-4aad-b886-8600b3fa1d86",
"dictVal": "檢查表單六"
}
]
}
]
detail array 為表單清單,其中 :
dictID: templateid 表單編號
dictVal: templatename 表單名稱
Last updated