|
@@ -145,7 +145,7 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
|
|
|
|
?>
|
|
?>
|
|
|
|
|
|
-<div visit-moe close-on-save close-on-cancel class="d-block p-3 popup-content-container">
|
|
|
|
|
|
+<div visit-moe close-on-save close-on-cancel class="d-block p-3 popup-content-container" id="edit-module-covid-intake">
|
|
<form show url="/api/visitPoint/upsertChildReview" class="mcp-theme-1">
|
|
<form show url="/api/visitPoint/upsertChildReview" class="mcp-theme-1">
|
|
<input type="hidden" name="uid" value="<?= $point->uid ?>">
|
|
<input type="hidden" name="uid" value="<?= $point->uid ?>">
|
|
<input type="hidden" name="noteUid" value="<?= $note->uid ?>">
|
|
<input type="hidden" name="noteUid" value="<?= $note->uid ?>">
|
|
@@ -835,3 +835,13 @@ if ($point->lastChildReview && $point->lastChildReview->data) {
|
|
</div>
|
|
</div>
|
|
</form>
|
|
</form>
|
|
</div>
|
|
</div>
|
|
|
|
+<script>
|
|
|
|
+ (function() {
|
|
|
|
+ function init() {
|
|
|
|
+ runMCInitializer('hide-moes');
|
|
|
|
+ // if in popup (omega template), add provision to toggle relevance
|
|
|
|
+ @include('app.patient.segment-templates._common_actions.toggle-relevance', ['container' => '#edit-module-covid-intake'])
|
|
|
|
+ }
|
|
|
|
+ addMCInitializer('edit-module-covid-intake-{{$note->id}}', init, '#edit-module-covid-intake');
|
|
|
|
+ }).call(window);
|
|
|
|
+</script>
|