Commit 2dc36f9 1 parent 1b6f8b6 commit 2dc36f9 Copy full SHA for 2dc36f9
File tree 2 files changed +3
-3
lines changed
java/com/divudi/bean/clinical
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -733,7 +733,7 @@ public void createNewResultReport(ClinicalFindingValue pf) {
733
733
734
734
patientReportController .setCurrentPtIx (currentPtIx );
735
735
patientReportController .createNewReport (currentPtIx );
736
- pf .setPatientReport (currentPatientReport );
736
+ pf .setPatientReport (patientReportController . getCurrentPatientReport () );
737
737
}
738
738
739
739
Original file line number Diff line number Diff line change 643
643
var ="ix " class ="w-100 ">
644
644
< p:column headerText ="Procedure " >
645
645
< h:outputLabel value ="#{ix.itemValue.name} "> </ h:outputLabel >
646
-
647
646
</ p:column >
647
+
648
648
< p:column headerText ="Details ">
649
649
< h:outputLabel value ="#{ix.lobValue} "> </ h:outputLabel >
650
650
</ p:column >
655
655
action ="/emr/patient_report ">
656
656
< f:setPropertyActionListener value ="#{ix} " target ="#{patientEncounterController.currentEIResult} "> </ f:setPropertyActionListener >
657
657
< f:setPropertyActionListener value ="#{ix} " target ="#{patientReportController.clinicalFindingValue} "/>
658
- < f:setPropertyActionListener value ="#{ix.patientReport} " target ="#{patientReportController.currentPatientReport} "/ >
658
+ < f:setPropertyActionListener value ="#{ix.patientReport} " target ="#{patientReportController.currentPatientReport} "> </ f:setPropertyActionListener >
659
659
< p:graphicImage library ="image " styleClass ="standedicon " name ="data_entry.png " > </ p:graphicImage >
660
660
</ p:commandLink >
661
661
< p:commandButton
You can’t perform that action at this time.
0 commit comments