openmrs-esm-core

O3 Framework / PersonAttribute

Interface: PersonAttribute

Defined in: packages/framework/esm-api/src/types/person-resource.ts:4

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

Properties

attributeType?

optional attributeType: OpenmrsResource

Defined in: packages/framework/esm-api/src/types/person-resource.ts:5


auditInfo?

optional auditInfo: AuditInfo

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

Inherited from

OpenmrsResourceStrict.auditInfo


display?

optional display: string

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

Inherited from

OpenmrsResourceStrict.display


optional links: Link[]

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

Inherited from

OpenmrsResourceStrict.links


resourceVersion?

optional resourceVersion: string

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

Inherited from

OpenmrsResourceStrict.resourceVersion


uuid

uuid: string

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

Inherited from

OpenmrsResourceStrict.uuid


value?

optional value: string

Defined in: packages/framework/esm-api/src/types/person-resource.ts:6


voided?

optional voided: boolean

Defined in: packages/framework/esm-api/src/types/person-resource.ts:7