Skip to main content

Content

@icure/medical-device-sdk / Content

Class: Content

Information contained in the observation (Measure, number, ...). Content is localized, using ISO language code as key

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new Content(json)

Parameters

NameType
jsonIContent

Defined in

src/models/Content.ts:22

Properties

binaryValue

Optional binaryValue: ArrayBuffer

Defined in

src/models/Content.ts:43


booleanValue

Optional booleanValue: boolean

Defined in

src/models/Content.ts:37


compoundValue

Optional compoundValue: DataSample[]

Defined in

src/models/Content.ts:50


documentId

Optional documentId: string

Linked document.

Defined in

src/models/Content.ts:47


fuzzyDateValue

Optional fuzzyDateValue: number

Value as date. The format could have an all three (day, month and year) or values on any of these three, whatever is known.

Defined in

src/models/Content.ts:42


instantValue

Optional instantValue: number

Defined in

src/models/Content.ts:38


measureValue

Optional measureValue: Measure

Defined in

src/models/Content.ts:48


numberValue

Optional numberValue: number

Defined in

src/models/Content.ts:36


range

Optional range: Measure[]

Defined in

src/models/Content.ts:52


ratio

Optional ratio: Measure[]

Defined in

src/models/Content.ts:51


stringValue

Optional stringValue: string

Defined in

src/models/Content.ts:35


timeSeries

Optional timeSeries: TimeSeries

Defined in

src/models/Content.ts:49

Methods

marshal

marshal(): IContent

Returns

IContent

Defined in

src/models/Content.ts:54