Name | Description | Type | Additional information |
---|---|---|---|
UserName |
Username in EMR-Link for which to provide authenticated access. |
string |
Max length: 255 |
UserLastName |
User's Last Name. Can be used when user is a Medical Professional for signing authorization in some workflows. |
string |
Max length: 255 |
UserFirstName |
User's First Name. Can be used when user is a Medical Professional for signing authorization in some workflows. |
string |
Max length: 255 |
UserNPI |
User's NPI. Can be used when user is a Medical Professional for signing authorization in some workflows. |
string |
Max length: 255 |
AutoSignEnabled |
Indicates Auto Signing workflow is enabled. |
boolean |
None. |
Action |
The action to take once authenticated. The recognized actions are:
|
string |
Max length: 25 |
EMRLinkOrderID |
Order ID generated by EMR-Link. For use when the action involves a specific order. |
string |
Max length: 10 |
PatientID |
Patient ID to be used when accessing a patient chart. |
string |
Max length: 255 |
PatientLastName |
Patient Last Name to be used when accessing a patient chart. |
string |
Max length: 255 |
PatientFirstName |
Patient First Name to be used when accessing a patient chart. |
string |
Max length: 255 |
PatientDOB |
Patient Date of Birth to be used when accessing a patient chart. |
string |
Max length: 12 |
PatientSSN |
Patient SSN to be used when accessing a patient chart. |
string |
Max length: 11 |
Location |
Location of Care name to be used when accessing a patient chart. |
string |
Max length: 255 |
LocationAbbreviation |
The abbreviation of the Location of Care. |
string |
Max length: 255 |
DefaultServiceProviderName |
If provided, this will override the default service provider set in the New Order section of the patient chart. Typically the default service provider is set either by Location of Care or by Insurance contract. |
string |
Max length: 255 |
InitialOrderMapServiceProviderName |
If the Action is 'ordermap', this will set the initial order map selection to this service provider. If not provided, the order map for the first service provider in the list will be selected. |
string |
Max length: 255 |
HideCloseButton |
If true, and the Action is 'openorder', the Close button will be hidden. |
boolean |
None. |
HideUserMenu |
If true, the user context menu will be hidden. |
boolean |
None. |
HideAllTabs |
If true, all tabs in the user interface will be hidden thus hiding access to areas of the application not targeted by the action specified. |
boolean |
None. |
HideChartActions |
If true, the Find Patient, New Patient, and Merge Patient actions are not shown in the Patient Chart page. |
boolean |
None. |
RestrictedRights |
If supplied, the user will be limited to the access rights provided regardless of the user's current account settings. |
Collection of UserRights |
None. |