open
Documentation toggle

Rebranding

MedDream rebranding allows customizing these areas of the product: system name, product (system) logotype, company logotype, login logotype, and theme color.

  • System name: name of the system displayed at the top of the About dialog, overrides the product name in browser tab titles, below the login form, and below search results.
  • Product logotype: logotype displayed in the Viewer window. Recommended size 180×38 px.
  • Company logotype: logotype displayed in the About dialog. Recommended size 134×28 px.
  • Login logotype: logotype displayed in Login window. Recommended size up to 270×50 px.
  • Theme color: available colors are red, blue, orange, and green.

See the example of rebranding_configuration.json:

{
“systemName”:”MyHospital”,
“companyLogoFile”:”companylogo.png”,
“productLogoFile”:”productlogo.png”,
“loginLogoFile”:”loginlogo.png”,
“defaultTheme”:”red“

}

For more information please check the MedDream Install Manual document 9. Rebranding section.

System name
Copy the link Copied! copy-docs

Name of the system. Displayed at top of About dialog, overrides the product name in browser tab titles, below login form and below search results.

After rebranding:

Dicom Viewer Rebranding About Window System Name

Before rebranding:Dicom Viewer Meddream About Window System Name

Product logotype
Copy the link Copied! copy-docs

Product logo displayed in Viewer window. In order to change Product logotype in View window, please follow these steps:

  • Create View window logotype file in .PNG format with recommended size up to 180×38 px;
  • Transparent background in logotype file is highly recommended in order to keep the same color as UI background;
  • Save the file as productlogo.png and copy to MedDream installation directory, by default C:\MDPACK\MedDream\sys\rebranding\;
  • Delete cache from your browser and reload the MedDream Viewer.

After rebranding:

Dicom Viewer Rebranding Viewer Window

Before rebranding:

Dicom Viewer Meddream Viewer Window

Company logotype
Copy the link Copied! copy-docs

Company logotype displayed in the About dialog. In order to change Company logotype to your own, please follow these steps:

  • Create Company logotype file in .PNG format with recommended size up to 134×28 px;
  • Transparent background in logotype file is highly recommended in order to keep the same color as UI background;
  • Save the file as companylogo.png and copy to MedDream installation directory, by default C:\MDPACK\MedDream\sys\rebranding\;
  • Delete cache from your browser and reload MedDream Viewer.

After rebranding:

Dicom Viewer Rebranding About Window

Before rebranding:

Dicom Viewer Meddream About Window System Name

Login logotype
Copy the link Copied! copy-docs

Login logotype displayed in Login window. In order to change logotype in Login window to your own, please follow these steps:

  • Create Login window logotype file in .PNG format with recommended size up to 270×50 px;
  • Transparent background in logotype file is highly recommended in order to keep the same color as UI background;
  • Save the file as loginlogo.png and copy to MedDream installation directory, by default C:\MDPACK\MedDream\sys\rebranding\;
  • Delete cache from your browser and reload MedDream Viewer.

After rebranding:

Dicom Viewer Rebranding Login Window

Before rebranding:

Dicom Viewer Meddream Login Window

Theme color
Copy the link Copied! copy-docs

Theme color. Available colors are red, blue, orange, and green:

Theme Default Colors Dicom Viewer Rebeanding

About window
Copy the link Copied! copy-docs

In order to change logotype, color and System Name information in About window, please follow these steps:

  • Open C:\MDPACK\MedDream\sys\rebranding\rebranding_configuration.json;
  • You can change logotype files, theme color, System name;
  • Save changes and restart MedDream service.

After rebranding:

Dicom Viewer Rebranding About Window

Before rebranding:

Dicom Viewer Meddream About Window System Name

NOTE: If you are using MedDream DICOM Viewer v7.8.0 or older to be able to rebrand MedDream you need to contact support@softneta.com to have rebranding possibility enabled for your license.

Viewport as a web component
Copy the link Copied! copy-docs

It is possible to integrate only MedDream Viewport to your application. MedDream can be integrated into clients’ application by adding Viewport as a web component:

Viewport Integration as a web component dicom viewer

A client can develop a thumbnail bar, toolbar and other UI elements to call MedDream functions.

NOTE: In order to have MedDream certified when using only Viewport integration About window must to be integrated in the Viewport.

Read more about MedDream Viewport integration or watch Viewport introduction video, please check: DOCS & API > Installation & Integration Guide > Viewport API.