
| Name | Value |
|---|---|
| NAME | ORIRPC GETPANELS |
| TAG | GETPANELS |
| ROUTINE | ORIRPC |
| RETURN VALUE TYPE | GLOBAL ARRAY |
| AVAILABILITY | AGREEMENT |
| WORD WRAP ON | FALSE |
| DESCRIPTION | This RPC is called when a patient is selected. It will evaluate the patient against the Information Panel definition and return the final evaluation results. The response will include information on where and how the Information Panel should be displayed, as well as which InfoPanel buttons are shown for the patient. |
| INPUT PARAMETER |
|
| RETURN PARAMETER DESCRIPTION |
The return value is in a JSON format describing the different action,
"disabled": false,
"displayText": "COVID STATUS UNKNOWN",
"id": 1,
"name": "COVID PANEL",
"popOut": false,
"requiredData": [
{
"dataName": "dataEncounterProvider",
"required": true,
"returnData": [
display values, for each panel on a pane.
{
"dataName": "id",
"required": "optional"
},
{
"dataName": "name",
"required": "optional"
}
]
},
{
"dataName": "dataUserInformation",
"required": false,
"returnData": [
{
"dataName": "id",
"required": "optional"
},
{
"dataName": "name",
{
"required": "optional"
}
]
}
],
"sectionId": 1,
"sectionName": "ALL TABS"
}
],
"section": [
"infoPanel": [
{
"displayText": "",
"id": 1,
"isNational": true,
"name": "ALL TABS",
"tab": "ALL"
}
]
}
{
"abbreviation": "COVID",
"action": "actShowDetail",
"color": "clYellow",
|