API_MEDKINECT.Patients.get_all_patients C# (CSharp) Метод

get_all_patients() публичный Метод

public get_all_patients ( ) : Object
Результат Object
        public Object get_all_patients()
        {
            return this.conexion_rest("get", "api/patients", null, -1);
        }