Tanany

Results 11 issues of Tanany

In the solution to question number 2, It is written that: app.use('/public', express.static('/public')) but this cause an error and the right answer is * inserting a dot "." before the...

// Using Google open Health stack, we can add patient using FHIR standard json format // you can find patient form for patient registeration here implemented by me @itsTanany //...

As per GSoC 2024 requirement, the authentication in the new project should use `Keycloak`, this can be found implemented in the new project here https://github.com/itstanany/fhir-app/tree/86fefba42bd79d9e9478e2fe82eb168a0b2418b0/app/src/main/java/com/openmrs/openmrsandroidclient

* Create new project repository as per GSoC requirement by Frederic - The new project repository can be found here https://github.com/itstanany/fhir-app

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2528 **Description** ## Refactor purge() function for improved readability and maintainability This pull...

**Describe the Issue** This issue proposes a refactoring of the `purge` function within the engine module for improved code readability and maintainability. The current implementation checks for resource presence, local...

![image](https://github.com/dmcg/okey-doke/assets/41123285/baa1304f-bd6c-4cb3-9261-18ca6f19a973) Using this library in wondows gives exception as in the image

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2542 **Description** Clear and concise code change description. * Fix a mistake in...

**Describe the Issue** in `FhirEngine.search(search: Search)` method, the documentation gives a useage example that belongs to another extension function that are the mostly used in the client code `FhirEngine.search(init: Search.()...

**IMPORTANT: All PRs must be linked to an issue (except for extremely trivial and straightforward changes).** Fixes #2540 **Description** Clear and concise code change description. I moved the search logic...