Re: [Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-31 Thread Mouhamed Moustapha Diouf
No it's not related to using vm, it's what I'm doing. For very that the 
user and password you put in the uri have correct permissions

Le 31/01/2015 19:12, Maria Cecilia Santos Popper a écrit :

Hi Mouhamed,
Yes! I have added the header
[database]
uri=postgresql://user:password@localhost:5432

[session]
super_pwd=output from script
Then I've used the password I typed in the client.
But still notheing

I have the same problem with another vm running tryton server and 
tryton cliente. Could it be related to the fact thay I'm using a vm?

I think is is a postgrsql permissions issue

On Sat, Jan 31, 2015 at 3:07 PM, Mouhamed Moustapha Diouf 
mdi...@baamtu.com mailto:mdi...@baamtu.com wrote:


Hi Maria,
have you change the database config in
/home/gnuhealth/gnuhealth/tryton/server/config/trytond.conf?
Le 31/01/2015 19:00, Maria Cecilia Santos Popper a écrit :

Hi there!

I'm testing RC3 on a virtual machine with Lubuntu 14.04.
The installation process wen ok until the last step where the
craklib could not be installed so I installed it manualy.

I was able to run gnuhealth server and tryton client to connect
to the community server.
 But when I tried to generate my own local database, I tried to
run severpass.py
I get the following:

TRYTOND_CONFG= variable no set and No configuration file specified

I also tried with the encryption script provided by the official
tryton docs
python -c 'import getpass,crypt,random,string; print crypt.crypt(getpass.getpass(), 
.join(random.sample(string.ascii_letters + string.digits, 8)))'
But got the wrong pswd ERROR
Any idea of what could I be doing wrong?
I know this is not such a big contribution, but I'm stuck with
this since this morning!

Txs

On Wed, Jan 28, 2015 at 9:59 AM, Luis Falcon fal...@gnu.org
mailto:fal...@gnu.org wrote:

Hi Axel !
On Wed, 28 Jan 2015 12:30:49 +0100
Axel Braun axel.br...@gmx.de mailto:axel.br...@gmx.de
wrote:

 Hi Luis,

  Gesendet: Mittwoch, 28. Januar 2015 um 11:52 Uhr
  Von: Luis Falcon fal...@gnu.org mailto:fal...@gnu.org
  An: Axel Braun axel.br...@gmx.de
mailto:axel.br...@gmx.de
  Cc: health-dev@gnu.org mailto:health-dev@gnu.org
  Betreff: Re: [Health-dev] Important tests for upcoming
GNU Health
  2.8

 ...

* Digital signatures (vital records, prescriptions
and patient
  evaluations ). Please check the workflows are OK
  
   Can you point me to the documentation on how to set it
up in
   GNUHealth?
 
  You need to install health_crypto module.

 Done, bundled with the Tryton client 3.2 and 3.4 (openSUSE)
Great :)

  Then check the vital records (Demographics - Birth and Death
  Certificates ) or directly from Party - Related Action
(Birth /
  Death certs ).

 One step back please:
 I created a new health professional.
 Does the professional have to create his own set of keys?
[I assume
 yes, on the operating system level] How is the key management
 handled, where do I import his secret key?
No need to import anything.

Signing the GNU Health document with your private key is done
with the
GNU Health GPG crypto plugin for the Tryton client. It
retrieves your
gnupg key from your client. Of course, you have to have an
existing
key-pair.

I will document this section today.

Best,


 Thanks
 Axel






-- 
Lic. Cecilia Santos Popper

Santa Fe
(0342) 154 440 615
www.linkedin.com/in/ceciliasp/
http://www.linkedin.com/in/ceciliasp/



-- 


Baamtu: Imaginez et ensemble nous réalisons.

*Mohamed Moustapha DIOUF - mdi...@baamtu.com
mailto:mdi...@baamtu.com*
Baamtu Sénégal / France
Directeur Général
Tél (FR): +33 6.03.84.29.76
Tél : +221 77.092.34.34
Tél : +221 77.552.21.42
http://www.baamtu.com




--
Lic. Cecilia Santos Popper
Santa Fe
(0342) 154 440 615
www.linkedin.com/in/ceciliasp/ http://www.linkedin.com/in/ceciliasp/



