print('Dr. Python: A Program for patients Prescription')
print('-------------------------------------------------')
print('')
print('CAPSLOCK')
print('Amolate, James')
print('Virtucio, Michael Jay')
print('Manguerra, John Mikko')
print('Amante, Melchor')
print('ITEP 206 Integrative Programming Technologies 1')
print('2nd Semester 2020-2021')
print('-------------------------------------------------')
mNumber = 0
menuList = ['Search','View','Add']
illnessList['Fiver', 'Flu']
print('--------------------Menu--------------------')
for items in menuList:
mnumber += 1
print(str(mnumber), items)
loop = true
while = loop:
pChoice = int(input('Select Nember: '))
if pChoice == 1 :
print('Search illnesses')
illness = input('Enter illness: ')
if illness in illnessList:
print('Searching.......')
print('Prescription')
else
print('Does not exist in the desease list.')
break
elif pChoice == 2:
print('View illnesses')
for illness in illnessList:
print(illness)
if selectIllness in illnessList:
print('Selected illness is : ', selectIllness)
print('View Prescription')
else:
print('Dont not exist in the list of illness')
elif pChoice == 3:
print('Add prescription')
presDate = input('Input Prescription Date: ')
presHospitalAddress = input('Input Clinic/Hospital Address'

presHospitalContactNumber = input('Input Clinic/ Hospital Contact Number: ')
presPatientNumber = input('Input Patient Number: ')
presPatientName = input('Patient Name: ')
others = input('others')
print('Generating Printed Reports....... ')
print('Date', presDate)
print('etc')