Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

While custo diagnostic is the platform, custo diagnostic client is the name of the client to access this platform. custo diagnostic client is a windows 32bit application ("custo manager.exe") which must be installed on the windows workstation or Terminal Server.
"custo manager.exe"  can be controlled by several command line parameters. 
The default installation location is:   %ProgramFiles(x86)%\custo diagnostic client\
henceHence, the executable can be referenced as:    %ProgramFiles(x86)%\custo diagnostic client\Exe\custo manager.exe

...

custo diagnostic covers a user database, which can be linked via LDAP interface to an enterprise directory. This means, that there might be "LDAP users" and manually entered users in the same custo diagnostic installation. 
There are several Approach which user/password is handed over when calling custo diagnostic client.

...

Approach
Behavior
No Username
In general custo diagnostic will ask the user to select/type in the username and the password. After entering this information, custo diagnostic will perform the actions specified by command line or show the main menu.
Hard coded User wtih/without password

In environments, where a login by particular name is not necessary, the user-name with/without a password can be given. 

e.g.    "custo manager.exe" /User=icu /orderId=ORD2020000123
or     "custo manager.exe" /User=icu /pwd=icu /OrderId=ORD2020000123

When no password is given, the application will remain in the login dialog. The specified user is preselected.

Windows User Name by environment variable

In most environments, custo diagnostic is called from a HIS to either  read or report the recorded evaluation by doctors.

In case these doctors are particular by their login name logged in to the windows system, the environment variable may be used:

e.g. "custo manager.exe" /User=%USERNAME% /orderId=ORD2020000123

When the custo diagnostic database is linked to the ActiveDirectroy and the appropriate users are configured, the user only has to enter his windows password. After entering this information, custo diagnostic will perform the actions specified by command line or show the main menu, after authenticating against the user database / Active Directory.

Remark: The replacement of the environment variable %USERNAME% with the correct value is done outside of custo manager by the caller. 


Tenant (Mandant)

In installations, where a tenant system is used, the internal tenantID should be passed as parameter.

e.g.  "custo manager.exe" /User=%USERNAME% /orderId=ORD2020000123 /tenantID=1

References

A comprehensive list of all command line parameters can be obtained from customed custo med service,  service@customed.de

(Internal: DC-7422,  DC-7442)