Clear filter
Article
shan yue · May 15, 2024
methods.
Image retrieval can be used to assist doctors in diagnosis. By comparing medical imaging data of patients (such as X-rays, CT scans, MRI, etc.) and providing reference images
Question
Menno Voerman · Oct 15, 2021
is running:
This works well when asking the FHIR metadata I get a nice 200 response:
But when I want to request patient data I need to send the Access Token in the Request
Article
Kate Lau · Mar 12, 2023
certificates, how is that handled?
Thank you I know this is not using OAuth, but OAuth is just the Authentication method.
When I attempt to do something similar to search Patient
Article
Robert Cemper · Oct 6, 2023
Tracking-Patient-Care-Using-FHIR
perfect companion for training
5.0
y
*
3
workshop-timeseries-csv
clean exercise
5.0
4
Object-based-M-N-to-JSON
JSON
Question
Jeferson Amorim · May 14, 2018
I'm creating patient extensions and I'm sending an SDA file to be interpreted by Information Exchange.How do I map the custom SDA3 so that Information Exchange can see these new
Article
Luis Angel Pérez Ramos · Feb 20, 2023
parameters:
System: MySQL
Server: mysql
User: root
Date: SYS
You will find a new database configured named test if you access it you will find a table named patient with two
Article
Luis Angel Pérez Ramos · Feb 7, 2024
with glucose level data for a certain patient. Depending on the level received, we will send the patient one message template or another.
Business Service
We will start
Article
Tani Frankel · Mar 29, 2016
(NameExists) in the documentation
Note, that the index "Name" is defined in this class. <Index>Exists is just an automatically generated method that returns a boolean (Passed
Question
Steve Pisani · Feb 15, 2016
value equal to true would be used to build a cube You can calculate such property on a class side, something like this. Index by CitizenRef and RelocationDate, and method which
Article
Dan Pasco · Feb 22, 2024
to interpret JSON expressions for each row in the table, without using indexes. The ISO Standard syntax for JSON_TABLE includes a FORMAT keyword. We are working on a binary compressed
Article
Robbie Luman · Aug 15
to understand that dynamic arrays will be 0-indexed, as opposed to standard IRIS arrays which are 1-indexed. All dynamic arrays start at index 0.
Getting back to arrays, once you
Article
David E Nelson · Mar 9, 2017
into a vector. It also involves indexing the classes, replacing "Iris-Setosa" with 0.0, "Iris-verisicolor" with 1.0, and "Iris-Virginica" with 2.0.
Randomly divide the Iris data
Question
Token Ibragimov · Aug 8, 2019
zeros in request ?GET /201506/91001?PAGE=INDEX HTTP/1.1must be/201506/091001 You already using concatenation, it, means, that you lost leading zero, somewhere before. You may have
Question
Evgeny Shvarov · Oct 6, 2022
at index ^Global("x","y")? E.g.:
In ObjectScript I'd do the following:
set result=$data(^Global("x","y"))
How do I do the same in Embedded Python?
I checked the documentation
Question
Evgeny Shvarov · Apr 10, 2021
" feature ->
Class Sample.Person Extends (%Persistent, %Populate) {
- - -
Property Spouse As Sample.Person
Index sp On Spouse [ Unique ]; // to verify 1:1