API_MEDKINECT.Patients.update_patients C# (CSharp) Method

update_patients() public method

public update_patients ( ) : Object
return Object
        public Object update_patients()
        {
            return this.conexion_rest("post", "api/patients/#/update", this, this.id);
        }