dreaswar / AuShadha

AuShadha (औषध): Means medicine in Sanskrit. This is a Electronic Medical Records (EMR) and Public Health Management for small clinics written in Django and Dojo
http://dreaswar.github.com/AuShadha/
Other
73 stars 37 forks source link

patient names #18

Closed dashtodartlang closed 10 years ago

dashtodartlang commented 10 years ago

Should be able to handle complex names:

1) Middle name should be optional 2) Names should be able to handle spaces, apostrophes, dashes (examples: John J. Peterson Mitchell, John O'Neil, Martha Smith-O'Neil)

dreaswar commented 10 years ago

thanks. will get on that

dreaswar commented 10 years ago

@rattaro , I have changed the forms to accomodate the characters specified. Please find the code in au_pluggable branch.