openmrs-esm-core

O3 Framework / EncounterType

Interface: EncounterType

Defined in: packages/framework/esm-emr-api/src/types/encounter-resource.ts:21

Superclass for all Openmrs Resources, with strict typings. If the subclass does not have all attributes (including optional ones) accounted for, use OpenmrsResource instead.

Extends

Indexable

[anythingElse: string]: any

Properties

auditInfo?

optional auditInfo: AuditInfo

Defined in: packages/framework/esm-api/src/types/openmrs-resource.ts:16

Inherited from

OpenmrsResource.auditInfo


description?

optional description: string

Defined in: packages/framework/esm-emr-api/src/types/encounter-resource.ts:23


display?

optional display: string

Defined in: packages/framework/esm-api/src/types/openmrs-resource.ts:14

Inherited from

OpenmrsResource.display


optional links: Link[]

Defined in: packages/framework/esm-api/src/types/openmrs-resource.ts:15

Inherited from

OpenmrsResource.links


name?

optional name: string

Defined in: packages/framework/esm-emr-api/src/types/encounter-resource.ts:22


resourceVersion?

optional resourceVersion: string

Defined in: packages/framework/esm-api/src/types/openmrs-resource.ts:17

Inherited from

OpenmrsResource.resourceVersion


retired?

optional retired: boolean

Defined in: packages/framework/esm-emr-api/src/types/encounter-resource.ts:24


uuid

uuid: string

Defined in: packages/framework/esm-api/src/types/openmrs-resource.ts:13

Inherited from

OpenmrsResource.uuid