Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

feat: openemr 6752 6751 address book user rest api #6767

Commits on Aug 17, 2023

  1. Fixes openemr#6752 address book config setting

    Allows an address book config data type to be added for the global config.
    
    Fixes openemr#6752
    adunsulag committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    b4e104b View commit details
    Browse the repository at this point in the history
  2. Fixes openemr#6751 add user endpoint

    Adds an endpoint for retrieving users from the system.  If there are
    users we wish to retrieve that are not practitioners (such as external
    entities that are in the address book), we can't use the practitioner
    api.  Instead we expose the users endpoint.
    
    Fixes openemr#6751
    adunsulag committed Aug 17, 2023
    Configuration menu
    Copy the full SHA
    4cdd728 View commit details
    Browse the repository at this point in the history

Commits on Aug 21, 2023

  1. Configuration menu
    Copy the full SHA
    4c69972 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    e53a683 View commit details
    Browse the repository at this point in the history
  3. Switch to relative path on api, pathing fix.

    After conversations with admins we decided to go with a relative api url
    for the internal api usage instead of the oauth2 full path.
    
    Also fixed a path issue.
    adunsulag committed Aug 21, 2023
    Configuration menu
    Copy the full SHA
    e2f1508 View commit details
    Browse the repository at this point in the history