--

Baamtu: Imaginez et ensemble nous réalisons.

*Mohamed Moustapha DIOUF - mdi...@baamtu.com*
Baamtu Sénégal / France
Directeur Général
Tél (FR): +33 6.03.84.29.76
Tél : +221 77.092.34.34
Tél : +221 77.552.21.42
http://www.baamtu.com



Re: [Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-31 Thread Maria Cecilia Santos Popper
Oh! I see what you mean.

But I don't remember setting any password form the pustgre user gnuhealht
is there a way I can find out what that password is?

On Sat, Jan 31, 2015 at 3:15 PM, Mouhamed Moustapha Diouf mdi...@baamtu.com
 wrote:

  No it's not related to using vm, it's what I'm doing. For very that the
 user and password you put in the uri have correct permissions
 Le 31/01/2015 19:12, Maria Cecilia Santos Popper a écrit :

 Hi Mouhamed,
 Yes! I have added the header

 [database]
 uri=postgresql://user:password@localhost:5432

 [session]
 super_pwd=output from script

  Then I've used the password I typed in the client.
 But still notheing

  I have the same problem with another vm running tryton server and tryton
 cliente. Could it be related to the fact thay I'm using a vm?
 I think is is a postgrsql permissions issue

 On Sat, Jan 31, 2015 at 3:07 PM, Mouhamed Moustapha Diouf 
 mdi...@baamtu.com wrote:

  Hi Maria,
 have you change the database config in
 /home/gnuhealth/gnuhealth/tryton/server/config/trytond.conf?
 Le 31/01/2015 19:00, Maria Cecilia Santos Popper a écrit :

 Hi there!

  I'm testing RC3 on a virtual machine with Lubuntu 14.04.
 The installation process wen ok until the last step where the craklib
 could not be installed so I installed it manualy.

  I was able to run gnuhealth server and tryton client to connect to the
 community server.
  But when I tried to generate my own local database, I tried to run
 severpass.py
 I get the following:

  TRYTOND_CONFG= variable no set and No configuration file specified

  I also tried with the encryption script provided by the official tryton
 docs

 python -c 'import getpass,crypt,random,string; print 
 crypt.crypt(getpass.getpass(), .join(random.sample(string.ascii_letters + 
 string.digits, 8)))'

 But got the wrong pswd ERROR

 Any idea of what could I be doing wrong?

  I know this is not such a big contribution, but I'm stuck with this
 since this morning!

  Txs

 On Wed, Jan 28, 2015 at 9:59 AM, Luis Falcon fal...@gnu.org wrote:

 Hi Axel !
 On Wed, 28 Jan 2015 12:30:49 +0100
 Axel Braun axel.br...@gmx.de wrote:

  Hi Luis,
 
   Gesendet: Mittwoch, 28. Januar 2015 um 11:52 Uhr
   Von: Luis Falcon fal...@gnu.org
   An: Axel Braun axel.br...@gmx.de
   Cc: health-dev@gnu.org
   Betreff: Re: [Health-dev] Important tests for upcoming GNU Health
   2.8
 
  ...
 
 * Digital signatures (vital records, prescriptions and patient
   evaluations ). Please check the workflows are OK
   
Can you point me to the documentation on how to set it up in
GNUHealth?
  
   You need to install health_crypto module.
 
  Done, bundled with the Tryton client 3.2 and 3.4 (openSUSE)
 Great :)
 
   Then check the vital records (Demographics - Birth and Death
   Certificates ) or directly from Party - Related Action (Birth /
   Death certs ).
 
  One step back please:
  I created a new health professional.
  Does the professional have to create his own set of keys? [I assume
  yes, on the operating system level] How is the key management
  handled, where do I import his secret key?
 No need to import anything.

 Signing the GNU Health document with your private key is done with the
 GNU Health GPG crypto plugin for the Tryton client. It retrieves your
 gnupg key from your client. Of course, you have to have an existing
 key-pair.

 I will document this section today.

 Best,

 
  Thanks
  Axel
 





  --
  Lic. Cecilia Santos Popper
  Santa Fe
 (0342) 154 440 615
 www.linkedin.com/in/ceciliasp/



   --

 Baamtu: Imaginez et ensemble nous réalisons.

