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

create_patients() public méthode

public create_patients ( ) : Object
Résultat Object
        public Object create_patients()
        {
            return this.conexion_rest("post", "api/patients/new", this, -1);
        }