Author: Juming Xiong
This repository contains code for running a Patient Heath Database.
This is written in Python
The database will contain:
- Patient Name
- Patient Age
- Patient Bloodtype
- A+
- A-
- B+
- B-
- AB+
- AB-
- Patient addres
- Patient Gender
- Medical Record Number
The variable name is 'x variable'. ... def function(x): print(x) ...