Download as pdf or txt
Download as pdf or txt
You are on page 1of 2

URL Login of JINET-Server

(JLAB 5.20)

28.09.2007 (R&D MAR)

With this feature it is possible to login and access directly to a pre selected page by type or copy a specific
URL in the address field of a browser.

Tested browser: Internet Explorer 7.0, Firefox 2.007, Opera 9.23 (not optimal in presentation)

Possibilities of how to create the desired URLs:

$0://$1/fastLogin.do?login=yes&name=$2&password=$3&index=$4&lastname=$5&firstname=$6&s
electedTestNumbers=$7&page=$8&selectedMeasPrg=$9&selectedReportMethodString=$10

$0 = http or https (https is encrypted)


$1 = host name (name of the computer or IP address of the INet server)
$2 = Login name of the user
$3 = Password of the user
$4 = Index of the patient *
$5 = Last name of the patient *
$6 = First name of the patient *
$7 = Test number (it is possible to select up to 10 tests by type this statement 10 times) *
$8 = Page which can be accessed directly *
- JInetSelectTests.jsp
- JInetViewTestParameter.jsp
- JInetSelectReportMethod.jsp
- JInetViewPDF.pdf
- JInetSelectSavedReport.jsp
$9 = Measurement program number, function only in conjunction with JInetViewTestParameter.jsp *
$10 = Name of the report method, function only in conjunction with JInetViewPDF.pdf *

* These lines are optional

Note: The statements $7 and $8 only work if there is exactly one result of the patient search.
Examples:

1. Patient search page


https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN

2. Patient with index


https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN&index=T
ESTPATIENT

3. Patient with last name


https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN&lastname
=Weber
4. Patient with first name
https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN&firstname
=Hans

5. Access the test selection page


https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN&index=T
ESTPATIENT&page=JInetSelectTests.jsp

6. Access the parameter view


https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN&index=T
ESTPATIENT&selectedTestNumbers=7&page=JInetViewTestParameter.jsp&selectedMeasPrg=1

7. Access the report selection page


https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN&index=T
ESTPATIENT&selectedTestNumbers=7&page=JInetSelectReportMethod.jsp

8. Create (and store) a specific PDF report


https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN&index=T
ESTPATIENT&selectedTestNumbers=7&page=JInetViewPDF.pdf&selectedReportMethodString=_AU
TO1_POST

9. Access the stored PDF report page


https://10.10.62.113/fastLogin.do?login=yes&name=Administrator&password=JLABADMIN&index=T
ESTPATIENT&page=JInetSelectSavedReport.jsp

You might also like