microsoft-healthcare-madison / argonaut-subscription-client-ui

Client UI for testing the Argonaut Subscription changes.
MIT License
1 stars 2 forks source link

filterBy param name should be case sensitive #10

Closed jmandel closed 5 years ago

jmandel commented 5 years ago
"filterBy": [
    {
      "matchType": "=",
      "name": "Patient",
      "value": "Patient/17944"
    }

is currently being sent, but it should match canFilterBy (i.e., with a lower-case patient in name).

GinoCanessa commented 5 years ago

Fixed in server-proxy project.