Versions Compared

Key

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

...

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 service,  service@customed.de

(Internal: DC-7422,  DC-7442)