First, a bit of background. It can be complicate for a physician to select the correct xray order for the images they would like to see.
I would like to build a simple one page app where a clinician could select images from a gallery and have the app determine which order would be best suited.
I would use Sharepoint as the database.
The tricky part is going to be organizing and defining the order parameters that I’ll need to compare with the items selected from the gallery. Perhaps I could use the formulas property on the App control to set a collection of values that the selected gallery items would need to satisfy for the app to match the order. Or would I need to create a separate list for each order?
Any thoughts on app structure or ideas on best approaches would be appreciated.