ProcessData

Module with all data for surgical processes.

Types

Link copied to clipboard
data class HealthProfessionalId(val id: String)

The id of the Health Professional.

Link copied to clipboard
data class PatientId(val id: String)

The id of the Patient.

Link copied to clipboard
data class ProcessId(val id: String)

The id of the Surgical Process.

Link copied to clipboard

The different states of a SurgicalProcess.

Link copied to clipboard

The different steps of a SurgicalProcess.

Link copied to clipboard
@Serializable
data class RoomWithType(val id: RoomData.RoomId, val type: String)

The type of room inside the Operating Block composed by id and type.