Skip to content

Commit

Permalink
chore: add serializable annotation to medical device entity
Browse files Browse the repository at this point in the history
  • Loading branch information
andrea-acampora committed May 9, 2023
1 parent 7f562ea commit cbcf6be
Showing 1 changed file with 3 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -8,7 +8,10 @@

package entity.medicaldevice

import kotlinx.serialization.Serializable

/** The model of an Implantable Medical Device composed by the [id] and the [type]. */
@Serializable
data class ImplantableMedicalDevice(
val id: MedicalDeviceData.ImplantableMedicalDeviceId,
val type: MedicalDeviceData.DeviceType
Expand Down

0 comments on commit cbcf6be

Please sign in to comment.