Ordoclic Search === |Actor|search target|Route|Main API|Service location|DAO / gRPC location|SQL Function|Note| |--|--|--|--|--|--|--|--| |Pro|Patient Directory|/v1/professionals/99eec2ca-2e09-4a49-8032-c6e18bf1a38c/patients?q=&onlymypatients=y&status=&per_page=20&page=1|professional >> getPatientDirectoryOfProfessional |professional >> GetPatientDirectory|patient dao >> GetPatientDirectoryByProID|professional_search_patient_directory| |Entity|Patient Directory|/v1/professionals/99eec2ca-2e09-4a49-8032-c6e18bf1a38c/patients?q=&onlymypatients=y&status=&per_page=20&page=1|professional >> getPatientDirectoryOfProfessional|professional >> GetPatientDirectory|patient dao >> GetPatientDirectoryByEntity|entity_search_patient_directory| |Pro/Entity|Patient Directory|/v1/professionals/99eec2ca-2e09-4a49-8032-c6e18bf1a38c/patients?q=&onlymypatients=y&status=&per_page=20&page=1|professional >> getPatientDirectoryOfProfessional|professional >> SearchPatients|patient dao >> SearchPatients|professional_searchpatient|this is extra search| |Pro|Prescription|/v1/prescriptions?page=1&per_page=20&month=0&year=0&status=todeliver|prescription >> query|prescription >> GetAllPrescriptions| prescription service >> ListPrescriptions|ps_list_prescriptions| |Entity|Prescription|/v1/prescriptions?page=1&per_page=20&month=0&year=0&status=todeliver|prescription >> query|prescription >> GetAllPrescriptionsByEntity| prescription service >> ListPrescriptions|ps_list_entity_prescriptions|check EntityId exist| |Pro|Mail|/v1/professionals/99eec2ca-2e09-4a49-8032-c6e18bf1a38c/docs/mail?page=1&per_page=20|professional >> professionalSearchDocuments|document >> ProfessionalSearchDocuments|document dao >> ProfessionalSearchDocuments|professional_searchdocuments|| |Entity|Mail|/v1/entity/mails?page=1&per_page=20|document >> getEntityMails|document >> GetDocumentsByEntityID|document >> GetDocumentsByEntityID|entity_searchdocuments| | Column 1 | Column 2 | Column 3 | | -------- | -------- | -------- | | Text | Text | Text |