C# Class API_MEDKINECT.Patients

Inheritance: ApiMedkinect
Datei anzeigen Open project: barroyo/medkinect Class Usage Examples

Public Properties

Property Type Description
address string
birthdate string
blood_id string
dni string
firstname string
height string
historical_id string
id int
lastname string
marital_status string
mobile string
phone string
sex string
weight string

Public Methods

Method Description
Patients ( ) : System
create_patients ( ) : Object
delete_patients ( ) : Object
get_all_patients ( ) : Object
get_patients ( ) : Object
update_patients ( ) : Object

Method Details

Patients() public method

public Patients ( ) : System
return System

create_patients() public method

public create_patients ( ) : Object
return Object

delete_patients() public method

public delete_patients ( ) : Object
return Object

get_all_patients() public method

public get_all_patients ( ) : Object
return Object

get_patients() public method

public get_patients ( ) : Object
return Object

update_patients() public method

public update_patients ( ) : Object
return Object

Property Details

address public_oe property

public string address
return string

birthdate public_oe property

public string birthdate
return string

blood_id public_oe property

public string blood_id
return string

dni public_oe property

public string dni
return string

firstname public_oe property

public string firstname
return string

height public_oe property

public string height
return string

historical_id public_oe property

public string historical_id
return string

id public_oe property

public int id
return int

lastname public_oe property

public string lastname
return string

marital_status public_oe property

public string marital_status
return string

mobile public_oe property

public string mobile
return string

phone public_oe property

public string phone
return string

sex public_oe property

public string sex
return string

weight public_oe property

public string weight
return string