Wikipedia defines computer science as the systematic study of algorithmic processes that describe and transform information. But for me, it is simply as F-U-N!
CSI: Computer Science & I
Bytes and Pieces of Me
Yet another blog of mine - this time it logs not just errors but also learnings as I master the world of computer science. And yes, this is getting so serious.
Updating OpenMRS Schema
Attached is the initial “argument” for updating the OpenMRS Schema.
Added the following tables:
- referral
- referral_post
- referral_attachment
- referral_recipient
- doctor
- user_contact_detail
- contact_type
- specialization
I also take care of uuid which is present to almost every OpenMRS tables.
Possibly Related Posts:
Leave a Reply
Any fool can write code that a computer can understand. Good programmers write code that humans can understand.
- M. Fowle