[Health-dev] Group Access Permission Rule: How to filter by Patient Status = Hospitalized

2015-06-06 Thread Joe Gene Q
Dear GNU Health Community, I would like to request for help for the following filter I would like to create: I would like to create a rule to filter only patients whose status = 'hospitalized' I tried the following domain rule below, and got an error message: Health Nursing -> Groups -> Access

Re: [Health-dev] Group Access Permission Rule: How to filter by Patient Status = Hospitalized

2015-06-09 Thread Joe Gene Q
Hi Chris, Thanks very much for addressing my query. Yes, the purpose for the filter is for nurses at the hospital to have access only to hospitalized patients. This is a requirement by the hospital for privacy purposes, and to reduce the list of names that are displayed in the list of patients.

Re: [Health-dev] Group Access Permission Rule: How to filter by Patient Status = Hospitalized

2015-06-09 Thread Joe Gene Q
Thank you very much Luis! Joe Gene On Wed, Jun 10, 2015 at 3:52 AM, Luis Falcon wrote: > Dear Joe > > On Sun, 7 Jun 2015 11:16:26 +0800 > Joe Gene Q wrote: > > > Dear GNU Health Community, > > > > I would like to request for help for the following filter I wo

Re: [Health-dev] Group Access Permission Rule: How to filter by Patient Status = Hospitalized

2015-06-14 Thread Joe Gene Q
consequently, these will return > non-hospitalized patients: > > [('patient_status', 'like', 'True')] > [('patient_status', '=', False)] > ...etc. > > Hopefully that commit will fix it! Thanks for reporting! > > -C > >

[Health-dev] Help with LDAP configuration

2015-11-30 Thread Joe Gene Q
Hi, I am trying to configure GNU Health to connect to an LDAP server for LDAP based authentication. I got as far as adding an LDAP connection string in trytond.conf, and getting the LDAP server and the tryton server to communicate and exchange messages. I am now getting an error in my slapd log

[Health-dev] Hospitalized [["patient_status", "=", true]] causes error when viewing Hospitalizations and Health Services

2016-01-25 Thread Joe Gene Q
Dear GNU Health Dev Community, I am currently trying out the following domain record rule: [["patient_status", "=", true]] This rule is a filter that only displays patients whose hospitalization status is 'hospitalized'. The following error is displayed when there are records with statuses other

Re: [Health-dev] [task #13953] Generate lab test labels

2016-04-15 Thread Joe Gene Q
Hi, I just tried to generate test lab labels using the credentials below, and I got the error below. Regards, Joe Gene Quesada Server: health.gnusolidario.org db: air32 user: admin Laboratory -> Lab Test Results -> Print Report -> Test Labels: This error shows up: Traceback (most recent cal