Property | Type | Description | |
---|---|---|---|
Ondoctor_usernameChanged | void | ||
Ondoctor_usernameChanging | void | ||
OnexpedienteChanged | void | ||
OnexpedienteChanging | void | ||
Onfecha_horaChanged | void | ||
Onfecha_horaChanging | void | ||
OnprefijoChanged | void | ||
OnprefijoChanging | void | ||
OntipoChanged | void | ||
OntipoChanging | void |
Method | Description | |
---|---|---|
Createcitas_doctor ( global doctor_username, global expediente, global fecha_hora, global prefijo, global tipo ) : |
Create a new citas_doctor object.
|
Method | Description | |
---|---|---|
Ondoctor_usernameChanged ( ) : void | ||
Ondoctor_usernameChanging ( global value ) : void | ||
OnexpedienteChanged ( ) : void | ||
OnexpedienteChanging ( global value ) : void | ||
Onfecha_horaChanged ( ) : void | ||
Onfecha_horaChanging ( global value ) : void | ||
OnprefijoChanged ( ) : void | ||
OnprefijoChanging ( global value ) : void | ||
OntipoChanged ( ) : void | ||
OntipoChanging ( global value ) : void |
public static Createcitas_doctor ( global doctor_username, global expediente, global fecha_hora, global prefijo, global tipo ) : |
||
doctor_username | global | Initial value of the doctor_username property. |
expediente | global | Initial value of the expediente property. |
fecha_hora | global | Initial value of the fecha_hora property. |
prefijo | global | Initial value of the prefijo property. |
tipo | global | Initial value of the tipo property. |
return |