Fixed stuff 12
This commit is contained in:
@@ -196,6 +196,7 @@ public class ServerDaemon implements Runnable {
|
|||||||
logger.info("EHR caught");
|
logger.info("EHR caught");
|
||||||
EHR found = EHRUtils.searchClosestEHR(assetId, Path.of(basePath));
|
EHR found = EHRUtils.searchClosestEHR(assetId, Path.of(basePath));
|
||||||
if(found == null) {return null;}
|
if(found == null) {return null;}
|
||||||
|
//
|
||||||
return new Message(MessageVariant.SET, "", 5, SerializationUtils.toBytes(found));
|
return new Message(MessageVariant.SET, "", 5, SerializationUtils.toBytes(found));
|
||||||
case "XRAY":
|
case "XRAY":
|
||||||
logger.info("XRAY caught");
|
logger.info("XRAY caught");
|
||||||
|
|||||||
Reference in New Issue
Block a user