class AppPatientSessionConsentComponent
Constants
- SEND_CONSENT_REQUEST_STATUSES
Public Class Methods
Source
# File app/components/app_patient_session_consent_component.rb, line 4 def initialize(patient:, session:, programme:) @patient = patient @session = session @programme = programme @parents = patient.parents end