*Mohamed Moustapha DIOUF - mdi...@baamtu.com mdi...@baamtu.com*
 Baamtu Sénégal / France
 Directeur Général
  Tél (FR): +33 6.03.84.29.76
 Tél : +221 77.092.34.34
 Tél : +221 77.552.21.42
 http://www.baamtu.com




  --
  Lic. Cecilia Santos Popper
  Santa Fe
 (0342) 154 440 615
 www.linkedin.com/in/ceciliasp/



 --

 Baamtu: Imaginez et ensemble nous réalisons.

*Mohamed Moustapha DIOUF - mdi...@baamtu.com mdi...@baamtu.com*
 Baamtu Sénégal / France
 Directeur Général
  Tél (FR): +33 6.03.84.29.76
 Tél : +221 77.092.34.34
 Tél : +221 77.552.21.42
 http://www.baamtu.com




-- 
Lic. Cecilia Santos Popper
Santa Fe
(0342) 154 440 615
www.linkedin.com/in/ceciliasp/


Re: [Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-31 Thread Mouhamed Moustapha Diouf

You give one with these commands :
/sudo su postgres//
//psql -U postgres -c ALTER ROLE gnuhealth ENCRYPTED PASSWORD 
'gnuhealth' ;/


Le 31/01/2015 19:36, Maria Cecilia Santos Popper a écrit :

Oh! I see what you mean.

But I don't remember setting any password form the pustgre user 
gnuhealht is there a way I can find out what that password is?


On Sat, Jan 31, 2015 at 3:15 PM, Mouhamed Moustapha Diouf 
mdi...@baamtu.com mailto:mdi...@baamtu.com wrote:


No it's not related to using vm, it's what I'm doing. For very
that the user and password you put in the uri have correct permissions
Le 31/01/2015 19:12, Maria Cecilia Santos Popper a écrit :

Hi Mouhamed,
Yes! I have added the header
[database]
uri=postgresql://user:password@localhost:5432

[session]
super_pwd=output from script
Then I've used the password I typed in the client.
But still notheing

I have the same problem with another vm running tryton server and
tryton cliente. Could it be related to the fact thay I'm using a vm?
I think is is a postgrsql permissions issue

On Sat, Jan 31, 2015 at 3:07 PM, Mouhamed Moustapha Diouf
mdi...@baamtu.com mailto:mdi...@baamtu.com wrote:

Hi Maria,
have you change the database config in
/home/gnuhealth/gnuhealth/tryton/server/config/trytond.conf?
Le 31/01/2015 19:00, Maria Cecilia Santos Popper a écrit :

Hi there!

I'm testing RC3 on a virtual machine with Lubuntu 14.04.
The installation process wen ok until the last step where
the craklib could not be installed so I installed it manualy.

I was able to run gnuhealth server and tryton client to
connect to the community server.
 But when I tried to generate my own local database, I tried
to run severpass.py
I get the following:

TRYTOND_CONFG= variable no set and No configuration file
specified

I also tried with the encryption script provided by the
official tryton docs
python -c 'import getpass,crypt,random,string; print 
crypt.crypt(getpass.getpass(), .join(random.sample(string.ascii_letters + 
string.digits, 8)))'
But got the wrong pswd ERROR
Any idea of what could I be doing wrong?
I know this is not such a big contribution, but I'm stuck
with this since this morning!

Txs

On Wed, Jan 28, 2015 at 9:59 AM, Luis Falcon fal...@gnu.org
mailto:fal...@gnu.org wrote:

Hi Axel !
On Wed, 28 Jan 2015 12:30:49 +0100
Axel Braun axel.br...@gmx.de
mailto:axel.br...@gmx.de wrote:

 Hi Luis,

  Gesendet: Mittwoch, 28. Januar 2015 um 11:52 Uhr
  Von: Luis Falcon fal...@gnu.org
mailto:fal...@gnu.org
  An: Axel Braun axel.br...@gmx.de
mailto:axel.br...@gmx.de
  Cc: health-dev@gnu.org mailto:health-dev@gnu.org
  Betreff: Re: [Health-dev] Important tests for
upcoming GNU Health
  2.8

 ...

* Digital signatures (vital records,
prescriptions and patient
 evaluations ). Please check the workflows are OK
  
   Can you point me to the documentation on how to
set it up in
   GNUHealth?
 
  You need to install health_crypto module.

 Done, bundled with the Tryton client 3.2 and 3.4
(openSUSE)
Great :)

  Then check the vital records (Demographics - Birth
and Death
  Certificates ) or directly from Party - Related
