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);
        }