forked from openemr/openemr
-
Notifications
You must be signed in to change notification settings - Fork 13
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Questionnaire import utility (openemr#5805)
* Bug fixes - cleanup portal categories * - fix alertMsg remove alert from form * - save more form definition info from lh-form - use lform first on new form or convert questionnaire to lform as backup * - move dependencies so can be used elsewhere. * - finish new manual imports and form conversions * - fix encounter history tooltip
- Loading branch information
Showing
9 changed files
with
360 additions
and
84 deletions.
There are no files selected for viewing
16 changes: 16 additions & 0 deletions
16
interface/forms/questionnaire_assessments/lform_webcomponents.php
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,16 @@ | ||
<?php | ||
|
||
// change root to public path when ready | ||
$root = $GLOBALS['webroot'] . "/interface/forms/questionnaire_assessments"; | ||
|
||
$insert = <<< insert | ||
<link href="$root/lforms/webcomponent/styles.css" media="screen" rel="stylesheet" /> | ||
<script src="$root/lforms/webcomponent/assets/lib/zone.min.js"></script> | ||
<script src="$root/lforms/webcomponent/scripts.js"></script> | ||
<script src="$root/lforms/webcomponent/runtime-es2015.js"></script> | ||
<script src="$root/lforms/webcomponent/polyfills-es2015.js"></script> | ||
<script src="$root/lforms/webcomponent/main-es2015.js"></script> | ||
<script src="$root/lforms/fhir/R4/lformsFHIR.min.js"></script> | ||
insert; | ||
|
||
echo $insert; |
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
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
Oops, something went wrong.