-
WITH rule_card_count AS
(
SELECT
rule.id, COUNT(card) AS card_count
FROM
rule
JOIN
rule_card
…
-
SELECT
rule_id AS id,
archetype_id,
archetype_name,
COUNT(DISTINCT deck_id) as num_decks
FROM
(
WITH rule_card_count…
-
I want to connect a URL like https://xxx and reports error as below:
```
[2016-06-03 19:52:08] [connect] Successful connection
[2016-06-03 19:52:08] [error] handle_read_http_response error: websocke…
-
I've compiled the library successfully and connecting to the localhost with "ws://" URI works fine.
But when I try to connect to the external server (which uses encryption) "wss://" fails with the fo…
-
Instead of all of a user's alerts it needs to be all of a user's alerts of patients that are currently being tracked.
-
FileMan API usage is slow for this database size and switching to direct index reading would improve performance.
-
Clean-up/Update. Add new fields to the associated file and thus the ability to save those fields in through this RPC. New fields: VALUE TYPE, VALUE UNIT, NEGATION, START, END.
-
The file and save RPC were updated to allow for additional fields and some of the old fields changed. Therefore, this RPC must also be updated to reflect those changes.
-
Update to provide additional fields that were exposed to the save version of this RPC.
-
Updated to provide additional fields that were already part of the DSIO PREGNANCY HISTORY file.