Restrict network analysis to finding origins/destinations with common ID

2824
0
08-24-2014 04:29 PM
PaulBeere
New Contributor

I have two point feature classes, patients and physicians. The patient feature class records which physician each patient visits (a one to one relationship). I would like to run an OD Cost Matrix (or whatever works) and restrict analysis to finding routes where the patient's physician ID (origins) and the physician ID (destination) match.

 

The only solution that I can think of (which is far from elegant) is to find all destinations for each origin and then extract those where the two IDs match.

 

Am I missing something obvious?

 

P.s. The network layer does not have a time field, so VRP is unavailable.

Tags (1)
0 Kudos
0 Replies