OnBase Patient Window can be configured to open specific studies when users access a URL. The following URL query string parameters are specific to DICOM viewer integrations.
Parameter |
Description |
---|---|
studyuid |
Specifies the UID of the study the Patient Window should open by default. If the query string specifies the study UID without the mrn or mpi parameter, then the vna parameter must also be specified. In this case, the OnBase Patient Window opens in expanded mode. Users can view only the specified study; other patient information and documents are unavailable. |
vna |
Specifies the integration to use for retrieving the specified study. For this integration, set the vna parameter to 4. This parameter is required only if the query string provides the study UID without the mrn or mpi parameter. |
For example, the following URL would retrieve MPI 101 with study UID 123 displayed by default.
https://server/PatientWindow/Login.aspx?mpi=101&studyuid=123
For detailed information about URL construction and query string parameters, see the Patient Window module reference guide.