patientInstruction property

String? patientInstruction
inherited

patientInstruction While Appointment.comment contains information for internal use, Appointment.patientInstructions is used to capture patient facing information about the Appointment (e.g. please bring your referral or fast from 8pm night before).

Implementation

String? get patientInstruction => throw _privateConstructorUsedError;