get_one_record_df.RdReturns a one record dataframe with the data from one assay record.
get_one_record_df( file_name, order_pk, print_date_tm, bill_po, request_num, report_contact, received_date, report_date, order_comment, line_1, line_2, col_boundaries )
| file_name | name of file according to $meta$id |
|---|---|
| order_pk | order primary key |
| print_date_tm | print date of report |
| bill_po | bill number |
| request_num | request number |
| report_contact | report contact |
| received_date | date samples were received |
| report_date | date the report was generated according to $meta$datetimestamp |
| order_comment | comment provided by SNPRC about the order |
| line_1 | first line of data |
| line_2 | second line of data |
| col_boundaries | locations of start and end column for each data type |