Encode and Decode Patient Informatnion
The key
from mcgpy.key import (encode, decode)
To protect personal information, MCGpy provides basic encryption methods that encode and decode a patient's name, birthday, and gender, respectively. Each function is contained in the key module, and their references are the fowling below.
| Methods | Description |
|---|---|
| encode | Encode personal name, birthday, and gender |
| decode | Decode personal information from the encrypted string |