commit 10/07/2025
This commit is contained in:
Binary file not shown.
@@ -520,7 +520,7 @@ public class CaptureView {
|
|||||||
int totalfiles = files.length;
|
int totalfiles = files.length;
|
||||||
int counter = 0;
|
int counter = 0;
|
||||||
for (String ff : files) {
|
for (String ff : files) {
|
||||||
UploadResult ur = erhaAPI.Upload_File(prefix, ff,false);
|
UploadResult ur = erhaAPI.Upload_File(prefix, ff,true);
|
||||||
if (ur != null) {
|
if (ur != null) {
|
||||||
if (ur.message.startsWith("Record has been created")) {
|
if (ur.message.startsWith("Record has been created")) {
|
||||||
counter++;
|
counter++;
|
||||||
@@ -931,7 +931,7 @@ public class CaptureView {
|
|||||||
Task<PatientRecord> checkpatientID = new Task<>() {
|
Task<PatientRecord> checkpatientID = new Task<>() {
|
||||||
@Override
|
@Override
|
||||||
protected PatientRecord call() throws Exception {
|
protected PatientRecord call() throws Exception {
|
||||||
BarcodeResullt br = erhaAPI.Validate_Barcode(finalbarCode,false);
|
BarcodeResullt br = erhaAPI.Validate_Barcode(finalbarCode,true);
|
||||||
if (br!=null){
|
if (br!=null){
|
||||||
if (br.message.startsWith("Records found")){
|
if (br.message.startsWith("Records found")){
|
||||||
if (br.data!=null && br.data.length>0){
|
if (br.data!=null && br.data.length>0){
|
||||||
|
|||||||
@@ -22,7 +22,7 @@ import static Config.SomeCodes.config;
|
|||||||
|
|
||||||
public class MainApplication extends Application {
|
public class MainApplication extends Application {
|
||||||
|
|
||||||
final String version = "30062025-PRODUCTION-1.0.0";
|
final String version = "01072025-PRODUCTION-1.0.1";
|
||||||
PhotoCleaner photoCleaner;
|
PhotoCleaner photoCleaner;
|
||||||
@Override
|
@Override
|
||||||
public void start(Stage stage) throws IOException {
|
public void start(Stage stage) throws IOException {
|
||||||
|
|||||||
Reference in New Issue
Block a user