API_MEDKINECT.Patients.create_patients C# (CSharp) Method

create_patients() public method

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