Open dax-westerman opened 3 months ago
In reviewing the file output in **src\step4\cleverRules.py**, I am seeing a misalignment between the header fields
Example of header creation
print( "label|snippetID|term|sta3n|TIUdocumentSID|TIUstandardTitle|visitSID|referenceDateTime|PatientSID|targetClass|targetSubClass|termID|NoteAndSnipOffset|snippet|OpCode", file=fout_pos, )
Example of output generation
sum_out = ( label[0] + "|" + cid + "|" + longseq + "|" .... + "|" + snippet + "|" + upcode )
It looks like fields might be misaligned.
Originally posted by @dax-westerman in https://github.com/suzytamang/clever-rockies/issues/26#issuecomment-2253472656
Example of header creation
Example of output generation
It looks like fields might be misaligned.
Originally posted by @dax-westerman in https://github.com/suzytamang/clever-rockies/issues/26#issuecomment-2253472656