Other/helpers¶
Hint
For each request on this page you need to add identication data. More information about this can be found in Identification / access chapter.
NHG memo¶
This method is used to search for the NHG memo based on the numeric code in Bricks.
Request¶
{
"Name": "{{name}}",
"Key": "{{key}}",
"Target": "{{target}}",
"Method": "NHGMemo",
"nummer": 3348
}
Parameters
nummer
: Number of the (NHG) memo code you want to get. The memo code can also be found in the “Bepalingenviewer” of the NHG.
Response¶
{
"memo": "CAC4/RQ/",
"ReturnValue": {
"ResponseCode": 200,
"ResponseText": "OK",
"Melding": "OK",
"Gelukt": true
}
}
De numerieke code waarvoor de NHG memo moet worden opgehaald.
Send alert¶
Warning
Experimental feature
This options is only working in the webbased version of Bricks Huisarts.
Send a message/alert to all logged in users.
Request¶
{
"Name": "{{name}}",
"Key": "{{key}}",
"Target": "{{target}}",
"Method": "StuurAlert",
"tekst": "Patient Jansen heeft de deur geopend"
}
tekst
: Text that is displayed in Bricks Huisarts.
Response¶
{}
Last update:
13-01-2025 14:43