Skip to main content

TypedValueObject

@icure/medical-device-sdk / TypedValueObject

Class: TypedValueObject

ICure Medical Device Micro Service ICure Medical Device Micro Service

OpenAPI spec version: v2

NOTE: This class is auto generated by OpenAPI Generator (https://openapi-generator.tech). https://openapi-generator.tech Do not edit the class manually.

Table of contents

Constructors

Properties

Methods

Constructors

constructor

new TypedValueObject(json)

Parameters

NameType
jsonITypedValueObject

Defined in

src/models/TypedValueObject.ts:15

Properties

booleanValue

Optional booleanValue: boolean

Defined in

src/models/TypedValueObject.ts:22


dateValue

Optional dateValue: number

Defined in

src/models/TypedValueObject.ts:26


doubleValue

Optional doubleValue: number

Defined in

src/models/TypedValueObject.ts:24


integerValue

Optional integerValue: number

Defined in

src/models/TypedValueObject.ts:23


stringValue

Optional stringValue: string

Defined in

src/models/TypedValueObject.ts:25


type

Optional type: TypedValueObjectTypeEnum

Defined in

src/models/TypedValueObject.ts:21

Methods

marshal

marshal(): ITypedValueObject

Returns

ITypedValueObject

Defined in

src/models/TypedValueObject.ts:28