gzl-datahouse-renderers
v0.2.40
Published
This library simplifies the process of displaying various views for Hl7, Dicom, Http, and Syslog base64 data, such as Raw, Hex, Xml, and Json formats.
Downloads
14
Readme
Gazelle datahouse renderers library
This library simplifies the process of displaying various views for Hl7, Dicom, Http, and Syslog base64 data, such as Raw, Hex, Xml, and Json formats.
Installation
You can install the library via npm or yarn: https://www.npmjs.com/package/gzl-datahouse-renderers
npm install gzl-datahouse-renderers
Props
The DocumentRenderer
interface accepts the following props:
base64Data
: A string representing the base64 data to be rendered.dataType
: "DICOM" | "HTTP" | "HL7" | "SYSLOG";showLineNumbers
(optional): Boolean indicating whether to show line numbers. Default isfalse
.bytesPerLine
(optional): Number indicating the desired bytes per line . Default is32
.