Coder Social home page Coder Social logo

terminology's Introduction

terminology

SNOMED CT Protocol Buffers

This defines the application programming interface (API) for a SNOMED-CT terminology service.

It uses Protocol Buffers version 3 (proto3) as the Interface Definition Language (IDL) to define the API interface and the structure of the payload messages.

terminology's People

Stargazers

 avatar  avatar

Watchers

 avatar  avatar  avatar

terminology's Issues

Fallback fuzzy matching in SearchRequest message should be inverted

In the SearchRequest message use_fallback_fuzzy_matching is described as "use fuzzy matching only if no results at all without fuzzy, default true" this presents a logical issue when parsing the message as Protocol Buffers don't allow for 3 state bool values and so a value of false is assigned to unset bool fields[1].

Therefore it is impossible to determine if the field has intentionally been set to false form the default state of true or if the field is unset (and so should be in default state of true).

I propose that this field be inverted (so as to have a default state of false but still default to enabling fallback fuzzy matching). I would suggest a new name of suppress_fallback_fuzzy_matching with a default of false and a description of "Prevent the automatic use of fuzzy matching if no results at all without fuzzy, default false".

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.