Encoding the Content ID - Hyland Clinician Window - 23.1 - 23.1 - Other - external

Hyland Clinician Window

Platform
Other
Product
Hyland Clinician Window
Release
23.1
License

A patient record URL can display a specific document or study by default in the preview pane. To do this, the URL must include a content ID segment containing the encoded content ID.

To construct an encoded content ID value:

  1. Paste the following JSON template in a text editor:
    {"sourceId":"value_1","id":"value_2"}
  2. Update the sourceId value as follows:
    • If content is retrieved using the Hyland Healthcare API Aggregator, then this value must match the SourceId used by the Aggregator to identify the source system for the document or study.

    • If content is not retrieved using the Hyland Healthcare API Aggregator, then this value is ignored. You can use any text string as a placeholder value.

  3. Update the id value with the internal identifier of the document or study to be retrieved.

    The JSON string may now resemble the following:

    {"sourceId":"OnBaseProd","id":"27670"}
  4. Base64-encode the entire JSON string.
  5. URL-encode the base64-encoded string from the previous step.

    The resulting string is the encoded content ID value.