C# 클래스 API_MEDKINECT.Patients

상속: ApiMedkinect
파일 보기 프로젝트 열기: barroyo/medkinect 1 사용 예제들

공개 프로퍼티들

프로퍼티 타입 설명
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

공개 메소드들

메소드 설명
Patients ( ) : System
create_patients ( ) : Object
delete_patients ( ) : Object
get_all_patients ( ) : Object
get_patients ( ) : Object
update_patients ( ) : Object

메소드 상세

Patients() 공개 메소드

public Patients ( ) : System
리턴 System

create_patients() 공개 메소드

public create_patients ( ) : Object
리턴 Object

delete_patients() 공개 메소드

public delete_patients ( ) : Object
리턴 Object

get_all_patients() 공개 메소드

public get_all_patients ( ) : Object
리턴 Object

get_patients() 공개 메소드

public get_patients ( ) : Object
리턴 Object

update_patients() 공개 메소드

public update_patients ( ) : Object
리턴 Object

프로퍼티 상세

address 공개적으로 프로퍼티

public string address
리턴 string

birthdate 공개적으로 프로퍼티

public string birthdate
리턴 string

blood_id 공개적으로 프로퍼티

public string blood_id
리턴 string

dni 공개적으로 프로퍼티

public string dni
리턴 string

firstname 공개적으로 프로퍼티

public string firstname
리턴 string

height 공개적으로 프로퍼티

public string height
리턴 string

historical_id 공개적으로 프로퍼티

public string historical_id
리턴 string

id 공개적으로 프로퍼티

public int id
리턴 int

lastname 공개적으로 프로퍼티

public string lastname
리턴 string

marital_status 공개적으로 프로퍼티

public string marital_status
리턴 string

mobile 공개적으로 프로퍼티

public string mobile
리턴 string

phone 공개적으로 프로퍼티

public string phone
리턴 string

sex 공개적으로 프로퍼티

public string sex
리턴 string

weight 공개적으로 프로퍼티

public string weight
리턴 string