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

Loaded dictionary into OCL needs to support concept complex handler #1114

Closed
mseaton opened this issue Nov 10, 2021 · 2 comments
Closed

Loaded dictionary into OCL needs to support concept complex handler #1114

mseaton opened this issue Nov 10, 2021 · 2 comments
Assignees

Comments

@mseaton
Copy link

mseaton commented Nov 10, 2021

We have several Concepts in our PIH dictionary that are configured with datatype = "Complex". For such Concepts, these are ConceptComplex subclasses of Concept, and like the ConceptNumeric subclass, have an extra property that needs to be maintained - this is the ConceptComplex.handler (concept_complex.handler) property.

We need to add the necessary capabilities to the import tool to store this in the extras of an imported Concept where appropriate.

@bmamlin FYI

@bmamlin bmamlin self-assigned this Nov 11, 2021
@mseaton
Copy link
Author

mseaton commented Nov 17, 2021

@bmamlin - I was hoping to complete the subscription module aspect of this feature. Can I assume that the name of the property in extras will be "handler"? If not, can you let me know what you choose for this?

@bmamlin
Copy link

bmamlin commented Nov 22, 2021

The ocl_omrs import tool now supports concept complex handler. The handler for complex concepts will be stored in a handler property within extras on OCL.

@bmamlin bmamlin closed this as completed Nov 22, 2021
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

No branches or pull requests

2 participants