Versions Compared

Key

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

...

Web services for managing interoperability keys.

The management of interoperability key is restricted to a super-administrator of the interoperability keys that allow external systems to interact with the Linkcare platformLinkcare platform.

Interoperability Keys

An interoperability key allows an external system to interact with the Linkcare Platform at system level (no necessary to init a session with user credentials). This is normally used to sync information between a Hospital Information System (HIS) and the Linkcare platform.

  • app_id: Id of the interoperability key. This value is generated automatically by the API and cannot be changed. This value can be understood as the ID assigned to the external system that will interact with the Linkcare platform

  • private_key: private key of the interoperability. This value is generated automatically by the API and cannot be modified to a manually chosen value, but can be reseted to a new value using the API function interoperability_key_set().
    The private_key must be kept

  • name: String with the name assigned to the key.

  • code: internal code assigned to the key. This code cannot be changed after the creation. It must be composed of a leading letter and a sequence of other numbers, letters and underscores (until a maximum length of 32 characters). The code will always be converted to uppercase

  • comments: free text up to 512 characters.

Interoperability features

See the following pages to discover more about the interoperability capacities:

Page

Description

Generation of a SSO Password

Single Sign On integration between the Linkcare API and an external system for initiating user sessions without requesting credentials.

LC2 EXTERNAL REQUESTS ENTRYPOINT (Action Dispatcher)

Single Sign On integration between the Linkcare Web Client (LC2) and an external system for initiating user sessions without requesting credentials.