nlpmed_portal.nlp.utils module

nlpmed_portal.nlp.utils.process_patient_api_call(nlp_setting, patient_pk, notes)[source]
Parameters:
  • nlp_setting (NLPSetting)

  • patient_pk (int)

  • notes (QuerySet)

Return type:

dict

nlpmed_portal.nlp.utils.process_patient_write_db(nlp_setting, response_json, notes)[source]
Parameters:
  • nlp_setting (NLPSetting)

  • response_json (dict)

  • notes (QuerySet)

Return type:

None