@@ -531,7 +531,7 @@ class ClercAttrib2Biz():
else:
csv_col.data[21] = ''
csv_col.data[40] = data.Patient["birthdate"]
csv_col.data[40] = datetime.strptime(data.Patient["birthdate"], "%Y-%m-%d").strftime("%d.%m.%Y")
csv_col.data[48] = 0
The note is not visible to the blocked user.