You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Apparently on some devices the frontend validation is not working correctly:
Message: An internal server error on page /mobile/survey/bundles occured. Please check the server log Exception: java.lang.NullPointerException: Cannot invoke "String.trim()" because "caseNumber" is null at de.imi.mopat.helper.controller.HL7v22PatientInformationRetriever.retrievePatientData(HL7v22PatientInformationRetriever.java:75)
This should be easily fixable by adding a validation check here.
It also should be added for the HL7v22PatientInformationRetrieverByPID class.
The text was updated successfully, but these errors were encountered:
Apparently on some devices the frontend validation is not working correctly:
Message: An internal server error on page /mobile/survey/bundles occured. Please check the server log Exception: java.lang.NullPointerException: Cannot invoke "String.trim()" because "caseNumber" is null at de.imi.mopat.helper.controller.HL7v22PatientInformationRetriever.retrievePatientData(HL7v22PatientInformationRetriever.java:75)
This should be easily fixable by adding a validation check here.
It also should be added for the HL7v22PatientInformationRetrieverByPID class.
The text was updated successfully, but these errors were encountered: