|
@@ -143,7 +143,7 @@
|
|
let ccValue = 'Patient {{$patient->name_first . ' ' . $patient->name_last}} ' +
|
|
let ccValue = 'Patient {{$patient->name_first . ' ' . $patient->name_last}} ' +
|
|
'is a {{$patient->age_in_years}} year old {{$patient->sex}} with a history of ' +
|
|
'is a {{$patient->age_in_years}} year old {{$patient->sex}} with a history of ' +
|
|
itemsText + ' ' +
|
|
itemsText + ' ' +
|
|
- '{{ @$note ? (@$note->new_or_fu_or_na === 'NEW' ? 'presenting for establishing care' : 'presenting for follow-up') : '' }}';
|
|
|
|
|
|
+ '{{ @$note ? (@$note->new_or_fu_or_na === 'NEW' ? 'presenting for establishing care' : 'presenting for follow-up') : '' }}.';
|
|
let para = $('<p/>').text(ccValue)[0].outerHTML;
|
|
let para = $('<p/>').text(ccValue)[0].outerHTML;
|
|
ccSection.find('[name="data"]').first().val(JSON.stringify({value: para}));
|
|
ccSection.find('[name="data"]').first().val(JSON.stringify({value: para}));
|
|
ccSection.find('.ql-editor').html(para);
|
|
ccSection.find('.ql-editor').html(para);
|