Subversion Repository Public Repository

Satyam

1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
success.login=Login Successful
error.login=Invalid Login

success.save={0} Information  Saved Successfully
error.save={0} Information Not Saved
error.update={0} updated by someone else
error.aleardydeleted={0} deleted by someone else
success.delete={0} Information Deleted Successfully 
error.delete={0} Information Not Deleted
error.merge = Merging Failed
success.merge = Merging Successful

error.db=Unable to connect the DB
error.dao=Error in Data Access Object

notselected=Record Not Selected
notselected.delete=Record not selected for delete
notselected.edit=Select a record for edit
notselected.reschedule=Record not selected for reschedule
notselected.role=Role not selected

component.selected={0} should be selected

confirm.delete=Do you want to delete the selected record

notfound=Record not found
patientnotfound=No patient found

error.fetch=Error in fetching {0} list

success.save.patient={0} Information saved successfully with Patient ID : {1}
speciality.mandatory = Speciality Should be entered
# Patient Registration Validation
#Demographics
firstname.mandatory = First name should be entered
firstname.pattern= First name can only be Alphabets[A-Z or a-z]
middile.pattern= Middle name can only be Alphabets[A-Z or a-z]
lastname.mandatory= Last name should be entered
lastname.pattern= Last name can only be Alphabets[A-Z or a-z]
lastname= Last name shouldn't be empty
gender= Gender is not selected
dob=Date Of Birth is not selected
age=Patient Age cannot exceed age 150 years
contactnumber = Contact number should be numeric and of 10 digits
emergencynumber = Emergency number should be numeric and of 10 digits
mobilenumber = Mobile number should be numeric and of 10 digits
homenumber = Home phone number should be numeric and of 10 digits
city = City can only be Alphabets[A-Z or a-z].\n It should not take any space
dist = District can only be Alphabets[A-Z or a-z].\n It should not take any space
zipcode = Zip code should be 6 digits
email = Invalid Email ID
insurancename = Insurance name can only be Alphabets[A-Z or a-z]
subscribername = Subscriber name can only be Alphabets[A-Z or a-z]
relnwithpatient = Relation with patient can only be Alphabets[A-Z or a-z]
patientoccupation = Patient occupation can only be Alphabets[A-Z or a-z]
companyname = Company name can only be Alphabets[A-Z or a-z]
companynumber = Company number should be numeric and of 10 digits
referencecolleague = Reference colleague can only be Alphabets[A-Z or a-z]
referencecolleaguenum = Reference colleague number should be numeric and of 10 digits
designation.mandatory = Doctor's designation shouldn't be empty
designation.pattern= Doctor's designation can only be Alphabets[A-Z or a-z]
department = Department is not selected
roomtype = Room Type is not selected
room = Room is not selected
doctortimeinterval = Doctor's time interval is not selected
# Patient Registration Validation


#Out Patient Validation
procedure.mandatory = Procedure name should be entered 
diagnosis.mandatory = Diagnosis name should be entered 
medication.mandatory = Medicine name should be entered 
dose.integer = Dose should be in number [0-9]
frequency.integer = Frequency should be in integer [0-9]
allergy.mandatory = Allergy name should be entered
height.valid = Enter a valid height
temp.valid = Enter a valid temperature
weight.valid = Enter a valid weight
bp.valid = Enter a valid blood pressure
resp.valid = Enter a valid resp
pulse.valid = Enter a valid pulse
enter.mandatory = Enter mandatory fields
#Out Patient Validation

immunization.mandatory = Immunization name should be entered
category.mandatory = Category should be selected
component.mandatory = Component name should be entered
symptom.mandatory = Symptom name should be entered
department.mandatory = Department name should be entered
speciality.mandatory = Speciality name should be entered
pharmacy.mandatory = Pharmacy name should be entered
lab.mandatory = Lab name should be entered
role.mantatory = Role name should be entered
username.mandatory = Username should be entered
password.mandatory = Password should be entered
roomnumber.mandatory = Room number should be entered
noofbeds.mandatory = Number Of Beds should be entered
bedcharge.mandatory = Bed price should be selected
bednumber.mandatory = Bed number should be entered
codetype.mandatory = Code type should be selected
codevalue.mandatory = Code value should be entered

#Lab Receipt Validation

labPaidAmount.mandatory = Paid amount should be entered.
reason.mandatory = Please Enter a valid reason.
labPaidAmount.type = Paid amount should be numeric.

#Business LookUp
gynecology.dept=gyn
pediatric.dept=ped

Commits for Satyam/AuroCareEMR/src/main/resources/emrmessages.properties

Diff revisions: vs.
Revision Author Commited Message
1 girijabapi picture girijabapi Fri 20 Jul, 2018 05:59:17 +0000