Action (Birth /
  Death certs ).

 One step back please:
 I created a new health professional.
 Does the professional have to create his own set of
keys? [I assume
 yes, on the operating system level] How is the key
management
 handled, where do I import his secret key?
No need to import anything.

Signing the GNU Health document with your private key is
done with the
GNU Health GPG crypto plugin for the Tryton client. It
retrieves your
gnupg key from your client. Of course, you have to have
an existing
key-pair.

I will document this section today.

Best,


 Thanks
 Axel






-- 
Lic. Cecilia Santos Popper

Santa Fe
(0342) 154 440 615
www.linkedin.com/in/ceciliasp/
http://www.linkedin.com/in/ceciliasp/



-- 


Baamtu: Imaginez et ensemble nous réalisons.

*Mohamed Moustapha DIOUF - mdi...@baamtu.com
mailto:mdi

Re: [Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-28 Thread Luis Falcon
Hi Mouhamed !
On Tue, 27 Jan 2015 22:58:55 +0100
Mouhamed Moustapha Diouf mdi...@baamtu.com wrote:

 Hi,
 the installation with gnuhealth_install work perfectly the first time.
 Generation of PUID ok also.
 Continuing testing
 
Thank you for testing and reporting ! It's great to know :)

@all : Please indicate the Operating System that you're running the
tests.

Best,

 Le 27/01/2015 17:00, Luis Falcon a écrit :
  Dear all,
 
  We are getting close to the release of 2.8.0 . I would like to get
  feedback on the RC3, especially on :
 
  MAIN GNU HEALTH SERVER
 
 
  * The GNU Health standard installer (gnuhealth_install)
 
  * gnuhealth-control : Automated Backups and updates
 
  * Setup new instance, institution, health professionals, people and
 patients.
 
  * Person Unique Identifier
 
  * Immunizations : Schedule, reports, patient immunization status
 report,..
 
  * Document digests / validations
 
  * Crypto plugin installation on Tryton client
 
  * Digital signatures (vital records, prescriptions and patient
 evaluations ). Please check the workflows are OK
 
  * Injury Surveillance System
 
  * Birth and Death Certificates
 
  * Demographics reports
 
  * Upgrade : Verify that the upgrades from previous versions go
  smooth.
 
  * Translations
 
 
  SYNCHRO ENGINE and HL7 FHIR
 
  * Synchronization : I'm enabling synchronization on the community
 server. Those interested in working on the testing, please let me
 know, so we start assigning IDs to each of you.
 
  * FHIR server. Chris Zimmerman is on top of this one. We're setting
  up the server in Amsterdam too, so you will be able to test it too.
 
  This will give us a nice overview on the latest functionality check.
 
  @Axel : I updated the setup.py for the latest tarball, and uploaded
  it :)
 
  MD5 (gnuhealth-28rc3.tar.gz) = 72884aed63d4effb6fcca082b5f0d114
 
  Thank you !
 
  Best,
  Luis
 
 
 




