Page 1 of 1

Some Data We Can Not Found in Query #43132

Posted: Thu Jun 15, 2023 3:58 am
by beacondental
Hello Sir/Ma'am,


I am working on an email service of 'Summary of records release by clinic' and use Query #43132, in that I need to find the reason why the patient is changing or moving to some other clinic

e.g: 21711-Richard F. (Choosing another doctor)

here the reason is choosing another doc.

This records will contain the list of patients having miscellaneous type of sheet field, I tried finding this reason in various tables like Sheet, SheetFields, Patient, Clinic but could not find it.

As I am not aware about the whole database structure, could you please shed some light on related table to 'Sheet' so that I can modify the query accordingly and fetch required data



Thanks and regards,
Raj Joshi
GlobalVox

Re: Some Data We Can Not Found in Query #43132

Posted: Thu Jun 15, 2023 8:52 am
by SLeon
Here is a link to our entire database schema that you can use to learn more about Sheets, etc.

Re: Some Data We Can Not Found in Query #43132

Posted: Fri Jun 30, 2023 7:26 am
by beacondental
For the MISC, I did find it in the database schema and it's under Reportable Name. But, how would I get this in the API Sheets? I do not see the reportable name in the API sheets. Or would it be in another API table?

Re: Some Data We Can Not Found in Query #43132

Posted: Fri Jun 30, 2023 8:08 am
by SLeon
"ReportableName" is a field in the Sheetfield table. We can add it to SheetFields GET, if you like.

Re: Some Data We Can Not Found in Query #43132

Posted: Fri Jun 30, 2023 8:09 am
by beacondental
Yes, please add it to SheetFields GET

Re: Some Data We Can Not Found in Query #43132

Posted: Fri Jun 30, 2023 8:15 am
by SLeon
I have added this to our development list. We will update this thread once it is completed.