awacke1 commited on
Commit
199971f
·
1 Parent(s): e17a222

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +2 -1
app.py CHANGED
@@ -170,7 +170,8 @@ def group_by_entity(raw):
170
  g22 = g2['LoincName'].to_string().replace(","," ").replace("\n"," ")
171
  g23 = g2['ParentLoinc'].to_string().replace(","," ").replace("\n"," ")
172
  g24 = g2['ParentName'].to_string().replace(","," ").replace("\n"," ")
173
- s2 = ("LOINC Panel," + myEntityGroup + "," + eterm + ",name of ," + g22 + "," + g21 + ", and Parent codes of ," + g23 + ", with Parent names of ," + g24 + ", Label,Value ")
 
174
  if g21 != 'Series([] )': SaveResult(s2, outputFile)
175
 
176
  #SNOMED
 
170
  g22 = g2['LoincName'].to_string().replace(","," ").replace("\n"," ")
171
  g23 = g2['ParentLoinc'].to_string().replace(","," ").replace("\n"," ")
172
  g24 = g2['ParentName'].to_string().replace(","," ").replace("\n"," ")
173
+ # s2 = ("LOINC Panel," + myEntityGroup + "," + eterm + ",name of ," + g22 + "," + g21 + ", and Parent codes of ," + g23 + ", with Parent names of ," + g24 + ", Label,Value ")
174
+ s2 = ("LOINC Panel," + myEntityGroup + "," + eterm + ",name of ," + g22 + "," + g21 + "," + g24 + ", and Parent codes of ," + g23 + "," + ", Label,Value ")
175
  if g21 != 'Series([] )': SaveResult(s2, outputFile)
176
 
177
  #SNOMED