AuthenticationWS
The following operations are supported. For a formal definition, please review the Service Description.
-
ChangePassword
Change the password of a user. Calling user or a specified user -
GetSystemInformation
Get information about HIS system configuration in PasLinkWS. Application using PasLinkWS can then check base HIS system and do system specific things. E.g. logon with 2 or 5 parameters. -
GetSystemInformations
Get information, versions and configuration in PasLinkWS.
Applications using PasLinkWS can then check base system and do system specific things without using av security token. Provideing a security token might give more information depending on configuration and HIS systems used. -
GetUser
Get one user - Asking for information about one spesific user -
GetUserID
Sets the user's active (default) role/accesstemplate to be used in later webservice calls. -
GetUserLogin
Checks whether the user/password is valid. Returns authentication XML which must be used when calling other webservices. The authentication XML is sent in via the SOAPheader request object. The user's combination of roles and accesstemplates, and password information are also returned. -
SaveUser
Create a new user or modify an existing one. When modifing the user, the GetUser method is to be used for getting existing user information. -
SetActiveRoleAccessTemplate
Sets the user's active (default) role/accesstemplate to be used in later webservice calls.