Re: [Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-28 Thread mdiouf
Hi,
It's a pleasure
Ubuntu 14.04 for me.




 Original Message 
From: Luis Falcon fal...@gnu.org
To: Mouhamed Moustapha Diouf mdi...@baamtu.com
Cc: health-dev@gnu.org
Sent: Mer, Jan 28, 2015, 11:05 AM
Subject: Re: [Health-dev] Important tests for upcoming GNU Health 2.8

Hi Mouhamed !
On Tue, 27 Jan 2015 22:58:55 +0100
Mouhamed Moustapha Diouf mdi...@baamtu.com wrote:

 Hi,
 the installation with gnuhealth_install work perfectly the first time.
 Generation of PUID ok also.
 Continuing testing

Thank you for testing and reporting ! It's great to know :)

@all : Please indicate the Operating System that you're running the
tests.

Best,

 Le 27/01/2015 17:00, Luis Falcon a écrit :
  Dear all,
 
  We are getting close to the release of 2.8.0 . I would like to get
  feedback on the RC3, especially on :
 
  MAIN GNU HEALTH SERVER
 
 
  * The GNU Health standard installer (gnuhealth_install)
 
  * gnuhealth-control : Automated Backups and updates
 
  * Setup new instance, institution, health professionals, people and
 patients.
 
  * Person Unique Identifier
 
  * Immunizations : Schedule, reports, patient immunization status
 report,..
 
  * Document digests / validations
 
  * Crypto plugin installation on Tryton client
 
  * Digital signatures (vital records, prescriptions and patient
 evaluations ). Please check the workflows are OK
 
  * Injury Surveillance System
 
  * Birth and Death Certificates
 
  * Demographics reports
 
  * Upgrade : Verify that the upgrades from previous versions go
  smooth.
 
  * Translations
 
 
  SYNCHRO ENGINE and HL7 FHIR
 
  * Synchronization : I'm enabling synchronization on the community
 server. Those interested in working on the testing, please let me
 know, so we start assigning IDs to each of you.
 
  * FHIR server. Chris Zimmerman is on top of this one. We're setting
  up the server in Amsterdam too, so you will be able to test it too.
 
  This will give us a nice overview on the latest functionality check.
 
  @Axel : I updated the setup.py for the latest tarball, and uploaded
  it :)
 
  MD5 (gnuhealth-28rc3.tar.gz) = 72884aed63d4effb6fcca082b5f0d114
 
  Thank you !
 
  Best,
  Luis
 






Re: [Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-28 Thread Luis Falcon
Hi Axel !

On Wed, 28 Jan 2015 09:26:15 +0100
Axel Braun axel.br...@gmx.de wrote:

 Hi Luis,
 
  Gesendet: Dienstag, 27. Januar 2015 um 17:00 Uhr
  Von: Luis Falcon fal...@gnu.org
  An: health-dev@gnu.org
  Betreff: [Health-dev] Important tests for upcoming GNU Health 2.8
 
  
  We are getting close to the release of 2.8.0 . I would like to get
  feedback on the RC3, especially on :
  
  MAIN GNU HEALTH SERVER 
  
  
  * The GNU Health standard installer (gnuhealth_install) 
  
  * gnuhealth-control : Automated Backups and updates
  
  * Setup new instance, institution, health professionals, people and
patients.
 
 So far no problems...
  
  * Person Unique Identifier
  
  * Immunizations : Schedule, reports, patient immunization status
report,..
  
  * Document digests / validations
  
  * Crypto plugin installation on Tryton client
 
 Works as well
 
  * Digital signatures (vital records, prescriptions and patient
evaluations ). Please check the workflows are OK
 
 Can you point me to the documentation on how to set it up in
 GNUHealth?

You need to install health_crypto module. 
Then check the vital records (Demographics - Birth and Death
Certificates ) or directly from Party - Related Action (Birth / Death
certs ).

In the patient evaluation you now have a new validation tab, showing
the digest, the document integrity status and the digital signature (if
signed).

In the patient evaluation, the states are In progress - Done -
Signed . Different information will be shown depending on the state.

The health_history module incorporates this info on the patient
evaluation report.

 
  * Injury Surveillance System
  
  * Birth and Death Certificates
  
  * Demographics reports
  
  * Upgrade : Verify that the upgrades from previous versions go
  smooth. 
 
 Finally updated the demo server 2.6.3 to 2.8rc3 w/o problems.
  
This is great :) So if things go smooth as they appear, I can
now dedicate the time to documentation.

Thank you !

Best,

 
 Thx
 Axel 
 
 




Re: [Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-28 Thread Luis Falcon
Hi Axel !
On Wed, 28 Jan 2015 12:30:49 +0100
Axel Braun axel.br...@gmx.de wrote:

 Hi Luis,
 
  Gesendet: Mittwoch, 28. Januar 2015 um 11:52 Uhr
  Von: Luis Falcon fal...@gnu.org
  An: Axel Braun axel.br...@gmx.de
  Cc: health-dev@gnu.org
  Betreff: Re: [Health-dev] Important tests for upcoming GNU Health
  2.8
 
 ...
 
* Digital signatures (vital records, prescriptions and patient
  evaluations ). Please check the workflows are OK
   
   Can you point me to the documentation on how to set it up in
   GNUHealth?
  
  You need to install health_crypto module. 
 
 Done, bundled with the Tryton client 3.2 and 3.4 (openSUSE)
Great :)
 
  Then check the vital records (Demographics - Birth and Death
  Certificates ) or directly from Party - Related Action (Birth /
  Death certs ).
 
 One step back please:
 I created a new health professional.
 Does the professional have to create his own set of keys? [I assume
 yes, on the operating system level] How is the key management
 handled, where do I import his secret key?
