Skip to content

Commit

Permalink
chore: rename medical technology event payload data name
Browse files Browse the repository at this point in the history
  • Loading branch information
AndreaGiulianelli committed Mar 11, 2023
1 parent a1d88e4 commit ebd1ba3
Showing 1 changed file with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -19,11 +19,11 @@ data class MedicalTechnologyEvent(
) : Event<MedicalTechnologyUsagePayload>

/**
* [MedicalTechnologyEvent] payload that refers to the usage described by the [isInUse] property of
* [MedicalTechnologyEvent] payload that refers to the usage described by the [inUse] property of
* a medical technology identified by its [medicalTechnologyID].
*/
@Serializable
data class MedicalTechnologyUsagePayload(val medicalTechnologyID: String, val isInUse: Boolean)
data class MedicalTechnologyUsagePayload(val medicalTechnologyID: String, val inUse: Boolean)

/** Module that wraps the possible keys for a [MedicalTechnologyEvent]. */
object MedicalTechnologyEventKey {
Expand Down

0 comments on commit ebd1ba3

Please sign in to comment.