Daedalus Dock - Modules - TypesVar Details - Proc Details

medtrak

Vars

awaiting_inputCallback to fulfill on std in
current_recordCurrent open record, if any.
medical_recordsRef to the medical datacore, for convenience.

Procs

get_log_fileGetter for the log file. This isn't kept as a ref because I don't want to manage the ref. :)
home_textPrints the home menu options
update_recordUpdates the current record and logs it.
write_logWrite to the MedTrak log. Encodes the inputted text.

Var Details

awaiting_input

Callback to fulfill on std in

current_record

Current open record, if any.

medical_records

Ref to the medical datacore, for convenience.

Proc Details

get_log_file

Getter for the log file. This isn't kept as a ref because I don't want to manage the ref. :)

home_text

Prints the home menu options

update_record

Updates the current record and logs it.

write_log

Write to the MedTrak log. Encodes the inputted text.