C# Class FCS_Funding.Views.CreateNewPatient

Inheritance: System.Windows.Window
ファイルを表示 Open project: WKlingonsmith/FCS-Project

Private Properties

Property Type Description
Add_Client void
Button_Click void
Change_HeadOfHousehold void
Change_NewHousehold void
CheckForValidInput void
Determine_AgeGroup void
Determine_County void
Determine_EthnicGroup void
Determine_Gender void
Determine_Income void
txt_NumberOnlyCheck void
useEnterAsTab void

Public Methods

Method Description
CreateNewPatient ( ) : FCS_Funding.Models
Determine_Problems ( string OQ, System.Windows.Controls.UIElementCollection toggle ) : void

Private Methods

Method Description
Add_Client ( object sender, RoutedEventArgs e ) : void
Button_Click ( object sender, RoutedEventArgs e ) : void
Change_HeadOfHousehold ( object sender, RoutedEventArgs e ) : void
Change_NewHousehold ( object sender, RoutedEventArgs e ) : void
CheckForValidInput ( object sender, System.Windows.Controls.TextChangedEventArgs e ) : void
Determine_AgeGroup ( int selection ) : void
Determine_County ( int selection ) : void
Determine_EthnicGroup ( int selection ) : void
Determine_Gender ( int selection ) : void
Determine_Income ( int selection ) : void
txt_NumberOnlyCheck ( object sender, System.Windows.Input.TextCompositionEventArgs e ) : void
useEnterAsTab ( object sender, System e ) : void

Method Details

CreateNewPatient() public method

public CreateNewPatient ( ) : FCS_Funding.Models
return FCS_Funding.Models

Determine_Problems() public method

public Determine_Problems ( string OQ, System.Windows.Controls.UIElementCollection toggle ) : void
OQ string
toggle System.Windows.Controls.UIElementCollection
return void