forked from openmrs/openmrs-esm-form-engine-lib
-
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.
O3-2061 Pass active visit attributes as default in visit related form…
… fields (openmrs#30)
- Loading branch information
1 parent
52aff38
commit 680d6d7
Showing
4 changed files
with
36 additions
and
2 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,19 @@ | ||
export const mockVisit = | ||
{ | ||
uuid: '15dd49ba-4283-472f-bce3-05401f85c0d3', | ||
patient: { | ||
uuid: '5a4e7a05-e275-4c14-acab-cb86f3e16353', | ||
display: '102EWH - Test Patient Registration', | ||
}, | ||
visitType: { | ||
uuid: '7b0f5697-27e3-40c4-8bae-f4049abfb4ed', | ||
display: 'Facility Visit', | ||
}, | ||
location: { | ||
uuid: '7fdfa2cb-bc95-405a-88c6-32b7673c0453', | ||
display: 'Laboratory', | ||
}, | ||
startDatetime: '2020-07-28T10:29:00.000+0000', | ||
stopDatetime: '2020-07-29T10:29:00.000+0000', | ||
encounters: [], | ||
} |
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