Skip to content

Commit b657ca4

Browse files
fix: use patientId instead on processId in patient on ob event
1 parent 8f37c56 commit b657ca4

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/entities/process/ProcessData.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,9 +22,9 @@ object ProcessData {
2222

2323
/**
2424
* The event of patient on operating table.
25-
* @param processId the id of the surgical process.
25+
* @param patientId the id of the Patient..
2626
*/
27-
data class PatientOnOperatingTable(val processId: String)
27+
data class PatientOnOperatingTable(val patientId: String)
2828

2929
/**
3030
* The event of medical technology usage given its [medicalTechnologyID].

0 commit comments

Comments
 (0)