API_MEDKINECT.Patients.get_patients C# (CSharp) Method

get_patients() public method

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