|
From: | tumashu |
Subject: | [Health-dev] Evaluation_pol only show author's name instead of full name |
Date: | Fri, 25 Oct 2019 08:34:20 +0800 (CST) |
def create_evaluation_pol(cls, evaluation): ... 'author': evaluation.healthprof.name.name, # This place seem to only show a person's name, not full name, need improve ..... 'node': evaluation.institution.name.name, } if (evaluation.diagnosis): vals['health_condition_text'] = evaluation.diagnosis.rec_name vals['health_condition_code'] = evaluation.diagnosis.code
[Prev in Thread] | Current Thread | [Next in Thread] |