To create a link to a specific record:
-
Begin with the URL to the Login.aspx page in the OnBase Patient Window virtual directory. For example:
https://server/PatientWindow/Login.aspx
-
Append a query string that includes at least one of the following parameters: mpi, mrn, or docid.
In these examples, the mpi and mrn include an assigning authority named AA1.
https://server/PatientWindow/Login.aspx?mpi=101^^^AA1
https://server/PatientWindow/Login.aspx?mrn=201^^^AA1
https://server/PatientWindow/Login.aspx?docid=13865
- If necessary, append additional query string parameters to filter the documents displayed to the user by default. See Query String Parameters.