Skip to content

Commit

Permalink
fix: use patientId instead on processId in patient on ob event
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed May 3, 2023
1 parent 8f37c56 commit b657ca4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/kotlin/entities/process/ProcessData.kt
Original file line number Diff line number Diff line change
Expand Up @@ -22,9 +22,9 @@ object ProcessData {

/**
* The event of patient on operating table.
* @param processId the id of the surgical process.
* @param patientId the id of the Patient..
*/
data class PatientOnOperatingTable(val processId: String)
data class PatientOnOperatingTable(val patientId: String)

/**
* The event of medical technology usage given its [medicalTechnologyID].
Expand Down

0 comments on commit b657ca4

Please # to comment.