Patient record

Hi all,

We created dataelements for Mother Form and tested the patient module. We have some problems:

  1. The program have two objects, mother and child. They have some different properties. For example, mother has pre-pregnacy, child has apgar 1, apgar 5, malformation. We defines all of attributes for the objects. Because the system doesn’t separates objects, so when to create a branch new object and input the attributes to it, the system show all of the attributes.How do you only show information for each object ?

When a mother bears children, we input the personal information of the mother and the children. And at this time, the child has no name. In the new system, we only create objects when the name and age / birthday. Therefore, we can not create a new child. How do you have suggestion to solve this problem?

  1. At the end of month, a list of mothers born in the month is sent to health officer in ward to confirm names of their children. After that, we update list of children’s names arccording to each ward. How do you think if we have a new function to list all of born children at the ward in the month ?

  2. Mother object has two address, resident and temporarily address. Health officer needs to them to statistics.

The system supports to input one address. How do you have suggestion for it ?

  1. It’s difficult to input information the current form (ref. attached file). Can we have the function which support designing data entry form?

  2. At the end of month, the health worker export reports, as follows:

  • Statistics reports as DHIS 2.0

  • List of addititional children ( Except childrens who were born in the current hospital have children information, mother information and born information. There are other children who were born in other places have no born information. They are additition children ).

The system only supports to list objects attend the program. How do you think if we have a function to export statistics report ?

Best regards,

image

···

================================
Châu Thu Trân
HISP Viet Nam
Email: tran.hispvietnam@gmail.com

Cell phone: +84 97 324 1542

Thanks a lot for sharing this Tran. Your suggestions look very reasonable. I know the Indians have done development on entry forms.

It would be great if Abyot and Viet could comment on this…

Lars

···

On Wed, Jan 20, 2010 at 6:27 AM, Chau Thu Tran tran.hispvietnam@gmail.com wrote:

Hi all,

We created dataelements for Mother Form and tested the patient module. We have some problems:

  1. The program have two objects, mother and child. They have some different properties. For example, mother has pre-pregnacy, child has apgar 1, apgar 5, malformation. We defines all of attributes for the objects. Because the system doesn’t separates objects, so when to create a branch new object and input the attributes to it, the system show all of the attributes.How do you only show information for each object ?

When a mother bears children, we input the personal information of the mother and the children. And at this time, the child has no name. In the new system, we only create objects when the name and age / birthday. Therefore, we can not create a new child. How do you have suggestion to solve this problem?

  1. At the end of month, a list of mothers born in the month is sent to health officer in ward to confirm names of their children. After that, we update list of children’s names arccording to each ward. How do you think if we have a new function to list all of born children at the ward in the month ?
  1. Mother object has two address, resident and temporarily address. Health officer needs to them to statistics.

The system supports to input one address. How do you have suggestion for it ?

  1. It’s difficult to input information the current form (ref. attached file). Can we have the function which support designing data entry form?
  1. At the end of month, the health worker export reports, as follows:
  • Statistics reports as DHIS 2.0
  • List of addititional children ( Except childrens who were born in the current hospital have children information, mother information and born information. There are other children who were born in other places have no born information. They are additition children ).

The system only supports to list objects attend the program. How do you think if we have a function to export statistics report ?

Best regards,

Hi,

  1. It’s difficult to input information the current form (ref. attached file). Can we have the function which support designing data entry form?

I’ve been working on the custom data entry screen. All basic features are finished. Currently we are implementing this project in India for the first state, so we are still getting requirements and then do customization on this.

I am working on the patient branch : lp:~dhis2-devs-core/dhis2/dhis-patient

You can check out the source code from that branch and have a look.

Some changes :

  • One dataentryform can contain many programstages. When user select a programstage to view or entering data in custom dataentryscreen, datalements belong to other programstages will be disabled.
  • So for that purpose, the custom dataentryform design function will be change :
  • There is one more button for you to select the data datalements from another programstage.
  • The result of the above feature will lead to : there will be some programstages that have the same dataentryform. So there is one more function for you to choose an existing dataentryform.
  • When assigning dataelements to programstage, you can decide a dataelement is mandatory or not. Therefore, in dataentry screen, all the mandatory datalements must has value before that dataentry is completed ( user click on complete button ).
    There are some more changes on the interface to make it user-friendly.

Regards,

···

2010/1/20 Lars Helge Øverland larshelge@gmail.com

On Wed, Jan 20, 2010 at 6:27 AM, Chau Thu Tran tran.hispvietnam@gmail.com wrote:

Hi all,

We created dataelements for Mother Form and tested the patient module. We have some problems:

  1. The program have two objects, mother and child. They have some different properties. For example, mother has pre-pregnacy, child has apgar 1, apgar 5, malformation. We defines all of attributes for the objects. Because the system doesn’t separates objects, so when to create a branch new object and input the attributes to it, the system show all of the attributes.How do you only show information for each object ?

When a mother bears children, we input the personal information of the mother and the children. And at this time, the child has no name. In the new system, we only create objects when the name and age / birthday. Therefore, we can not create a new child. How do you have suggestion to solve this problem?

  1. At the end of month, a list of mothers born in the month is sent to health officer in ward to confirm names of their children. After that, we update list of children’s names arccording to each ward. How do you think if we have a new function to list all of born children at the ward in the month ?
  1. Mother object has two address, resident and temporarily address. Health officer needs to them to statistics.

The system supports to input one address. How do you have suggestion for it ?

  1. It’s difficult to input information the current form (ref. attached file). Can we have the function which support designing data entry form?
  1. At the end of month, the health worker export reports, as follows:
  • Statistics reports as DHIS 2.0
  • List of addititional children ( Except childrens who were born in the current hospital have children information, mother information and born information. There are other children who were born in other places have no born information. They are additition children ).

The system only supports to list objects attend the program. How do you think if we have a function to export statistics report ?

Best regards,

Thanks a lot for sharing this Tran. Your suggestions look very reasonable. I know the Indians have done development on entry forms.

It would be great if Abyot and Viet could comment on this…

Lars


Mailing list: https://launchpad.net/~dhis2-devs

Post to : dhis2-devs@lists.launchpad.net

Unsubscribe : https://launchpad.net/~dhis2-devs

More help : https://help.launchpad.net/ListHelp


Nguyen Pham Hoang Quoc Viet