awacke1 commited on
Commit
90162d2
1 Parent(s): f94e131

Update app.py

Browse files
Files changed (1) hide show
  1. app.py +1 -1
app.py CHANGED
@@ -186,7 +186,7 @@ def group_by_entity(raw):
186
  g43 = g4['SNOMED CT'].to_string().replace(","," ").replace("\n"," ")
187
  g44 = g4['PR'].to_string().replace(","," ").replace("\n"," ")
188
  g45 = g4['S&S'].to_string().replace(","," ").replace("\n"," ")
189
- s4 = ("OMS," + myEntityGroup + "," + eterm + ",concepts of ," + g42 + "," + g41 + ", and SNOMED codes of ," + g43 + ", and OMS problem of ," + g44 + ", and OMS Sign Symptom of ," + g45)
190
  if g41 != 'Series([] )': SaveResult(s4, outputFile)
191
 
192
  #ICD10
 
186
  g43 = g4['SNOMED CT'].to_string().replace(","," ").replace("\n"," ")
187
  g44 = g4['PR'].to_string().replace(","," ").replace("\n"," ")
188
  g45 = g4['S&S'].to_string().replace(","," ").replace("\n"," ")
189
+ s4 = ("OMS," + myEntityGroup + "," + eterm + ",concepts of ," + g44 + "," + g45 + ", and SNOMED codes of ," + g43 + ", and OMS problem of ," + g42 + ", and OMS Sign Symptom of ," + g41)
190
  if g41 != 'Series([] )': SaveResult(s4, outputFile)
191
 
192
  #ICD10