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

create_patients() 공개 메소드

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