C# Class API_MEDKINECT.Patients

Inheritance: ApiMedkinect
Show file 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 property

public string address
return string

birthdate public property

public string birthdate
return string

blood_id public property

public string blood_id
return string

dni public property

public string dni
return string

firstname public property

public string firstname
return string

height public property

public string height
return string

historical_id public property

public string historical_id
return string

id public property

public int id
return int

lastname public property

public string lastname
return string

marital_status public property

public string marital_status
return string

mobile public property

public string mobile
return string

phone public property

public string phone
return string

sex public property

public string sex
return string

weight public property

public string weight
return string