Customizing the DocPop URL - HL7 Module - Foundation 23.1 - Foundation 23.1 - Ready - OnBase - Essential - Premier - Standard - external - Premier - Standard - Essential

HL7 Module

Platform
OnBase
Product
HL7 Module
Release
Foundation 23.1
License
Premier
Standard
Essential

The URLs for DocPop Document Correction use the following format:

http://<server>/AppNet/docpop/correction.aspx?docid=x&clienttype=html&chksum=y

In this URL,

  • <server> refers to the server where the OnBase Web Server is installed.

  • AppNet refers to the Web Server's virtual directory.

  • x refers to the requested document's document handle.

  • y refers to the checksum used to verify that the URL has not been modified.

The text following correction.aspx is called the query string. The query string is composed of parameters that specify the requested document and Web Client type. These parameters are described in the following table.

Query String Parameter

Query String Value

docid

The document handle of the document to retrieve, if a document number query is being performed.

chksum

The generated checksum value used to verify that the URL has not been modified. Checksums are used only when enableChecksum is set to true in the Web Server's Web.config.

Checksums can be generated automatically by using the API or manually by using the DocPop URL Creator page.

  • For API documentation, refer to the Hyland SDK.

  • For information about the DocPop URL Creator page, refer to the DocPop reference guide.