This cleans the Procedure Performed column from the report assuming such a column exists. Procedure Performed relates to whether this was a Gastroscopy or Colonoscopy and or the type of therapy used etc. It gets rid of common entries that are not needed. It should be used after the Extractor and the optional NewLines has been used.
EndoscProcPerformed(dataframe, ProcPerformed)
dataframe | dataframe with column of interest |
---|---|
ProcPerformed | column of interest |
ff<-EndoscProcPerformed(Myendo,'ProcedurePerformed')