Dave Vockell • almost 5 years ago
Add an element to the Doctor Detail Card
I am looking at the physician detail card -- with address, specialties and other info.
How would I add an element to that page that matched up info I had on that doctor. For example, let's say keyed against the doctor ID (e.g., WUSM0139364401) I knew how tall a doctor was and wanted to include "Height: 63 inches" -- how would I add that info to the detailed doctor card. You can assume I have the the ability to get the info either into a field like height["WUSM0139364401"] or i have some function like height = lookupheight("WUSM0139364401").
Comments are closed.

2 comments
emmanuel valentin Manager • almost 5 years ago
you cannot store anything in our database. You could maintain your own dataset with this Id as a relationship key. it is stable on our side; this id never change for a given doctor.
however, with the current version it is not possible to customise the SDK's UI with custom fields.
emmanuel
Dave Vockell • almost 5 years ago
Merci. Je vais trouver un autre chemin.