Coder Social home page Coder Social logo

parameter not used about archie HOT 3 CLOSED

nedap avatar nedap commented on July 21, 2024
parameter not used

from archie.

Comments (3)

pieterbos avatar pieterbos commented on July 21, 2024

It is correct, see the overridden method in OperationalTemplate, where it needs the cobject to determine the correct component terminology.

Also you may want to open issues in openehr/Archie instead of Nedap/Archie repository. Development continues there. This repository will likely be deleted in the future.

from archie.

bertverhees avatar bertverhees commented on July 21, 2024

Sorry for being on the wrong archie version. And sorry that I did not know that unused parameters are regarded as good programming style in Java. Nice product you wrote, and every programming-ecosystem has its weaknesses, that is not your fault

from archie.

pieterbos avatar pieterbos commented on July 21, 2024

Well it's not a flaw, but a design choice. To retrieve an archetype term for some types of archetypes you need either the cobject or the path of the cobject. Check the AOM 2 specification about component_terminologies of the archetype terminology of OPERATIONAL_TEMPLATE on why and when this is required. So I required it for all archetypes. This choice means code anyone writes to get a term will work against all forms of archetypes - source form, flattened or operational templates. The alternative is messy code, with lots of instanceof calls to determine the right method to call, plus mistakes when people don't realize why they have to do this.
You can of course manually access the terminology :)

from archie.

Related Issues (3)

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.