medtrak 
Vars | |
awaiting_input | Callback to fulfill on std in |
---|---|
current_record | Current open record, if any. |
medical_records | Ref to the medical datacore, for convenience. |
Procs | |
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. |
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.