This repository contains the OwnYourData app. The OwnYourData is using the Spezi ecosystem and builds on top of the Stanford Spezi Template Application.
Note
Do you want to learn more about the Stanford Spezi Template Application and how to use, extend, and modify this application? Check out the Stanford Spezi Template Application documentation
Install the OpenAPI Generator as described at https://github.com/OpenAPITools/openapi-generator.
Please replace the NCIClinicalTrialsSearchAPI.json
with the latest version of the OpenAPI spec.
After you have installed the Generator and updated the open API spec, you can regenerate the client stub using the following command:
$ openapi-generator generate -i NCIClinicalTrialsSearchAPI.json -g swift5 -o ./NCIClinicalTrialsSearchAPI --skip-validate-spec
This project is licensed under the MIT License. See Licenses for more information.
This project is developed as part of the Stanford University projects at Stanford. See CONTRIBUTORS.md for a full list of all ResearchKitOnFHIR contributors.
ResearchKit is a registered trademark of Apple, Inc. FHIR is a registered trademark of Health Level Seven International.