C# Class API_MEDKINECT.Calendars

Inheritance: ApiMedkinect
Show file Open project: barroyo/medkinect Class Usage Examples

Public Properties

Property Type Description
date System.DateTime
date_type string
diagnostic string
id int
patient_id int
result string
status string
user_id int

Public Methods

Method Description
Calendars ( ) : System
create_calendars ( ) : Object
delete_calendars ( ) : Object
get_all_calendars ( ) : Object
get_by_user ( ) : Object
get_calendars ( ) : Object
update_calendars ( ) : Object

Method Details

Calendars() public method

public Calendars ( ) : System
return System

create_calendars() public method

public create_calendars ( ) : Object
return Object

delete_calendars() public method

public delete_calendars ( ) : Object
return Object

get_all_calendars() public method

public get_all_calendars ( ) : Object
return Object

get_by_user() public method

public get_by_user ( ) : Object
return Object

get_calendars() public method

public get_calendars ( ) : Object
return Object

update_calendars() public method

public update_calendars ( ) : Object
return Object

Property Details

date public property

public DateTime,System date
return System.DateTime

date_type public property

public string date_type
return string

diagnostic public property

public string diagnostic
return string

id public property

public int id
return int

patient_id public property

public int patient_id
return int

result public property

public string result
return string

status public property

public string status
return string

user_id public property

public int user_id
return int