ycms
latest
First Steps
Installation
Development Server
Development Tools
Basic Concepts
Internationalization (i18n)
Documentation (Sphinx)
Continuous Integration (CircleCI)
Deployment
Packaging
Production Server
Changelog
Contributing
Issue Reporting Guidelines
Code Style Guidelines
GitHub Workflow
Code of Conduct
Reference
Ycms
ycms
Index
Index
_
|
A
|
B
|
C
|
D
|
E
|
F
|
G
|
H
|
I
|
J
|
K
|
L
|
M
|
N
|
O
|
P
|
Q
|
R
|
S
|
T
|
U
|
V
|
W
|
Y
_
__init__() (ycms.cms.forms.authentication.registration_form.RegistrationForm method)
(ycms.cms.forms.custom_model_form.CustomModelForm method)
(ycms.cms.forms.intake_bed_assignment_form.IntakeBedAssignmentForm method)
(ycms.cms.forms.intake_record_form.IntakeRecordForm method)
(ycms.cms.forms.patients.record_form.RecordForm method)
(ycms.core.management.commands.call_solver_api.Command method)
(ycms.core.middleware.access_control_middleware.AccessControlMiddleware method)
(ycms.core.middleware.timetravel_middleware.TimetravelMiddleware method)
A
AbstractBaseModel (class in ycms.cms.models.abstract_base_model)
AccessControlMiddleware (class in ycms.core.middleware.access_control_middleware)
accompanied (ycms.cms.models.bed_assignment.BedAssignment attribute)
add_arguments() (ycms.core.management.commands.call_solver_api.Command method)
(ycms.core.management.commands.read_from_csv.Command method)
add_error_messages() (ycms.cms.forms.custom_model_form.CustomModelForm method)
ADMINS (in module ycms.core.settings)
admission_date (ycms.cms.models.bed_assignment.BedAssignment attribute)
age (ycms.cms.models.patient.Patient attribute)
age_difference_between_patients (ycms.cms.models.room.Room attribute)
ALLOWED_HOSTS (in module ycms.core.settings)
app_name (in module ycms.cms.urls)
application() (in module ycms.core.wsgi)
assignable_beds (ycms.cms.models.room.Room attribute)
assigned_ward (ycms.cms.models.user.User attribute)
assigned_ward_id (ycms.cms.models.user.User attribute)
assignments (ycms.cms.models.bed.Bed attribute)
AssignPatientView (class in ycms.cms.views.patients.assign_view)
autocomplete_icd10() (in module ycms.cms.views.utility.autocomplete)
autocomplete_patient() (in module ycms.cms.views.utility.autocomplete)
available_beds (ycms.cms.models.room.Room attribute)
(ycms.cms.models.ward.Ward attribute)
AVAILABLE_LANGUAGES (in module ycms.core.settings)
B
Bed (class in ycms.cms.models.bed)
bed (ycms.cms.models.bed_assignment.BedAssignment attribute)
Bed.DoesNotExist
Bed.MultipleObjectsReturned
bed_assignment (ycms.cms.models.medical_record.MedicalRecord attribute)
bed_id (ycms.cms.models.bed_assignment.BedAssignment attribute)
bed_set (ycms.cms.models.user.User attribute)
bed_type (ycms.cms.models.bed.Bed attribute)
bed_type_name (ycms.cms.models.bed.Bed attribute)
BedAssignment (class in ycms.cms.models.bed_assignment)
BedAssignment.DoesNotExist
BedAssignment.MultipleObjectsReturned
bedassignment_set (ycms.cms.models.user.User attribute)
(ycms.cms.models.ward.Ward attribute)
beds (ycms.cms.models.room.Room attribute)
C
change_theme() (in module ycms.core.theme.theme_view)
clean() (ycms.cms.forms.custom_model_form.CustomModelForm method)
clean_email() (ycms.cms.forms.authentication.registration_form.RegistrationForm method)
clean_personnel_id() (ycms.cms.forms.authentication.registration_form.RegistrationForm method)
CmsConfig (class in ycms.cms.apps)
code (ycms.cms.models.icd10_entry.ICD10Entry attribute)
ColorFormatter (class in ycms.core.logging_formatter)
COLORS (ycms.core.logging_formatter.ColorFormatter attribute)
Command (class in ycms.core.management.commands.call_solver_api)
(class in ycms.core.management.commands.read_from_csv)
context_object_name (ycms.cms.views.patients.assign_view.AssignPatientView attribute)
(ycms.cms.views.ward.ward_view.WardView attribute)
CoreConfig (class in ycms.core.apps)
create_superuser() (ycms.cms.models.user.CustomUserManager method)
create_user() (ycms.cms.models.user.CustomUserManager method)
created_at (ycms.cms.models.bed.Bed attribute)
(ycms.cms.models.bed_assignment.BedAssignment attribute)
(ycms.cms.models.medical_record.MedicalRecord attribute)
(ycms.cms.models.patient.Patient attribute)
(ycms.cms.models.room.Room attribute)
(ycms.cms.models.user.User attribute)
(ycms.cms.models.ward.Ward attribute)
creator (ycms.cms.models.bed.Bed attribute)
(ycms.cms.models.bed_assignment.BedAssignment attribute)
(ycms.cms.models.medical_record.MedicalRecord attribute)
(ycms.cms.models.patient.Patient attribute)
(ycms.cms.models.room.Room attribute)
(ycms.cms.models.user.User attribute)
(ycms.cms.models.ward.Ward attribute)
creator_id (ycms.cms.models.bed.Bed attribute)
(ycms.cms.models.bed_assignment.BedAssignment attribute)
(ycms.cms.models.medical_record.MedicalRecord attribute)
(ycms.cms.models.patient.Patient attribute)
(ycms.cms.models.room.Room attribute)
(ycms.cms.models.user.User attribute)
(ycms.cms.models.ward.Ward attribute)
current_admission_date (ycms.cms.models.patient.Patient attribute)
current_bed (ycms.cms.models.patient.Patient attribute)
current_discharge_date (ycms.cms.models.patient.Patient attribute)
current_or_travelled_time() (in module ycms.cms.models.timetravel_manager)
current_room (ycms.cms.models.patient.Patient attribute)
current_stay (ycms.cms.models.patient.Patient attribute)
current_ward (ycms.cms.models.patient.Patient attribute)
CustomModelForm (class in ycms.cms.forms.custom_model_form)
CustomPasswordResetTokenGenerator (class in ycms.cms.utils.token_generator)
CustomUserManager (class in ycms.cms.models.user)
D
DATABASES (in module ycms.core.docker_settings)
(in module ycms.core.settings)
date_of_birth (ycms.cms.models.patient.Patient attribute)
DEFAULT_FROM_EMAIL (in module ycms.core.settings)
DEFAULT_LANGUAGES (in module ycms.core.settings)
DEFAULT_OFFER_LANGUAGE (in module ycms.core.settings)
description (ycms.cms.models.icd10_entry.ICD10Entry attribute)
diagnosis_code (ycms.cms.models.medical_record.MedicalRecord attribute)
diagnosis_code_id (ycms.cms.models.medical_record.MedicalRecord attribute)
discharge_date (ycms.cms.models.bed_assignment.BedAssignment attribute)
DischargePatientView (class in ycms.cms.views.patients.discharge_view)
dispatch() (ycms.cms.views.authentication.password_reset_confirm_view.PasswordResetConfirmView method)
(ycms.cms.views.authentication.registration_view.RegistrationView method)
(ycms.cms.views.patients.assign_view.AssignPatientView method)
(ycms.cms.views.patients.discharge_view.DischargePatientView method)
(ycms.cms.views.patients.intake_form_view.IntakeFormView method)
(ycms.cms.views.patients.patient_details_view.IntakeUpdateView method)
(ycms.cms.views.patients.patient_details_view.PatientDetailsView method)
(ycms.cms.views.patients.patient_details_view.PlannedStayCancelView method)
(ycms.cms.views.patients.patient_details_view.RecordCreateView method)
(ycms.cms.views.patients.patients_list_view.PatientCreateView method)
(ycms.cms.views.patients.patients_list_view.PatientDeleteView method)
(ycms.cms.views.patients.patients_list_view.PatientsListView method)
(ycms.cms.views.patients.patients_list_view.PatientUpdateView method)
(ycms.cms.views.patients.update_patient_stay_view.UpdatePatientStayView method)
(ycms.cms.views.timeline.mode_switch_view.ModeSwitchView method)
(ycms.cms.views.timeline.timeline_view.TimelineView method)
(ycms.cms.views.ward.ward_management_view.WardManagementView method)
(ycms.cms.views.ward.ward_view.WardView method)
duration (ycms.cms.models.bed_assignment.BedAssignment attribute)
E
email (ycms.cms.models.user.User attribute)
EMAIL_BACKEND (in module ycms.core.settings)
EMAIL_HOST (in module ycms.core.settings)
EMAIL_HOST_PASSWORD (in module ycms.core.settings)
EMAIL_HOST_USER (in module ycms.core.settings)
EMAIL_PORT (in module ycms.core.settings)
EMAIL_USE_SSL (in module ycms.core.settings)
EMAIL_USE_TLS (in module ycms.core.settings)
F
fields (ycms.cms.views.timeline.mode_switch_view.ModeSwitchView attribute)
first_name (ycms.cms.models.patient.Patient attribute)
(ycms.cms.models.user.User attribute)
floor (ycms.cms.models.ward.Ward attribute)
form_class (ycms.cms.views.authentication.password_reset_request_view.PasswordResetRequestView attribute)
(ycms.cms.views.authentication.registration_view.RegistrationView attribute)
(ycms.cms.views.patients.patient_details_view.IntakeUpdateView attribute)
(ycms.cms.views.patients.patient_details_view.RecordCreateView attribute)
(ycms.cms.views.patients.patients_list_view.PatientCreateView attribute)
(ycms.cms.views.patients.patients_list_view.PatientUpdateView attribute)
form_invalid() (ycms.cms.views.patients.patient_details_view.IntakeUpdateView method)
(ycms.cms.views.patients.patient_details_view.PlannedStayCancelView method)
(ycms.cms.views.patients.patient_details_view.RecordCreateView method)
(ycms.cms.views.patients.patients_list_view.PatientCreateView method)
(ycms.cms.views.patients.patients_list_view.PatientDeleteView method)
(ycms.cms.views.patients.patients_list_view.PatientUpdateView method)
form_valid() (ycms.cms.views.authentication.password_reset_confirm_view.PasswordResetConfirmView method)
(ycms.cms.views.authentication.password_reset_request_view.PasswordResetRequestView method)
(ycms.cms.views.authentication.registration_view.RegistrationView method)
(ycms.cms.views.patients.patient_details_view.IntakeUpdateView method)
(ycms.cms.views.patients.patient_details_view.PlannedStayCancelView method)
(ycms.cms.views.patients.patient_details_view.RecordCreateView method)
(ycms.cms.views.patients.patients_list_view.PatientCreateView method)
(ycms.cms.views.patients.patients_list_view.PatientDeleteView method)
(ycms.cms.views.patients.patients_list_view.PatientUpdateView method)
format() (ycms.core.logging_formatter.ColorFormatter method)
(ycms.core.logging_formatter.RequestFormatter method)
G
gender (ycms.cms.models.patient.Patient attribute)
genders (ycms.cms.models.room.Room attribute)
get() (ycms.cms.views.patients.update_patient_stay_view.UpdatePatientStayView method)
(ycms.cms.views.user_settings_view.UserSettingsView method)
(ycms.cms.views.ward.ward_management_view.WardManagementView method)
(ycms.cms.views.ward.ward_view.WardView method)
get_bed_type_display() (ycms.cms.models.bed.Bed method)
get_context_data() (ycms.cms.views.patients.assign_view.AssignPatientView method)
(ycms.cms.views.patients.intake_form_view.IntakeFormView method)
(ycms.cms.views.patients.patient_details_view.PatientDetailsView method)
(ycms.cms.views.patients.patients_list_view.PatientsListView method)
(ycms.cms.views.timeline.timeline_view.TimelineView method)
(ycms.cms.views.ward.ward_view.WardView method)
get_error_messages() (ycms.cms.forms.custom_model_form.CustomModelForm method)
get_form_kwargs() (ycms.cms.views.authentication.registration_view.RegistrationView method)
(ycms.cms.views.patients.patients_list_view.PatientUpdateView method)
get_gender_display() (ycms.cms.models.patient.Patient method)
get_insurance_type_display() (ycms.cms.models.patient.Patient method)
get_job_type_display() (ycms.cms.models.user.User method)
get_model_name_plural() (ycms.cms.models.abstract_base_model.AbstractBaseModel class method)
get_next_by_admission_date() (ycms.cms.models.bed_assignment.BedAssignment method)
get_next_by_created_at() (ycms.cms.models.bed.Bed method)
(ycms.cms.models.bed_assignment.BedAssignment method)
(ycms.cms.models.medical_record.MedicalRecord method)
(ycms.cms.models.patient.Patient method)
(ycms.cms.models.room.Room method)
(ycms.cms.models.user.User method)
(ycms.cms.models.ward.Ward method)
get_next_by_date_of_birth() (ycms.cms.models.patient.Patient method)
get_next_by_updated_at() (ycms.cms.models.bed.Bed method)
(ycms.cms.models.bed_assignment.BedAssignment method)
(ycms.cms.models.medical_record.MedicalRecord method)
(ycms.cms.models.patient.Patient method)
(ycms.cms.models.room.Room method)
(ycms.cms.models.user.User method)
(ycms.cms.models.ward.Ward method)
get_object() (ycms.cms.views.timeline.mode_switch_view.ModeSwitchView method)
get_previous_by_admission_date() (ycms.cms.models.bed_assignment.BedAssignment method)
get_previous_by_created_at() (ycms.cms.models.bed.Bed method)
(ycms.cms.models.bed_assignment.BedAssignment method)
(ycms.cms.models.medical_record.MedicalRecord method)
(ycms.cms.models.patient.Patient method)
(ycms.cms.models.room.Room method)
(ycms.cms.models.user.User method)
(ycms.cms.models.ward.Ward method)
get_previous_by_date_of_birth() (ycms.cms.models.patient.Patient method)
get_previous_by_updated_at() (ycms.cms.models.bed.Bed method)
(ycms.cms.models.bed_assignment.BedAssignment method)
(ycms.cms.models.medical_record.MedicalRecord method)
(ycms.cms.models.patient.Patient method)
(ycms.cms.models.room.Room method)
(ycms.cms.models.user.User method)
(ycms.cms.models.ward.Ward method)
get_queryset() (ycms.cms.models.timetravel_manager.TimetravelManager method)
get_record_type_display() (ycms.cms.models.medical_record.MedicalRecord method)
get_redirect_url() (ycms.cms.views.index.UserBasedRedirectView method)
get_repr() (ycms.cms.models.abstract_base_model.AbstractBaseModel method)
(ycms.cms.models.bed.Bed method)
(ycms.cms.models.bed_assignment.BedAssignment method)
(ycms.cms.models.icd10_entry.ICD10Entry method)
(ycms.cms.models.medical_record.MedicalRecord method)
(ycms.cms.models.patient.Patient method)
(ycms.cms.models.room.Room method)
(ycms.cms.models.user.User method)
(ycms.cms.models.ward.Ward method)
get_success_url() (ycms.cms.views.timeline.mode_switch_view.ModeSwitchView method)
group (ycms.cms.models.user.User attribute)
groups (ycms.cms.models.user.User attribute)
H
handle() (ycms.core.management.commands.call_solver_api.Command method)
(ycms.core.management.commands.read_from_csv.Command method)
help (ycms.core.management.commands.call_solver_api.Command attribute)
(ycms.core.management.commands.read_from_csv.Command attribute)
I
ICD10Entry (class in ycms.cms.models.icd10_entry)
ICD10Entry.DoesNotExist
ICD10Entry.MultipleObjectsReturned
id (ycms.cms.models.bed.Bed attribute)
(ycms.cms.models.bed_assignment.BedAssignment attribute)
(ycms.cms.models.icd10_entry.ICD10Entry attribute)
(ycms.cms.models.medical_record.MedicalRecord attribute)
(ycms.cms.models.patient.Patient attribute)
(ycms.cms.models.room.Room attribute)
(ycms.cms.models.user.User attribute)
(ycms.cms.models.ward.Ward attribute)
insurance_name (ycms.cms.models.patient.Patient attribute)
insurance_type (ycms.cms.models.patient.Patient attribute)
insurance_types (ycms.cms.models.room.Room attribute)
IntakeBedAssignmentForm (class in ycms.cms.forms.intake_bed_assignment_form)
IntakeFormView (class in ycms.cms.views.patients.intake_form_view)
IntakeRecordForm (class in ycms.cms.forms.intake_record_form)
IntakeUpdateView (class in ycms.cms.views.patients.patient_details_view)
is_active (ycms.cms.models.user.User attribute)
is_available (ycms.cms.models.bed.Bed attribute)
is_private (ycms.cms.models.room.Room attribute)
is_staff (ycms.cms.models.user.User attribute)
is_superuser (ycms.cms.models.user.User attribute)
J
job_type (ycms.cms.models.user.User attribute)
K
key_salt (ycms.cms.utils.token_generator.CustomPasswordResetTokenGenerator attribute)
L
LANGUAGES (in module ycms.core.settings)
last_login (ycms.cms.models.user.User attribute)
last_name (ycms.cms.models.patient.Patient attribute)
(ycms.cms.models.user.User attribute)
LOCALE_PATHS (in module ycms.core.settings)
LOG_LEVEL (in module ycms.core.settings)
logentry_set (ycms.cms.models.user.User attribute)
LOGFILE (in module ycms.core.settings)
LOGGING (in module ycms.core.settings)
lowfirst() (in module ycms.cms.forms.custom_model_form)
M
media (ycms.cms.forms.authentication.password_reset_request_form.PasswordResetRequestForm property)
(ycms.cms.forms.authentication.registration_form.RegistrationForm property)
(ycms.cms.forms.custom_model_form.CustomModelForm property)
(ycms.cms.forms.intake_bed_assignment_form.IntakeBedAssignmentForm property)
(ycms.cms.forms.intake_record_form.IntakeRecordForm property)
(ycms.cms.forms.patient_form.PatientForm property)
(ycms.cms.forms.patients.record_form.RecordForm property)
(ycms.cms.forms.unknown_patient_form.UnknownPatientForm property)
(ycms.cms.forms.user_form.UserForm property)
(ycms.cms.forms.ward_form.WardForm property)
MEDIA_MAX_UPLOAD_SIZE (in module ycms.core.settings)
MEDIA_ROOT (in module ycms.core.settings)
MEDIA_URL (in module ycms.core.settings)
medical_record (ycms.cms.models.bed_assignment.BedAssignment attribute)
medical_record_id (ycms.cms.models.bed_assignment.BedAssignment attribute)
medical_records (ycms.cms.models.patient.Patient attribute)
MedicalRecord (class in ycms.cms.models.medical_record)
MedicalRecord.DoesNotExist
MedicalRecord.MultipleObjectsReturned
medicalrecord_set (ycms.cms.models.icd10_entry.ICD10Entry attribute)
(ycms.cms.models.user.User attribute)
minus_max_age (ycms.cms.models.room.Room attribute)
model (ycms.cms.views.patients.assign_view.AssignPatientView attribute)
(ycms.cms.views.patients.patient_details_view.IntakeUpdateView attribute)
(ycms.cms.views.patients.patient_details_view.PlannedStayCancelView attribute)
(ycms.cms.views.patients.patient_details_view.RecordCreateView attribute)
(ycms.cms.views.patients.patients_list_view.PatientCreateView attribute)
(ycms.cms.views.patients.patients_list_view.PatientDeleteView attribute)
(ycms.cms.views.patients.patients_list_view.PatientUpdateView attribute)
(ycms.cms.views.timeline.mode_switch_view.ModeSwitchView attribute)
(ycms.cms.views.ward.ward_view.WardView attribute)
ModeSwitchView (class in ycms.cms.views.timeline.mode_switch_view)
module
ycms
ycms.cms
ycms.cms.admin
ycms.cms.apps
ycms.cms.constants
ycms.cms.constants.bed_types
ycms.cms.constants.gender
ycms.cms.constants.group_names
ycms.cms.constants.insurance_types
ycms.cms.constants.job_types
ycms.cms.constants.namespaces
ycms.cms.constants.record_types
ycms.cms.decorators
ycms.cms.forms
ycms.cms.forms.authentication
ycms.cms.forms.authentication.password_reset_request_form
ycms.cms.forms.authentication.registration_form
ycms.cms.forms.custom_model_form
ycms.cms.forms.intake_bed_assignment_form
ycms.cms.forms.intake_record_form
ycms.cms.forms.patient_form
ycms.cms.forms.patients
ycms.cms.forms.patients.record_form
ycms.cms.forms.unknown_patient_form
ycms.cms.forms.user_form
ycms.cms.forms.ward_form
ycms.cms.models
ycms.cms.models.abstract_base_model
ycms.cms.models.bed
ycms.cms.models.bed_assignment
ycms.cms.models.icd10_entry
ycms.cms.models.medical_record
ycms.cms.models.patient
ycms.cms.models.room
ycms.cms.models.timetravel_manager
ycms.cms.models.user
ycms.cms.models.ward
ycms.cms.urls
ycms.cms.urls.protected
ycms.cms.urls.public
ycms.cms.utils
ycms.cms.utils.email_utils
ycms.cms.utils.token_generator
ycms.cms.views
ycms.cms.views.authentication
ycms.cms.views.authentication.password_reset_confirm_view
ycms.cms.views.authentication.password_reset_request_view
ycms.cms.views.authentication.registration_view
ycms.cms.views.index
ycms.cms.views.patients
ycms.cms.views.patients.assign_view
ycms.cms.views.patients.discharge_view
ycms.cms.views.patients.intake_form_view
ycms.cms.views.patients.patient_details_view
ycms.cms.views.patients.patients_list_view
ycms.cms.views.patients.update_patient_stay_view
ycms.cms.views.timeline
ycms.cms.views.timeline.mode_switch_view
ycms.cms.views.timeline.timeline_view
ycms.cms.views.user_settings_view
ycms.cms.views.utility
ycms.cms.views.utility.autocomplete
ycms.cms.views.utility.switch_language
ycms.cms.views.ward
ycms.cms.views.ward.ward_management_view
ycms.cms.views.ward.ward_view
ycms.core
ycms.core.apps
ycms.core.circleci_settings
ycms.core.docker_settings
ycms.core.logging_formatter
ycms.core.management
ycms.core.management.commands
ycms.core.management.commands.call_solver_api
ycms.core.management.commands.read_from_csv
ycms.core.middleware
ycms.core.middleware.access_control_middleware
ycms.core.middleware.timetravel_middleware
ycms.core.settings
ycms.core.theme
ycms.core.theme.context_processors
ycms.core.theme.theme_view
ycms.core.urls
ycms.core.wsgi
N
name (ycms.cms.apps.CmsConfig attribute)
(ycms.cms.models.ward.Ward attribute)
(ycms.core.apps.CoreConfig attribute)
note (ycms.cms.models.medical_record.MedicalRecord attribute)
O
objects (ycms.cms.models.bed.Bed attribute)
(ycms.cms.models.bed_assignment.BedAssignment attribute)
(ycms.cms.models.icd10_entry.ICD10Entry attribute)
(ycms.cms.models.medical_record.MedicalRecord attribute)
(ycms.cms.models.patient.Patient attribute)
(ycms.cms.models.room.Room attribute)
(ycms.cms.models.user.User attribute)
(ycms.cms.models.ward.Ward attribute)
occupied_beds (ycms.cms.models.room.Room attribute)
(ycms.cms.models.ward.Ward attribute)
P
password (ycms.cms.models.user.User attribute)
PasswordResetConfirmView (class in ycms.cms.views.authentication.password_reset_confirm_view)
PasswordResetRequestForm (class in ycms.cms.forms.authentication.password_reset_request_form)
PasswordResetRequestView (class in ycms.cms.views.authentication.password_reset_request_view)
Patient (class in ycms.cms.models.patient)
patient (ycms.cms.models.medical_record.MedicalRecord attribute)
Patient.DoesNotExist
Patient.MultipleObjectsReturned
patient_ages (ycms.cms.models.room.Room attribute)
patient_id (ycms.cms.models.medical_record.MedicalRecord attribute)
patient_set (ycms.cms.models.user.User attribute)
PatientCreateView (class in ycms.cms.views.patients.patients_list_view)
PatientDeleteView (class in ycms.cms.views.patients.patients_list_view)
PatientDetailsView (class in ycms.cms.views.patients.patient_details_view)
PatientForm (class in ycms.cms.forms.patient_form)
patients (ycms.cms.models.ward.Ward attribute)
patients() (ycms.cms.models.room.Room method)
PatientsListView (class in ycms.cms.views.patients.patients_list_view)
PatientUpdateView (class in ycms.cms.views.patients.patients_list_view)
permanent (ycms.cms.views.index.UserBasedRedirectView attribute)
permission_required() (in module ycms.cms.decorators)
personnel_id (ycms.cms.models.user.User attribute)
PlannedStayCancelView (class in ycms.cms.views.patients.patient_details_view)
post() (ycms.cms.views.patients.assign_view.AssignPatientView method)
(ycms.cms.views.patients.discharge_view.DischargePatientView method)
(ycms.cms.views.patients.intake_form_view.IntakeFormView method)
(ycms.cms.views.patients.update_patient_stay_view.UpdatePatientStayView method)
(ycms.cms.views.timeline.timeline_view.TimelineView method)
(ycms.cms.views.user_settings_view.UserSettingsView method)
(ycms.cms.views.ward.ward_management_view.WardManagementView method)
(ycms.cms.views.ward.ward_view.WardView method)
PRA_BASE (in module ycms.core.settings)
PRA_INPUT_PATH (in module ycms.core.settings)
PRA_OUTPUT_PATH (in module ycms.core.settings)
prefix (ycms.cms.forms.unknown_patient_form.UnknownPatientForm attribute)
progress (ycms.cms.models.bed_assignment.BedAssignment attribute)
Q
query_string (ycms.cms.views.index.UserBasedRedirectView attribute)
R
ready() (ycms.cms.apps.CmsConfig method)
recommended_ward (ycms.cms.models.bed_assignment.BedAssignment attribute)
recommended_ward_id (ycms.cms.models.bed_assignment.BedAssignment attribute)
record_name (ycms.cms.models.medical_record.MedicalRecord attribute)
record_type (ycms.cms.models.medical_record.MedicalRecord attribute)
RecordCreateView (class in ycms.cms.views.patients.patient_details_view)
RecordForm (class in ycms.cms.forms.patients.record_form)
RegistrationForm (class in ycms.cms.forms.authentication.registration_form)
RegistrationView (class in ycms.cms.views.authentication.registration_view)
RequestFormatter (class in ycms.core.logging_formatter)
REQUIRED_FIELDS (ycms.cms.models.user.User attribute)
Room (class in ycms.cms.models.room)
room (ycms.cms.models.bed.Bed attribute)
Room.DoesNotExist
Room.MultipleObjectsReturned
room_id (ycms.cms.models.bed.Bed attribute)
room_number (ycms.cms.models.room.Room attribute)
room_set (ycms.cms.models.user.User attribute)
rooms (ycms.cms.models.ward.Ward attribute)
S
save() (ycms.cms.forms.authentication.registration_form.RegistrationForm method)
(ycms.cms.forms.custom_model_form.CustomModelForm method)
(ycms.cms.forms.intake_bed_assignment_form.IntakeBedAssignmentForm method)
(ycms.cms.forms.intake_record_form.IntakeRecordForm method)
(ycms.cms.forms.unknown_patient_form.UnknownPatientForm method)
SECRET_KEY (in module ycms.core.circleci_settings)
send_activation_mail() (in module ycms.cms.utils.email_utils)
send_mail() (in module ycms.cms.utils.email_utils)
send_reset_mail() (in module ycms.cms.utils.email_utils)
SERVER_EMAIL (in module ycms.core.settings)
set_request() (in module ycms.cms.models.timetravel_manager)
short_info (ycms.cms.models.patient.Patient attribute)
STATIC_ROOT (in module ycms.core.settings)
STATIC_URL (in module ycms.core.settings)
STATICFILES_DIRS (in module ycms.core.settings)
STATICFILES_FINDERS (in module ycms.core.settings)
success_url (ycms.cms.views.authentication.password_reset_confirm_view.PasswordResetConfirmView attribute)
(ycms.cms.views.authentication.password_reset_request_view.PasswordResetRequestView attribute)
(ycms.cms.views.authentication.registration_view.RegistrationView attribute)
(ycms.cms.views.patients.patients_list_view.PatientCreateView attribute)
(ycms.cms.views.patients.patients_list_view.PatientDeleteView attribute)
switch_language() (in module ycms.cms.views.utility.switch_language)
T
template_name (ycms.cms.views.authentication.password_reset_confirm_view.PasswordResetConfirmView attribute)
(ycms.cms.views.authentication.password_reset_request_view.PasswordResetRequestView attribute)
(ycms.cms.views.authentication.registration_view.RegistrationView attribute)
(ycms.cms.views.patients.assign_view.AssignPatientView attribute)
(ycms.cms.views.patients.intake_form_view.IntakeFormView attribute)
(ycms.cms.views.patients.patient_details_view.PatientDetailsView attribute)
(ycms.cms.views.patients.patients_list_view.PatientsListView attribute)
(ycms.cms.views.patients.update_patient_stay_view.UpdatePatientStayView attribute)
(ycms.cms.views.timeline.timeline_view.TimelineView attribute)
(ycms.cms.views.user_settings_view.UserSettingsView attribute)
(ycms.cms.views.ward.ward_management_view.WardManagementView attribute)
(ycms.cms.views.ward.ward_view.WardView attribute)
theme() (in module ycms.core.theme.context_processors)
TimelineView (class in ycms.cms.views.timeline.timeline_view)
TimetravelManager (class in ycms.cms.models.timetravel_manager)
TimetravelMiddleware (class in ycms.core.middleware.timetravel_middleware)
title (ycms.cms.models.user.User attribute)
token_generator (ycms.cms.views.authentication.password_reset_confirm_view.PasswordResetConfirmView attribute)
total_beds (ycms.cms.models.room.Room attribute)
(ycms.cms.models.ward.Ward attribute)
U
UnknownPatientForm (class in ycms.cms.forms.unknown_patient_form)
until_discharge (ycms.cms.models.bed_assignment.BedAssignment attribute)
updated_at (ycms.cms.models.bed.Bed attribute)
(ycms.cms.models.bed_assignment.BedAssignment attribute)
(ycms.cms.models.medical_record.MedicalRecord attribute)
(ycms.cms.models.patient.Patient attribute)
(ycms.cms.models.room.Room attribute)
(ycms.cms.models.user.User attribute)
(ycms.cms.models.ward.Ward attribute)
UpdatePatientStayView (class in ycms.cms.views.patients.update_patient_stay_view)
urlpatterns (in module ycms.cms.urls)
User (class in ycms.cms.models.user)
User.DoesNotExist
User.MultipleObjectsReturned
user_permissions (ycms.cms.models.user.User attribute)
user_set (ycms.cms.models.user.User attribute)
(ycms.cms.models.ward.Ward attribute)
UserBasedRedirectView (class in ycms.cms.views.index)
UserForm (class in ycms.cms.forms.user_form)
USERNAME_FIELD (ycms.cms.models.user.User attribute)
UserSettingsView (class in ycms.cms.views.user_settings_view)
V
verbose_name (ycms.cms.apps.CmsConfig attribute)
(ycms.core.apps.CoreConfig attribute)
W
Ward (class in ycms.cms.models.ward)
ward (ycms.cms.models.room.Room attribute)
Ward.DoesNotExist
Ward.MultipleObjectsReturned
ward_as_timeline (ycms.cms.models.user.User attribute)
ward_id (ycms.cms.models.room.Room attribute)
ward_number (ycms.cms.models.ward.Ward attribute)
ward_set (ycms.cms.models.user.User attribute)
WardForm (class in ycms.cms.forms.ward_form)
WardManagementView (class in ycms.cms.views.ward.ward_management_view)
WardView (class in ycms.cms.views.ward.ward_view)
WEBPACK_LOADER (in module ycms.core.settings)
Y
ycms
module
ycms.cms
module
ycms.cms.admin
module
ycms.cms.apps
module
ycms.cms.constants
module
ycms.cms.constants.bed_types
module
ycms.cms.constants.gender
module
ycms.cms.constants.group_names
module
ycms.cms.constants.insurance_types
module
ycms.cms.constants.job_types
module
ycms.cms.constants.namespaces
module
ycms.cms.constants.record_types
module
ycms.cms.decorators
module
ycms.cms.forms
module
ycms.cms.forms.authentication
module
ycms.cms.forms.authentication.password_reset_request_form
module
ycms.cms.forms.authentication.registration_form
module
ycms.cms.forms.custom_model_form
module
ycms.cms.forms.intake_bed_assignment_form
module
ycms.cms.forms.intake_record_form
module
ycms.cms.forms.patient_form
module
ycms.cms.forms.patients
module
ycms.cms.forms.patients.record_form
module
ycms.cms.forms.unknown_patient_form
module
ycms.cms.forms.user_form
module
ycms.cms.forms.ward_form
module
ycms.cms.models
module
ycms.cms.models.abstract_base_model
module
ycms.cms.models.bed
module
ycms.cms.models.bed_assignment
module
ycms.cms.models.icd10_entry
module
ycms.cms.models.medical_record
module
ycms.cms.models.patient
module
ycms.cms.models.room
module
ycms.cms.models.timetravel_manager
module
ycms.cms.models.user
module
ycms.cms.models.ward
module
ycms.cms.urls
module
ycms.cms.urls.protected
module
ycms.cms.urls.public
module
ycms.cms.utils
module
ycms.cms.utils.email_utils
module
ycms.cms.utils.token_generator
module
ycms.cms.views
module
ycms.cms.views.authentication
module
ycms.cms.views.authentication.password_reset_confirm_view
module
ycms.cms.views.authentication.password_reset_request_view
module
ycms.cms.views.authentication.registration_view
module
ycms.cms.views.index
module
ycms.cms.views.patients
module
ycms.cms.views.patients.assign_view
module
ycms.cms.views.patients.discharge_view
module
ycms.cms.views.patients.intake_form_view
module
ycms.cms.views.patients.patient_details_view
module
ycms.cms.views.patients.patients_list_view
module
ycms.cms.views.patients.update_patient_stay_view
module
ycms.cms.views.timeline
module
ycms.cms.views.timeline.mode_switch_view
module
ycms.cms.views.timeline.timeline_view
module
ycms.cms.views.user_settings_view
module
ycms.cms.views.utility
module
ycms.cms.views.utility.autocomplete
module
ycms.cms.views.utility.switch_language
module
ycms.cms.views.ward
module
ycms.cms.views.ward.ward_management_view
module
ycms.cms.views.ward.ward_view
module
ycms.core
module
ycms.core.apps
module
ycms.core.circleci_settings
module
ycms.core.docker_settings
module
ycms.core.logging_formatter
module
ycms.core.management
module
ycms.core.management.commands
module
ycms.core.management.commands.call_solver_api
module
ycms.core.management.commands.read_from_csv
module
ycms.core.middleware
module
ycms.core.middleware.access_control_middleware
module
ycms.core.middleware.timetravel_middleware
module
ycms.core.settings
module
ycms.core.theme
module
ycms.core.theme.context_processors
module
ycms.core.theme.theme_view
module
ycms.core.urls
module
ycms.core.wsgi
module