-
Trying to get echo from a Test-Box CONQUEST Pacs Instance (1.4.16) i receive result Success, when using dcmtk echoscu.exe
```
# dcmtk echoscu
echoscu.exe -v 192.168.69.11 5678 …
-
Here is what I propose:
```
public interface IApiClient
{
[Retry(typeof(ExponentialRetry))]
Task UpdateAsync(int num);
[Retry(typeof(LinearRetry))]
Task AddAsync(int num);
…
arkoc updated
3 years ago
-
Bug 1635656 adds support for storing `ecosystem_user_id` and `ecosystem_anon_id` values as part of the persisted account state, and for learning the value of `ecosystem_anon_id` from the FxA profile s…
-
The Account Ecosystem Telemetry project needs to include a unique user identifier in its telemetry ping, but without being able to link that identifier back to the user's actual Firefox Account. The p…
-
I have created a workflow to build and test some code. Added separate checks to check the status of build and test steps. This works fine when the workflow triggers on "push" event.It will display the…
-
So I have tried deploying with terraform to a brand new GCE project.
I am using the following commit:
ccc44a91dbb9624fbb064e500175399e2bb2b3dc
I have made the change to the database.tf file to …
-
Hi - I am trying to create a new button to create a copy of a Workitem, however, I am unable to use the "Fields to Copy" feature.
It is not copying all the fields when I create the copy Workitem. Co…
-
Hello,
I have embedded the ohif viewer in an asp net core 3.1 web app following this guide : [https://docs.ohif.org/deployment/recipes/embedded-viewer.html](https://docs.ohif.org/deployment/recipes…
-
Currently, the studies are being retrieved serially by processing the study UIDs one by one.
We can improve this by using multithreading in Python. Possible solutions include:
1. Multiprocessing
…
raopg updated
4 years ago
-
The draft docs for AET support in the pipeline (https://github.com/mozilla/gcp-ingestion/pull/1109) propose sending `ecosystem_anon_id` as a header rather than within the payload, but @chutten and I h…