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

get_all_patients() 공개 메소드

public get_all_patients ( ) : Object
리턴 Object
        public Object get_all_patients()
        {
            return this.conexion_rest("get", "api/patients", null, -1);
        }