medical
Here are 853 public repositories matching this topic...
In augmentation, elastic_transform, it only applies a random transform on one input image array. I would think to be used for training, the image and mask pair should be transform in the same way. However, this single-input-image, single-output-image method makes it very inconvenient. Could we deform a list of images (np.arrays) using the same transformation in this method ? Thanks!
-
Updated
Jan 29, 2022
-
Updated
Jan 4, 2022
-
Updated
Mar 18, 2022 - C#
-
Updated
Feb 20, 2022
-
Updated
Mar 17, 2022 - Python
It seems like a slight pain to do this, but it might be useful to have a GitHub action generate HTML GoDoc on PRs / code pushes, so that reviewers can easily preview what the GoDoc will look like.
It looks like the easiest way to do this is with wget sadly (if you want all the nice styles and such applied in the html).
-
Updated
Feb 5, 2021 - JavaScript
-
Updated
Mar 2, 2022 - JavaScript
-
Updated
Mar 17, 2022 - Jinja
-
Updated
Feb 12, 2022 - Jupyter Notebook
Based on the images here: https://hub.docker.com/r/sofaframework/sofa_nightly_ubuntu/tags
I can execute runSofa successfully with a Ubuntu host.
I want it to also work with a Windows or a MacOS host.
I also want to document some how-to examples.
-
Updated
Feb 17, 2022 - Python
-
Updated
Feb 10, 2022 - Jupyter Notebook
-
Updated
Dec 5, 2021 - Python
-
Updated
Jan 21, 2022
-
Updated
Mar 6, 2022 - Jupyter Notebook
-
Updated
Feb 26, 2022 - Python
-
Updated
May 1, 2020 - Python
-
Updated
Mar 20, 2022 - JavaScript
-
Updated
Feb 27, 2022 - Kotlin
-
Updated
Jun 25, 2021 - Python
-
Updated
Sep 16, 2021 - Python
-
Updated
Apr 1, 2019 - TeX
-
Updated
Mar 9, 2022 - Python
-
Updated
Sep 26, 2019 - Python
Improve this page
Add a description, image, and links to the medical topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the medical topic, visit your repo's landing page and select "manage topics."


Describe the bug
I am trying to register an app to make use of the API functions. During the registration, I can't select the oemr functions (lowercase first letter), only the FHIR ones (uppercase first letter). Later on, in Swagger I get 401 using the patients list function (oemr), while a correct list is returned using the FHIR equivalet (Patients).
To Reproduce