API_MEDKINECT.Patients.get_patients C# (CSharp) 메소드

get_patients() 공개 메소드

public get_patients ( ) : Object
리턴 Object
        public Object get_patients()
        {
            return this.conexion_rest("get", "api/patients/#", null, this.id);
        }