Skip to main content

Coding

@icure/medical-device-sdk / Coding

Class: Coding

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 Coding(json)

Parameters

NameType
jsonICoding

Defined in

src/models/Coding.ts:15

Properties

code

Optional code: string

Defined in

src/models/Coding.ts:30


description

Optional description: Object

Description (ex: {en: Rheumatic Aortic Stenosis, fr: Sténose rhumatoïde de l'Aorte})

Index signature

[key: string]: string

Defined in

src/models/Coding.ts:39


id

Optional id: string

the Id of the coding. We encourage using either a v4 UUID or a HL7 Id.

Defined in

src/models/Coding.ts:24


qualifiedLinks: Object

Links towards related codes

Index signature

[key: string]: string[]

Defined in

src/models/Coding.ts:43


regions

Optional regions: string[]

Defined in

src/models/Coding.ts:35


rev

Optional rev: string

the revision of the coding in the database, used for conflict management / optimistic locking.

Defined in

src/models/Coding.ts:28


searchTerms

searchTerms: Object

Extra search terms/ language

Index signature

[key: string]: Set<string>

Defined in

src/models/Coding.ts:47


type

Optional type: string

Defined in

src/models/Coding.ts:29


version

Optional version: string

Must be lexicographically searchable

Defined in

src/models/Coding.ts:34

Methods

marshal

marshal(): ICoding

Returns

ICoding

Defined in

src/models/Coding.ts:49