Class FormPersistRequest

    • Constructor Detail

    • Method Detail

      • setCorrection

        public void setCorrection​(boolean correction)
      • isCorrection

        public boolean isCorrection()
      • getAppointmentTemplateUuidMap

        public Map<String,​UUID> getAppointmentTemplateUuidMap()
        Returns:
        A map between the name of an appointment form field and the UUID of the AppointmentTemplate currently selected for that form field.
      • setAppointmentTemplateUuidMap

        public void setAppointmentTemplateUuidMap​(Map<String,​UUID> appointmentTemplateUuidMap)
        Parameters:
        appointmentTemplateUuidMap - A map between the name of an appointment form field and the UUID of the AppointmentTemplate currently selected for that form field.