SurgicalProcessDto

@Serializable
data class SurgicalProcessDto(val processId: String, val dateTime: String, val type: String, val patientId: String, val healthProfessionalId: String, val preOperatingRoom: ProcessData.RoomWithType?, val operatingRoom: ProcessData.RoomWithType?, val state: String, val step: String)

The model of a Surgical Process Dto composed by:

Constructors

Link copied to clipboard
constructor(processId: String, dateTime: String, type: String, patientId: String, healthProfessionalId: String, preOperatingRoom: ProcessData.RoomWithType?, operatingRoom: ProcessData.RoomWithType?, state: String, step: String)

Properties

Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard

Functions

Link copied to clipboard