-
Notifications
You must be signed in to change notification settings - Fork 91
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' into Issue#6425
- Loading branch information
Showing
19 changed files
with
330 additions
and
84 deletions.
There are no files selected for viewing
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 |
---|---|---|
@@ -1 +1 @@ | ||
1 | ||
6 |
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 |
---|---|---|
@@ -1 +1 @@ | ||
20240723 | ||
20240725 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1 +1 @@ | ||
3.0.0.20240720.4 | ||
3.0.0.20240725.6 |
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license | ||
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/XHtml.xhtml to edit this template | ||
--> | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://xmlns.jcp.org/jsf/html" | ||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> | ||
|
||
<h:body> | ||
<ui:composition template="/lab/sample_at_lab_index.xhtml"> | ||
<ui:define name="subcontent"> | ||
<h:panelGrid> | ||
<h:outputLabel value="Accept"></h:outputLabel> | ||
</h:panelGrid> | ||
</ui:define> | ||
</ui:composition> | ||
</h:body> | ||
</html> |
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license | ||
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/XHtml.xhtml to edit this template | ||
--> | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://xmlns.jcp.org/jsf/html" | ||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> | ||
|
||
<h:body> | ||
<ui:composition template="/lab/sample_at_lab_index.xhtml"> | ||
<ui:define name="subcontent"> | ||
<h:panelGrid> | ||
<h:outputLabel value="Collect Samples"></h:outputLabel> | ||
</h:panelGrid> | ||
</ui:define> | ||
</ui:composition> | ||
</h:body> | ||
</html> |
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license | ||
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/XHtml.xhtml to edit this template | ||
--> | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://xmlns.jcp.org/jsf/html" | ||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> | ||
|
||
<h:body> | ||
<ui:composition template="/lab/sample_at_lab_index.xhtml"> | ||
<ui:define name="subcontent"> | ||
<h:panelGrid> | ||
<h:outputLabel value="Divide"></h:outputLabel> | ||
</h:panelGrid> | ||
</ui:define> | ||
</ui:composition> | ||
</h:body> | ||
</html> |
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,19 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license | ||
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/XHtml.xhtml to edit this template | ||
--> | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://xmlns.jcp.org/jsf/html" | ||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> | ||
<h:body> | ||
<ui:composition template="/lab/sample_at_lab_index.xhtml"> | ||
<ui:define name="subcontent"> | ||
<h:panelGrid> | ||
<h:outputLabel value="Generate Barcodes for lab"></h:outputLabel> | ||
</h:panelGrid> | ||
</ui:define> | ||
</ui:composition> | ||
</h:body> | ||
</html> |
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license | ||
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/XHtml.xhtml to edit this template | ||
--> | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://xmlns.jcp.org/jsf/html" | ||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> | ||
|
||
<h:body> | ||
<ui:composition template="/lab/sample_at_lab_index.xhtml"> | ||
<ui:define name="subcontent"> | ||
<h:panelGrid> | ||
<h:outputLabel value="Reject"></h:outputLabel> | ||
</h:panelGrid> | ||
</ui:define> | ||
</ui:composition> | ||
</h:body> | ||
</html> |
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,20 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license | ||
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/XHtml.xhtml to edit this template | ||
--> | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://xmlns.jcp.org/jsf/html" | ||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets"> | ||
|
||
<h:body> | ||
<ui:composition template="/lab/sample_at_lab_index.xhtml"> | ||
<ui:define name="subcontent"> | ||
<h:panelGrid> | ||
<h:outputLabel value="Revert"></h:outputLabel> | ||
</h:panelGrid> | ||
</ui:define> | ||
</ui:composition> | ||
</h:body> | ||
</html> |
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,85 @@ | ||
<?xml version="1.0" encoding="UTF-8"?> | ||
<!-- | ||
Click nbfs://nbhost/SystemFileSystem/Templates/Licenses/license-default.txt to change this license | ||
Click nbfs://nbhost/SystemFileSystem/Templates/JSP_Servlet/XHtml.xhtml to edit this template | ||
--> | ||
<!DOCTYPE html> | ||
<html xmlns="http://www.w3.org/1999/xhtml" | ||
xmlns:h="http://xmlns.jcp.org/jsf/html" | ||
xmlns:ui="http://xmlns.jcp.org/jsf/facelets" | ||
xmlns:p="http://primefaces.org/ui"> | ||
|
||
<h:body> | ||
<ui:composition template="/resources/template/template.xhtml"> | ||
<ui:define name="content"> | ||
<p:panel header="Sample Management at Lab"> | ||
<div class="row"> | ||
<div class="col-2" id="first-column"> | ||
<h:form> | ||
<div class="d-grid gap-2"> | ||
<p:commandButton | ||
class="w-100 my-1" | ||
ajax="false" | ||
value="Generate Barcodes for lab" | ||
icon="fa fa-barcode" | ||
action="#{patientInvestigationController.navigateToGenerateBarcodesForLab()}" | ||
> | ||
</p:commandButton> | ||
<p:commandButton | ||
class="w-100 my-1" | ||
ajax="false" | ||
value="Collect Samples" | ||
icon="fa fa-vial" | ||
action="#{patientInvestigationController.navigateToCollectSamples()}" | ||
> | ||
</p:commandButton> | ||
<p:commandButton | ||
style="float: right;" | ||
class="w-100 my-1" | ||
icon="fa fa-check" | ||
value="Accept Samples" | ||
ajax="false" | ||
action="#{patientInvestigationController.navigateToAcceptSamples()}" | ||
> | ||
</p:commandButton> | ||
<p:commandButton | ||
class="w-100 my-1" | ||
ajax="false" | ||
immediate="true" | ||
value="Reject Samples" | ||
icon="fa fa-times" | ||
action="#{patientInvestigationController.navigateToRejectSamples()}" | ||
> | ||
</p:commandButton> | ||
<p:commandButton | ||
class="w-100 my-1" | ||
ajax="false" | ||
immediate="true" | ||
value="Revert Samples" | ||
icon="fa fa-undo" | ||
action="#{patientInvestigationController.navigateToRevertSamples()}" | ||
> | ||
</p:commandButton> | ||
<p:commandButton | ||
class="w-100 my-1" | ||
ajax="false" | ||
immediate="true" | ||
value="Divide Samples" | ||
icon="fa fa-cut" | ||
action="#{patientInvestigationController.navigateToDivideSamples()}" | ||
> | ||
</p:commandButton> | ||
</div> | ||
</h:form> | ||
</div> | ||
<div id="second-column" class="col-9"> | ||
<ui:insert name="subcontent" > | ||
|
||
</ui:insert> | ||
</div> | ||
</div> | ||
</p:panel> | ||
</ui:define> | ||
</ui:composition> | ||
</h:body> | ||
</html> |
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.