Skip to content

Commit

Permalink
Update src/main/java/cz/cvut/kbss/study/service/PatientRecordService.…
Browse files Browse the repository at this point in the history
…java

Co-authored-by: Miroslav Blaško <[email protected]>
  • Loading branch information
palagdan and blcham authored Aug 8, 2024
1 parent 5b5c69f commit 3a223e3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -92,7 +92,7 @@ public interface PatientRecordService extends BaseService<PatientRecord> {


/**
* Retrieves a set of all distinct phases that records can be in.
* Retrieves a set of all distinct phases where each occurs at least in one record.
* <p>
* This method provides a way to get a comprehensive list of the various phases
* associated with records. Phases typically represent different stages or statuses
Expand Down

0 comments on commit 3a223e3

Please sign in to comment.