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

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

public update_patients ( ) : Object
Результат Object
        public Object update_patients()
        {
            return this.conexion_rest("post", "api/patients/#/update", this, this.id);
        }