Skip to content

Commit ebd1ba3

Browse files
chore: rename medical technology event payload data name
1 parent a1d88e4 commit ebd1ba3

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

src/main/kotlin/application/presenter/event/model/MedicalTechnologyEvent.kt

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff 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]. */
2929
object MedicalTechnologyEventKey {

0 commit comments

Comments
 (0)