API_MEDKINECT.Patients.delete_patients C# (CSharp) 메소드

delete_patients() 공개 메소드

public delete_patients ( ) : Object
리턴 Object
        public Object delete_patients()
        {
            return this.conexion_rest("post", "api/patients/#/delete", this, this.id);
        }