Uh oh!
There was an error while loading. Please reload this page.
Vomit observation entry fix - #1080
Conversation
ERROR: A pull request from |
@labkey-martyp Thanks |
| alopecia_score Alopecia Type value | ||
| alopecia_regrowth Alopecia Regrowth value | ||
| mens_score Mens Score value | ||
| vomit Vomit value |
There was a problem hiding this comment.
The whitespace between these values needs to be tabs. You have spaces here.
There was a problem hiding this comment.
@labkey-martyp, I have made that correction and automated tests still failed with the same errors.
There was a problem hiding this comment.
@kollil Marty's requested changes were not implemented although it looks like you found another place where tabs should be used. Marty was talking abou thte lookup_sets.tsv file. To demonstrate the issue, download the tsv and open it in excel. https://github.com/LabKey/onprcEHRModules/blob/23.11_fb_VomitObs/onprc_ehr/resources/data/lookup_sets.tsv
Please notice that this comment thread start by Marty is pointing at the lookup_sets.tsv file, not the vomit.tsv file.
There was a problem hiding this comment.
@jryurkanin, Thanks for giving me the tip of downloading into an excel. I did add the tabs in the code first time Marty pointed out, but, somehow the tabs were not getting inserted in the code. I copied the entire tsv file into wordpad, added tabs and then pasted back into the code. Finally it worked.
There was a problem hiding this comment.
Glad that worked for you. I actually recommend building the TSV files in excel, then you can copy and paste the table from excel straight into the github website code editor. When you do that, it retains the correct tabular format from excel.
Added vomit entry as an observation