Birth & Death Service Configuration

Objective:

  1. Register the Birth and death information of the citizen into the system.

  2. To Correct any wrong information which is captured earlier.

  3. To enable citizens to search and download their respective certificates.

Technical Details

Birth Certificate - New Registration

Both Birth and Death forms are quite similar.

MDMS details for hospitals:

Hospitals are configured at the city level.

{
    "tenantId": "pb.amritsar",
    "moduleDetails": [
        {
            "moduleName": "birth-death-service",
            "masterDetails": [
                {
                    "name": "hospitalList"
                }
            ]
        }
    ]
}

Birth registration file link: frontend/mono-ui/web/rainmaker/dev-packages/egov-bnd-dev/src/ui-config/screens/specs/birth-employee/newRegistration.js

Death registration file link: frontend/mono-ui/web/rainmaker/dev-packages/egov-bnd-dev/src/ui-config/screens/specs/death-employee/newRegistration.js

Filename: newRegistrationFooter.js

It contains the logic related to the validation of the form, submission, and API call details.

APIs used -

Birth - Create and Update API

  • birth-death-services/common/saveBirthImport

  • birth-death-services/common/updateBirthImport

Death - Create and Update API

  • birth-death-services/common/saveDeathImport

  • birth-death-services/common/updateDeathImport

Search Certificate

Search certificate is the same for both employee and citizen.

The employee has view option. Whereas citizens can download for free for the first time. Second time downloads the citizen have to Pay & Download.

BIRTH_APPLICATION_CREATOR & DEATH_APPLICATION_CREATOR - the Birth Registration button is enabled on the search screen for this role.

Citizen View

API Details

birth-death-services/death/_search

birth-death-services/birth/_search

File Details -

frontend/mono-ui/web/rainmaker/dev-packages/egov-bnd-dev/src/ui-config/screens/specs/birth-common/getCertificate.js
frontend/mono-ui/web/rainmaker/dev-packages/egov-bnd-dev/src/ui-config/screens/specs/death-common/getCertificate.js

Clicking on the Pay and download button - Generates demand for making a payment and after completing the payment it downloads the certificate automatically.

Auto download configuration file

frontend/mono-ui/web/rainmaker/dev-packages/egov-common-dev/src/ui-config/screens/specs/egov-common/acknowledgement.js

postPaymentSuccess method enables the auto-download. Clicking on the Download button - searches for the filestore id and downloads the file.

  • birth-death-services/birth/_getfilestoreid?tenantId={{tenantid}}&consumerCode={{consumercode}}

  • birth-death-services/death/_getfilestoreid?tenantId={{tenantid}}&consumerCode={{consumercode}}

My Applications

  • Citizen

Citizens can download certificates and receipts from the My Applications screen.

How It Works Section

The How It works section shows the configured pdf to help citizens download certificates. Similarly in other environments, the same file is added to the Asset folder.

Also in Global config file https://qa.digit.org/egov-qa-assets/globalConfigs.js var assetS3Bucket = 'egov-qa-assets'; Refer to the Citizen User Manual for details.

Localization Module - rainmaker-bnd

ROLE ACTION MAPPING

Last updated

​All content on this page by eGov Foundation is licensed under a Creative Commons Attribution 4.0 International License.