taskGNU Health - Tasks: task #13398, laboratory Module & refrence...

 
 

You are not allowed to post comments on this tracker with your current authentication level.

task #13398: laboratory Module & refrence range

Submitter:  farida <farida>
Submitted:  Sun 16 Nov 2014 01:38:59 PM UTC
   
 
Should Start On:  Sun 16 Nov 2014 12:00:00 AM UTC Should be Finished on:  Sun 16 Nov 2014 12:00:00 AM UTC
Category:  Data model Priority:  1 - Later
Status:  Postponed Privacy:  Public
Assigned to:  None Percent Complete:  0%
Open/Closed:  Open Release:  2.9.0
Module:  laboratory Component:  None

Fri 02 Feb 2024 08:06:59 AM UTC, comment #2: 

I think the below way is simple to code:

  code: test_type, gender, age_range
  a1: test1, man, 1-10
  a2: test1, woman, 1-10
  a3: test1, man, 10-100
  a4: test1, woman, 10-100
I have add gender, max_age, min_age field to TestType module:

   https://hg.savannah.gnu.org/hgweb/health/rev/85c1b7508663

When I try to add domain to fields like below:

         name = fields.Many2One(
        'gnuhealth.lab.test_type', 'Test Type',
        required=True, select=True)

I have found that domain is very long to test: source is patient, gender, age_num,
and we have add gender and age_number to three modules, so, is it worth to add
long domain and more code to let user face less item when select test_type?







Feng Shu <tumashu>
Mon 17 Nov 2014 09:34:58 PM UTC, comment #1: 

Dear Farida

Thank you for your message and suggestion !

Let's think about it. Something to include to 3.0. We have the age and sex from the patient demographics, so we would need to add the the reference values to the analytes (when needed).

Best,


Luis Falcon <meanmicio>
Group administrator
Sun 16 Nov 2014 01:38:59 PM UTC, original submission:  

laboratory Module doesn't enable importing analysis data reference range according to gender (male/female) or kid , the module accept only one refrence range to be added.

farida <farida>

 

(Note: upload size limit is set to 16384 kB, after insertion of the required escape characters.)

No files currently attached

 

Depends on the following items: None found

Items that depend on this one: None found

 

Carbon-Copy List
  • -email is unavailable- added by tumashu (Posted a comment)
  • -email is unavailable- added by meanmicio (Posted a comment)
  • -email is unavailable- added by farida (Submitted the item)
  •  

    There are 0 votes so far. Votes easily highlight which items people would like to see resolved in priority, independently of the priority of the item set by tracker managers.

     

    Follow 3 latest changes.

    Date Changed by Updated Field Previous Value => Replaced by
    2014-11-17 meanmicio Priority5 - Normal 1 - Later
        StatusNone Postponed
        ReleaseNone 2.9.0

    Back to the top

    Powered by Savane 3.13-cf05.
    Corresponding source code