Clear filter
Article
Developer Community Admin · Oct 21, 2015
patient care and control costs. And real-time analysis of information flowing through a hospital's applications is essential for improving care and the organization's financial
Article
Developer Community Admin · Oct 21, 2015
. In manufacturing, production may start when an order is received. In healthcare, an unusual increase in the number of patients registering in an emergency room could signal the start of a disease
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
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
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
Mike Kadow · Jun 15, 2017
) are indexed then a selection on a date range (say) will only select the required rows from the index.= =But as I said before - it depends on the size of the system - my clients have
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
John Hotalen · Jan 26, 2022
to this dblclick="zenPage.resolveQATicket();" and within the resolveQATicket client method I try to retrieve the selected row index, so I can do some actions
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
Ran Kahane · May 17, 2023
, Transient ];
Index PMKey On (Subscript1, Subscript2) [ IdKey, PrimaryKey, Unique ];
Storage MainStorage{<SQLMap name="MainMap"><Data name="Data"><Delimiter>"$c(31)"<
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
Article
Muhammad Waseem · Jul 6, 2023
, and indexes, the Builder makes it possible for data analysts to query FHIR data without the complexity of learning FHIRPath or the FHIR search syntax.The repository will load FHIR
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
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
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