We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8f37c56 commit b657ca4Copy full SHA for b657ca4
src/main/kotlin/entities/process/ProcessData.kt
@@ -22,9 +22,9 @@ object ProcessData {
22
23
/**
24
* The event of patient on operating table.
25
- * @param processId the id of the surgical process.
+ * @param patientId the id of the Patient..
26
*/
27
- data class PatientOnOperatingTable(val processId: String)
+ data class PatientOnOperatingTable(val patientId: String)
28
29
30
* The event of medical technology usage given its [medicalTechnologyID].
0 commit comments