File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
src/main/kotlin/application/presenter/event/model Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -19,11 +19,11 @@ data class MedicalTechnologyEvent(
1919) : Event<MedicalTechnologyUsagePayload>
2020
2121/* *
22- * [MedicalTechnologyEvent] payload that refers to the usage described by the [isInUse ] property of
22+ * [MedicalTechnologyEvent] payload that refers to the usage described by the [inUse ] property of
2323 * a medical technology identified by its [medicalTechnologyID].
2424 */
2525@Serializable
26- data class MedicalTechnologyUsagePayload (val medicalTechnologyID : String , val isInUse : Boolean )
26+ data class MedicalTechnologyUsagePayload (val medicalTechnologyID : String , val inUse : Boolean )
2727
2828/* * Module that wraps the possible keys for a [MedicalTechnologyEvent]. */
2929object MedicalTechnologyEventKey {
You can’t perform that action at this time.
0 commit comments