Clear filter
Article
José Pereira · Jun 5, 2021
. For instance:
```
curl -X GET "https://fhir.lrwvcusn.static-test-account.isccloud.io/Patient" -H "accept: application/fhir+json" -H "x-api-key: your-apy-key"
```
### OAuth 2.0
Question
Yuri Marx · Nov 2, 2018
in the general indexing results page to see if it's being picked up as expected.Feel free to reach out directly to me and/or Fabio if you want.Thanks,benjamin Worked fine, thanks! Hi, Yuri!I
Question
Ayman Yousef · Aug 2, 2017
did Rebuild indexes & Tune Table .Thanks, There is by no means enough information here to help you. If this is an urgent problem, you should contact InterSystems Support
Question
reinhard lebensorger · Sep 5, 2019
management portal.Hope that helps! Usually, I follow the order of indexes or column selectivity (this is a general rule in all databases). For large tables or complex queries
Question
Ankur Shah · Nov 5, 2019
field LabName value stored but LabID not stored. Can you please help me on this.
Please refer below example.
Index LabIDX On LabID [ PrimaryKey ];
Property LabID
Question
Eduard Lebedyuk · Aug 20, 2021
adaptor, which would look at that data, check for conditions and do the task. So, just only need an index by creation time.
Looks like, that you have some data generated, which
Question
Davidson Faria · Jul 22, 2021
issue, but I'd wager a guess that the first and second query use different indices.
To be more specific the second query does not use some index due to the need to traverse all
Question
Laura Cavanaugh · Oct 26, 2022
];
}
Class ClaimLine
{
Relationship Claim as Claim [ Cardinality = one, Inverse = ClaimLineRel, OnDelete = cascade];
Index ClaimIndex on Claim;
}
But the storage globals
Question
Soufiane Amroun · Sep 25, 2017
,"spo2":98.0,"activity_id":"591c540aac8f295479ee14ce"}]}
i've also a small database as a patient program wich has a date in this form : 2017-09-25 11:00:00
so , my question is : i
Question
Utsavi Gajjar · Apr 9, 2021
to go to the Authentication server to get an authentication token before they go ahead and hit the Business Operation to Get the data i.e. Patient or Encounter.
Is it possible
Question
Sylvain Guilbaud · Apr 11, 2024
with.
The migration effort really depends on what you're implementing. Some resources (e.g. Patient, Observation, etc.) have changed very little - and the changes that did occur may
Article
Muhammad Waseem · Jan 22, 2024
data.
Confidentiality Codes
From ‘unrestricted’ to ‘very restricted’
A ‘very restricted’ label might signify a VIP patient, or sensitive psychiatric data that should
Question
Pratik Mankar · Jun 24, 2022
are
Patient name
Type of Test
Order ID
Type of test will values for Sugar, Urine and Thyroid. But for Thyroid which is a Profile test, should hold multiple properties like Tsh
Article
Mike Kadow · Jun 23, 2016
send me private email, unless of course you wish to address me only.See NewBie Index for an index of all NewBie Corner posts. Hello Mike,Add to your list several books written
Question
Mack Altman · Dec 2, 2016
your tables. Well, if you want good performance in SQL Queries, you need indexes. What do your tables look like? We can definitely get fast performance on a 50M row table