NGIS data extraction - move ngis_indication_id from diagnoses table to its own table, for consistency with ngis_lab_test and to avoid changing a main HILIS table
GeneQ data extract - sort unmapped requests by test name order; supply empty injection_guard - don't need any regex as no user input; supply field_labels for RNA tests for consistency
Skip molecular tests done on both DNA & RNA from ; new Getopt --cumulative for all requests since 1st of month; rename function to avoid confusion with similar named function
GeneQ data extract - examine request history for old screening terms to improve matching on presenatation; make verbose logging of molecular tests command-line configurable using getopt::long (replaced getopt::std
GeneQ data extract - logging using Log::Any; replace List::MoreUtils any() & all() methods with List::Compare isLsubsetR(); improve documentation for clarity