Exemple #1
0
                private static bool _Patient_ComputeIsReadOnly(global::LightSwitchApplication.Treatment e)
                {
                    bool result = false;

                    e.Patient_IsReadOnly(ref result);
                    return(result);
                }
Exemple #2
0
 private static void _Patient_OnValueChanged(global::LightSwitchApplication.Treatment e)
 {
     e.Patient_Changed();
 }
Exemple #3
0
 private static void _Patient_Validate(global::LightSwitchApplication.Treatment e, global::Microsoft.LightSwitch.EntityValidationResultsBuilder r)
 {
     e.Patient_Validate(r);
 }
Exemple #4
0
 private static void _MedicineUsed_OnValueChanged(global::LightSwitchApplication.Treatment e)
 {
     e.MedicineUsed_Changed();
 }
Exemple #5
0
 private static void _DateTreated_OnValueChanged(global::LightSwitchApplication.Treatment e)
 {
     e.DateTreated_Changed();
 }