forked from chb/indivo_server
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- updates for SMART v0.5 - updates for removed calls, fixes chb#32
- Loading branch information
Travers Franckle
committed
Dec 31, 2012
1 parent
eb44974
commit 5b2cfc9
Showing
26 changed files
with
396 additions
and
1,039 deletions.
There are no files selected for viewing
Large diffs are not rendered by default.
Oops, something went wrong.
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
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,28 @@ | ||
Indivo Data Model: ClinicalNote | ||
======================================= | ||
|
||
Model Definition | ||
---------------- | ||
|
||
As a Django Model Class: | ||
|
||
.. include:: /../../../indivo/data_models/core/clinical_note/model.py | ||
:literal: | ||
|
||
Examples | ||
-------- | ||
|
||
As :ref:`SDMJ <sdmj>`: | ||
|
||
.. include:: /../../../indivo/data_models/core/clinical_note/example.sdmj | ||
:literal: | ||
|
||
As :ref:`SDMX <sdmx>`: | ||
|
||
.. include:: /../../../indivo/data_models/core/clinical_note/example.sdmx | ||
:literal: | ||
|
||
As a :term:`Fact object <fact>`: | ||
|
||
.. include:: /../../../indivo/data_models/core/clinical_note/example.py | ||
:literal: |
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,18 @@ | ||
Indivo Data Model: Encounter | ||
======================================= | ||
|
||
Model Definition | ||
---------------- | ||
|
||
As a Django Model Class: | ||
|
||
.. include:: /../../../indivo/data_models/core/encounter/model.py | ||
:literal: | ||
|
||
Examples | ||
-------- | ||
|
||
As :ref:`SDMX <sdmx>`: | ||
|
||
.. include:: /../../../indivo/data_models/core/encounter/example.sdmx | ||
:literal: |
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.