Skip to content

Commit

Permalink
Merge pull request #167 from google/jt/sdc-hiv-form
Browse files Browse the repository at this point in the history
Add OpenHIE HIV case report example to the sdc gallery app
  • Loading branch information
jingtang10 committed Jan 25, 2021
2 parents 2e8f768 + 8e544d7 commit 1d0b50d
Show file tree
Hide file tree
Showing 2 changed files with 777 additions and 1 deletion.
770 changes: 770 additions & 0 deletions datacapturegallery/src/main/assets/openhie-hiv-case-report.json

Large diffs are not rendered by default.

Original file line number Diff line number Diff line change
Expand Up @@ -40,10 +40,16 @@ class MainActivity : AppCompatActivity() {
"HL7 example \"bb\"",
"hl7-questionnaire-example-bluebook.json"
),
// Example authored by fredhersch@google.com.
QuestionnaireListItem(
"Patient registration",
"Example authored by Fred Hersch",
"patient-registration.json"
"patient-registration.json"),
// Example taken from https://openhie.github.io/hiv-ig/Questionnaire-hiv-case-report-questionnaire.json.html
QuestionnaireListItem(
"HIV Case Report",
"OpenHIE HIV Case Reporting and Monitoring IG",
"openhie-hiv-case-report.json"
)
)
)
Expand Down

0 comments on commit 1d0b50d

Please sign in to comment.