Skip to content

Commit

Permalink
Add additional documentation for Episode Category / Patient detail te…
Browse files Browse the repository at this point in the history
…mplate inheritance.

refs #1428
  • Loading branch information
davidmiller committed Nov 12, 2018
1 parent 483345e commit 45a26b4
Show file tree
Hide file tree
Showing 2 changed files with 7 additions and 1 deletion.
6 changes: 6 additions & 0 deletions doc/docs/guides/episodes.md
Original file line number Diff line number Diff line change
Expand Up @@ -43,6 +43,12 @@ print episode.category.detail_template
# detail/inpatient.html
```

The Episode Category template does not comprise the entire
[Patient detail view](/patient_detail_views.md). This is made of multiple episodes
and by default will display some basic demographic details as well as other episodes.
More detail on customising the rest of the detail tempalte is found in the detail view
[Template selection docs](/patient_detail_views.md#template-selection).

## Default Category

The default category of episodes in an Opal application is set by the
Expand Down
2 changes: 1 addition & 1 deletion doc/docs/guides/topic-guides.md
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ A list of all available topic guides.
|||
|---------------------------|--------------------------------------------------------------------|
|[Data Model](datamodel.md) | How Opal models clinical reality|
|[Episodes](episodes)|Opal Episodes and how to customise them|
|[Episodes](episodes.md)|Opal Episodes and how to customise them|
|[Core Clinical Model](archetypes.md)| The core clinical data model available to Opal applications|
|[Reference data](referencedata.md) | Canonical coded terms and reference data|
|[App metadata](metadata.md) | Working with Metadata on the front end |
Expand Down

0 comments on commit 45a26b4

Please sign in to comment.