Pre-Registration Configuration
Configurations in Pre-Registration Properties files
File Name: pre-registration-mz.properties
Templates used by Pre-Registration
Email Acknowledgment
This template is used in email notification sent to the applicants when they completes their pre-registration appointment booking. This email is sent to the applicant's email id which is collected as part of pre-registration data collection.
Template type code: Email-Acknowledgement
Sample template:
Attributes:
$name - Name of the applicant
$date - Date when pre-registration was done
$time - Time when pre-registration was done
$PRID - Pre-registration ID of the applicant
$Appointmentdate - Appointment date
$Appointmenttime - Appointment time
SMS Acknowledgement
This template is used in sms notification sent to the applicants when they completes their pre-registration appointment booking. This sms is sent to the applicant's mobile number which is collected as part of pre-registration data collection.
Template type code: SMS-Acknowledgement
Sample template:
Attributes:
$date - Date when pre-registration was done
$time - Time when pre-registration was done
$PRID - Pre-registration ID of the applicant
$Appointmentdate - Appointment date
$Appointmenttime - Appointment time
Subject for Email Acknowledgement
This template is used to set the subject of the email notification sent to the resident.
Template type code: Acknowledgement-email-subject
Sample template:
Attributes:
$PRID - Pre-registration ID of the applicant
Consent
This is a template for taking consent of the applicant before he/she provides his/her demographic details.
Template Type Code:
Sample Template: consent
Attributes: This template doesn't support any attributes.
Cancel Appointment
This template is used in the SMS or Email notification sent to resident when their appointment is cancelled.
Template type code:
Sample template:
Attributes:
$name - Name of the applicant
$PRID - Pre-registration ID of the applicant
$Appointmentdate - Appointment date of the applicant
$Appointmenttime - Appointment time of the applicant
Onscreen Acknowledgement
Template type code: Onscreen-Acknowledgement
Sample template:
Attributes: This template doesn't support any attributes.
Pre-Registration UI Specification
File Name: pre-registration-demographic.json
For details about the pre-registration UI specification, please go through this page.
Pre-Registration Mapping JSON
This is a mapping file for the Pre-registration ID object. The fields name, proofOfAddress, and postalCode are the only attributes that are used internally in Pre-registration.
name - Name of the applicant. It is used in notification templates & the Pre-registration dashboard screen.
proofOfAddress - Document containing Proof of Address. It is used in the document upload screen to fetch the address document from another applicant.
postalCode - Postal Code in the Address. To fetch the list of centers for the postal code provided by the individual while providing the demographic details.
File Name: pre-registration-identity-mapping.json
Last updated