mediclib/dto/
mod.rs

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
pub mod medical_profile_request;
pub mod medical_profile_response;
pub mod condition_request;
pub mod condition_response;
pub mod med_booking_request;
pub mod med_booking_response;
pub mod med_storage_request;
pub mod med_storage_response;
pub mod medication_request;
pub mod medication_response;
pub mod prescription_request;
pub mod prescription_response;
pub mod sick_notice_request;
pub mod sick_notice_response;
pub mod sickbay_request;
pub mod sickbay_response;
pub mod task_response;
pub mod task_request;
pub mod symptoms_request;
pub mod symptoms_response;
pub mod mental_needs_request;
pub mod mental_needs_response;
pub mod physical_needs_request;
pub mod physical_needs_response;
pub mod sickbay_booking_request;
pub mod condition_names_request;
pub mod condition_names_response;
pub mod allergies_request;
pub mod allergies_response;
pub mod history_request;