Package-level declarations
Types
Link copied to clipboard
The integration of the report.
Link copied to clipboard
The patientName.
Link copied to clipboard
The surname of the patient.
Link copied to clipboard
The date of the surgical process.
Link copied to clipboard
The surgeryName.
Link copied to clipboard
data class SurgeryReportEntry(val surgicalProcessID: ProcessId, val patientId: PatientId, val patientName: PatientName?, val patientSurname: PatientSurname?, val surgicalProcessDescription: SurgicalProcessDescription, val surgeryDate: SurgeryDate)
Class that model the principal information of a surgery report in the surgery report archive.
Link copied to clipboard
data class SurgeryReportInfo(val surgeryId: SurgeryId, val surgeryName: SurgeryName, val patientName: PatientName)
Models the surgery report info.
Link copied to clipboard
Models the surgery report integration.
Link copied to clipboard
The description of the surgical process.