API_MEDKINECT.Patients.get_patients C# (CSharp) Méthode

get_patients() public méthode

public get_patients ( ) : Object
Résultat Object
        public Object get_patients()
        {
            return this.conexion_rest("get", "api/patients/#", null, this.id);
        }