Integrate DMS ezView in Your Website

ezView is a Microsoft ASP.NET MVC application. The Viewer/Hits page is the integration interface into the application. It accepts information passed to it through an HTTP request. The information includes user name, password, Web application name, imaging database name, and query criteria.

Example: The following is an example that can be added to an ASP page to use the Viewer/Hits page:

<%

Dim myEncrypt, target

Set myencrypt = Server.CreateObject("TFEncryptURL.TFEncrypt")

target = myencrypt.Encrypt ("user=lolo1&pass=lolololo&webapp=Sysusr&table=DEVTEST&qry=PRO=1 23&MyLogo.png")

Set myencrypt = nothing

Response.redirect("Viewer/Hits?target=" & target) 'target = myencrypt.Encrypt

("user=lolo1&pass=lolololo&webapp=Sysusr&table=DEVTEST&qry=PRO=1 23&logo=MyLogo.png")

%>

Use one of the following two (2) methods for integrating ezView with your Web site:

  • Add a hyperlink in your site to access ezView.

  • Integrate ezView through the TRANSFLO® API.

To integrate ezView with your website using a hyperlink, follow the steps below for in-house (on-prem) TRANSFLO® systems and TRANSFLO® DMS SaaS/cloud scenarios.