health-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Health-dev] [bug #61943] health_crypto: dose_unit missing?


From: Feng Shu
Subject: [Health-dev] [bug #61943] health_crypto: dose_unit missing?
Date: Thu, 27 Jan 2022 00:38:08 -0500 (EST)

URL:
  <https://savannah.gnu.org/bugs/?61943>

                 Summary: health_crypto: dose_unit missing?
                 Project: GNU Health
            Submitted by: tumashu
            Submitted on: Thu 27 Jan 2022 05:38:06 AM UTC
                Category: Functionality
                Severity: 3 - Normal
              Item Group: None
                  Status: None
                 Privacy: Public
             Assigned to: None
             Open/Closed: Open
                 Release: None
         Discussion Lock: Any
                  Module: health_crypto

    _______________________________________________________

Details:

>        for line in prescription.prescription_line:
>            line_elements = [line.medicament and
>                             line.medicament.name.name or '',
>                             line.dose or '',

I think  dose_unit is need in this place, maybe I am wrong.

>                             line.route and line.route.name or '',
>                             line.form and line.form.name or '',
>                             line.indication and line.indication.name or '',
>                             line.short_comment or '']
>
>            presc_line.append(line_elements)





    _______________________________________________________

Reply to this item at:

  <https://savannah.gnu.org/bugs/?61943>

_______________________________________________
  Message sent via Savannah
  https://savannah.gnu.org/




reply via email to

[Prev in Thread] Current Thread [Next in Thread]