…on-numeric property
s - use strict JSON output - NOTE: special care should be taken when sending data to a browser, as using this flag may expose you to cross site scripting (XSS)…
…with the transform in both instances.
My Current Code:
/// Given a patient number in a JSON string format, this includes required transformations and makes use of /// the MPI Qu…
…Set tSC = ##class(%SYS.OAuth2.AccessToken).AddAccessToken(pHttpRequest,sendType,,..OAuthClientApplicationName,sessionId)
The additional bit is the Sharepoint AP…
Hi dev community,I am currently working on a project to send documents to a RESTful based API that supports bearer Token Authorization.When we try to fire a JSON request from our E…
…laim apart and process it. I was thinking that a GET method could be uses but I'm used to sending content in JSON format and wondered what other normal RESTful ways there were to d…
…this example we have decided that we are going to receive personal data in the following JSON format:
{
"PersonId": 1,
"Name": "Irene",
"LastName": "Dukas",
"…
…allowing developers to quickly understand how to interact with the API, what requests to send, and what data to expect in response.
Automation: Documentation can be automatically…
…, and I get a notification in the bottom right corner that says "Unexpected token < in JSON at position 0". I've checked the JSON settings file that VS Code uses, and they're fi…
…in filenames, but a new supplier (letter transcription) is going to provide a Hl7v2 feed sending MDM^T02 messages with PDF's of letters base64 encoded in the message itself.
We a…
…ou have to read the file from a business service cast you file to one of this message and send it to the helper class.
Here is and Business service example of reading fhir json…
…to instantiate the class, configure the server, the port, HTTPS, add headers, and finally send the request.
When testing in the terminal, this configuration quickly becomes too…
…HttpRequest.
Set the url and the HTTP method.
Add the header and the body. [if needed]
Send the request to the server.
Handle the response.
; --------- POST REQUEST EXAMPLE…
…could perform some action, such as call a method to evaluate the record data and to auto-send a notification based on some business rule (i.e. the debut date is greater than some…
….
Collect your health data in Apple format (HealthKit), transform it into FHIR and then send it to the InterSystems IRIS for Health repository.
This information must be access…
…d afternoon!
We're testing a REST Operation, to View Devices using OneSignal API
We are sending the request from Production's Operation Test tool, using the following code:
Wh…
