photoField constant

FieldDefinition<FixedList<Attachment>> const photoField

Field definition for photo.

Implementation

static const photoField = FieldDefinition(
  name: 'photo',
  getValue: _getPhoto,
  description: '''
Image of the patient.''',
  cardinality: Cardinality(min: 0, max: BoolChoice(true)),
);