Surgical Process Dto
@Serializable
The model of a Surgical Process Dto composed by:
the processId
the dateTime
the type
the patientId
the preOperatingRoom
the operatingRoom
the state
the step.
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)
Functions
Link copied to clipboard
Extension method to convert a SurgicalProcessDto to its SurgicalProcess.