Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Expanded content for DV_TEXT, DV_CODED_TEXT and DV_QUANTITY to match … #1

Open
wants to merge 3 commits into
base: master
Choose a base branch
from

Conversation

freshehr
Copy link

…current Better formats. I would suggest retaining the | marker on leaf nodes for now, to preserve backward compatibility. It may also assist conversion between the Path and Regular structures. Now working on COUNT, NULL, and ORDINAL

"a/b/c/d|precision": 1,
"a/b/c/d|normal_status": "H",
"a/b/c/d|magnitude_status": "~",
"a/b/c/d/_normal_range/lower|magnitude": 2.5,
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why does _normal_range start with an '_' here? Isn't normal_range just a normal attribute of a DV_ORDERED?

Copy link
Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

My understanding is that the underscore is used on a few RM attributes to avoid potential naming collisions with archetyped nodes e.g it might be the case that a potential archetype node is called 'normal status' and gets compressed to 'normal_status'.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants