Versions Compared

Key

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

The appearance of the Privacy Policy Link on the Patient Portal can be improved by using Markdown (from build above 13.293). It can be specified by what text to be shown and whether they are in Bold, Italic, or both. It can be an actual hyperlink or it can be shown as an image to be clicked on. Probably a lot more than you can expect.

By default, if a standard URL is saved in the setting (must start with HTTP or HTTPS), we will set it as a hyperlink with text showing as “Private Policy Link” on Patient Portal.

...

Format the Text

  1. Basic

    1. italic: Add * to both side of the text.

    2. bold: Add ** to both side of the text.

    3. bold and italic: Add *** to both side of the text.

  2. To make a part of it in special colour:

Use round brackets for the text to be coloured, then add curly brackets right before that with colour name inside. e.g. 
This is a {red}(RED) text => This is a RED text

There is a big list of standard colours you can choose from. If that is not enough, you can choose any colour at all by working out its RGB value in Hex and entering it with a #.  e.g 
This is a {#20175A}(dark purple) text.  => This is a dark purple text

See the list of more colours here.

More Example:

Colours: Normal {Red}(Red) {Blue}(Blue) {Green}(Green) {Yellow}(Yellow) {Orange}(Orange) {Brown}(Brown)

Bold: **Normal** {Red}(**Red**) {Blue}(**Blue**) {Green}(**Green**) {Yellow}(**Yellow**) {Orange}(**Orange**) {Brown}(**Brown**)

Italic: *Normal* {Red}(*Red*) {Blue}(*Blue*) {Green}(*Green*) {Yellow}(*Yellow*) {Orange}(*Orange*) {Brown}(*Brown*)

Bold Italic: ***Normal*** {Red}(***Red***) {Blue}(***Blue***) {Green}(***Green***) {Yellow}(***Yellow***) {Orange}(***Orange***) {Brown}(***Brown***)

...

Make It a Hyperlink

    1. Example:

      Code Block
      This is *italic*, **bold**, ***bold and italic*** text

      This is italic, bold, bold and italic text

  1. Headings and paragraphs:

    1. Headings: Add ###### in front of the heading text (reduce the number of # will make the heading in bigger font).

    2. A new paragraph: Use <p> and </p> on either side of the text in new paragraph. You don’t have to have it for the first paragraph.

    3. Line breaker: Add <br> to break the line within a paragraph.
      Example:

      Code Block
      ######Private Policy Link<p>A new paragragh.<br>A new line.</p>
      Image Added

Make It a Hyperlink

  1. A clickable hyperlink: Add angle brackets around the Private Policy Link URL (must start with HTTP or HTTPS).

  2. Hyperlink with specific text: Add square brackets around text of the hyperlink and followed by round brackets with the Private Policy Link URL

...

  1. (must start with HTTP or HTTPS).

  2. Images can be added to the Private Policy Link by starting the line with an exclamation point, then putting a friendly name for the image in square brackets, followed by a link to the image in round brackets. The image must be available on the open internet without credentials being required. Not all images will work and some experimentation will be required to get the effects you want. 

Example:

...

  1. An image can also be clickable: Enclose what you had for image with square brackets then followed by round brackets with the Private Policy Link URL (must start with HTTP or HTTPS).

Examples:

Code Block
1. <https://henryscheinone.co.nz>

2. [Click the URL](https://henryscheinone.co.nz)

3. ![Logo](https://henryscheinone.co.nz/wp-content/uploads/2021/01/Henry-Schein-One-logo.png)

4. [![Logo](https://

...

henryscheinone.

...

co.

...

nz/

...

wp-content/

...

uploads/

...

2021/01/Henry-Schein-One-logo.png)](https://henryscheinone.co.nz)

The Last Example

With the following Markdown typed in the Private Policy Link setting, a patient will see on the website (link and image both clickable and can lead to the page):

Code Block
##### Welcome!<p>Please view our ***Private Policy***: <br>[Click this *Private Policy Link*](https://henryscheinone.co.nz)</p><p>[![Logo](https://henryscheinone.co.nz/wp-content/uploads/2021/01/Henry-Schein-One-logo.png)](https://

...

henryscheinone.co.

...

nz)</p>

...