No need to import anything.

Signing the GNU Health document with your private key is done with the
GNU Health GPG crypto plugin for the Tryton client. It retrieves your
gnupg key from your client. Of course, you have to have an existing
key-pair.

I will document this section today.

Best, 

 
 Thanks
 Axel 
 




Re: [Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-27 Thread Mouhamed Moustapha Diouf

Hi,
the installation with gnuhealth_install work perfectly the first time.
Generation of PUID ok also.
Continuing testing

Le 27/01/2015 17:00, Luis Falcon a écrit :

Dear all,

We are getting close to the release of 2.8.0 . I would like to get
feedback on the RC3, especially on :

MAIN GNU HEALTH SERVER


* The GNU Health standard installer (gnuhealth_install)

* gnuhealth-control : Automated Backups and updates

* Setup new instance, institution, health professionals, people and
   patients.

* Person Unique Identifier

* Immunizations : Schedule, reports, patient immunization status
   report,..

* Document digests / validations

* Crypto plugin installation on Tryton client

* Digital signatures (vital records, prescriptions and patient
   evaluations ). Please check the workflows are OK

* Injury Surveillance System

* Birth and Death Certificates

* Demographics reports

* Upgrade : Verify that the upgrades from previous versions go smooth.

* Translations


SYNCHRO ENGINE and HL7 FHIR

* Synchronization : I'm enabling synchronization on the community
   server. Those interested in working on the testing, please let me
   know, so we start assigning IDs to each of you.

* FHIR server. Chris Zimmerman is on top of this one. We're setting up
   the server in Amsterdam too, so you will be able to test it too.

This will give us a nice overview on the latest functionality check.

@Axel : I updated the setup.py for the latest tarball, and uploaded
it :)

MD5 (gnuhealth-28rc3.tar.gz) = 72884aed63d4effb6fcca082b5f0d114

Thank you !

Best,
Luis




--

Baamtu: Imaginez et ensemble nous réalisons.

*Mohamed Moustapha DIOUF - mdi...@baamtu.com*
Baamtu Sénégal / France
Directeur Général
Tél (FR): +33 6.03.84.29.76
Tél : +221 77.092.34.34
Tél : +221 77.552.21.42
http://www.baamtu.com



[Health-dev] Important tests for upcoming GNU Health 2.8

2015-01-27 Thread Luis Falcon
Dear all,

We are getting close to the release of 2.8.0 . I would like to get
feedback on the RC3, especially on :

MAIN GNU HEALTH SERVER 


* The GNU Health standard installer (gnuhealth_install) 

* gnuhealth-control : Automated Backups and updates

* Setup new instance, institution, health professionals, people and
  patients.

* Person Unique Identifier

* Immunizations : Schedule, reports, patient immunization status
  report,..

* Document digests / validations

* Crypto plugin installation on Tryton client

* Digital signatures (vital records, prescriptions and patient
  evaluations ). Please check the workflows are OK

* Injury Surveillance System

* Birth and Death Certificates

* Demographics reports

* Upgrade : Verify that the upgrades from previous versions go smooth. 

* Translations


SYNCHRO ENGINE and HL7 FHIR

* Synchronization : I'm enabling synchronization on the community
  server. Those interested in working on the testing, please let me
  know, so we start assigning IDs to each of you.

* FHIR server. Chris Zimmerman is on top of this one. We're setting up
  the server in Amsterdam too, so you will be able to test it too.

This will give us a nice overview on the latest functionality check.

@Axel : I updated the setup.py for the latest tarball, and uploaded
it :)

MD5 (gnuhealth-28rc3.tar.gz) = 72884aed63d4effb6fcca082b5f0d114

Thank you !

Best,
Luis