appointmentTypeField constant

FieldDefinition<CodeableConcept> const appointmentTypeField

Field definition for appointmentType.

Implementation

static const appointmentTypeField = FieldDefinition(
  name: 'appointmentType',
  getValue: _getAppointmentType,
);