forked from google/android-fhir
-
Notifications
You must be signed in to change notification settings - Fork 4
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
* Docs housekeeping Change module names to pretty human readable version, add skeleton Module.md files for each module to allow for module/package level documentation in the future. * Update datacapture/Module.md Co-authored-by: Jing Tang <[email protected]> --------- Co-authored-by: Jing Tang <[email protected]>
- Loading branch information
1 parent
c3365cf
commit 63151b5
Showing
8 changed files
with
40 additions
and
8 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,5 @@ | ||
# Module Android FHIR Structured Data Capture Library | ||
|
||
The Structured Data Capture Library lets you easily build Android | ||
applications that capture and process healthcare data using FHIR Questionnaires. | ||
|
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,19 @@ | ||
# Module Android FHIR Engine Library | ||
|
||
The FHIR Engine Library stores and manages FHIR resources locally on Android and | ||
synchronizes with FHIR servers. | ||
|
||
# Package com.google.android.fhir | ||
|
||
Entrypoint for the Data Access API: basic access to local FHIR resources, | ||
namely, the CRUD operations: create, read, update, and delete. | ||
|
||
# Package com.google.android.fhir.search | ||
|
||
Entrypoint for the Search API: a Kotlin DSL (domain-specific language) for | ||
searching local FHIR resources. | ||
|
||
# Package com.google.android.fhir.sync | ||
|
||
Entrypoint for the Sync API: synchronizes local FHIR resources with a remote | ||
FHIR server/store. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Module Android FHIR Knowledge Manager Library | ||
|
||
The Knowledge Manager Library manages knowledge resources locally on Android and | ||
supports other libraries with knowledge resources. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
# Module Android FHIR Workflow Library | ||
|
||
The Workflow Library provides decision support logic and analytics in clinical | ||
workflows. |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters