API_MEDKINECT.Patients.get_all_patients C# (CSharp) Method

get_all_patients() public method

public get_all_patients ( ) : Object
return Object
        public Object get_all_patients()
        {
            return this.conexion_rest("get", "api/patients", null, -1);
        }