|
@@ -10,6 +10,7 @@ if ($point && !!@$point->data) {
|
|
}
|
|
}
|
|
|
|
|
|
if(!$parsed || !@$parsed->free_text) {
|
|
if(!$parsed || !@$parsed->free_text) {
|
|
|
|
+ /*
|
|
list($problemPoints, $counts) = Point::getPointsOfCategoryExtended($patient, 'PROBLEM', $note);
|
|
list($problemPoints, $counts) = Point::getPointsOfCategoryExtended($patient, 'PROBLEM', $note);
|
|
$problemNames = [];
|
|
$problemNames = [];
|
|
foreach ($problemPoints as $problemPoint) {
|
|
foreach ($problemPoints as $problemPoint) {
|
|
@@ -38,6 +39,7 @@ if(!$parsed || !@$parsed->free_text) {
|
|
$parsed = json_decode(json_encode([
|
|
$parsed = json_decode(json_encode([
|
|
"free_text" => $defaultCC
|
|
"free_text" => $defaultCC
|
|
]));
|
|
]));
|
|
|
|
+ */
|
|
}
|
|
}
|
|
?>
|
|
?>
|
|
<div>
|
|
<div>
|