DockerERTFF/public/dmxAppConnect/config.js

104 lines
1.8 KiB
JavaScript

dmx.config({
"observationPage": {
"GradingDatastore": [
{
"type": "text",
"name": "$id"
},
{
"type": "text",
"name": "numSection"
},
{
"type": "text",
"name": "pointValue"
},
{
"type": "text",
"name": "description"
}
],
"datastore1": [
{
"type": "text",
"name": "numSection"
},
{
"type": "text",
"name": "pointValue"
},
{
"type": "text",
"name": "description"
}
],
"processPDF": {
"meta": [
{
"name": "PDFprocess",
"type": "text"
}
],
"local": {}
},
"data_view2": {
"meta": [
{
"name": "$id",
"type": "number"
},
{
"type": "text",
"name": "numSection"
},
{
"type": "text",
"name": "pointValue"
},
{
"type": "text",
"name": "description"
}
],
"outputType": "array"
},
"data_view1": {
"meta": [
{
"type": "number",
"name": "id"
},
{
"type": "text",
"name": "dspShortCode"
},
{
"type": "text",
"name": "ertDriveDate"
},
{
"type": "text",
"name": "db_fullName"
},
{
"type": "text",
"name": "db_trainerSelected"
},
{
"type": "text",
"name": "db_licenseNumber"
},
{
"type": "text",
"name": "db_state"
},
{
"type": "text",
"name": "db_signatureData"
}
],
"outputType": "array"
}
}
});