Skip to content
This repository has been archived by the owner on Sep 9, 2024. It is now read-only.

Commit

Permalink
update
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudFonzam committed Oct 27, 2023
1 parent d5a41bc commit 43a5364
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -200,7 +200,7 @@ public ResponseEntity<List<PatientExaminationDTO>> getByPatientId(@PathVariable
}
}

public void validateExamination(PatientExaminationDTO newPatientExamination) throws OHServiceException {
public void validateExamination(PatientExaminationDTO newPatientExamination) throws OHServiceException {
ExaminationParameters.initialize();

if (newPatientExamination.getPex_height() < ExaminationParameters.HEIGHT_MIN || newPatientExamination.getPex_height() > ExaminationParameters.HEIGHT_MAX) {
Expand Down

0 comments on commit 43a5364

Please sign in to comment.