PatientId

data class PatientId(val id: String)

The id of the Patient.

Constructors

Link copied to clipboard
constructor(id: String)

Properties

Link copied to clipboard
val id: String