-
Notifications
You must be signed in to change notification settings - Fork 23
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
Add library refresh generated content routine #101
Comments
Hey Bryn, love the Ackbar image. I'm working on a project that could really use this feature in Atom. Are there some milestones you have in mind for this? I could be wrong, but it doesn't appear to have a final state in current. Thanks! |
Hi @jward-123 , I've been using the 1.3.1-SNAPSHOT to do this already in several IGs, a recent example is Lung Cancer Screening. So if you use the _refresh and _updateCQFTooling scripts from there, it should work with the 1.3.1-SNAPSHOT. |
Thanks Bryn! This looks great for LCS. Is there step list or readme somewhere that lays out the important folders to specify dependencies under? ( included libraries mainly ). I can see FHIRCommon being included, but I don't see how the tool knows to look in the CQL folder for the file itself. Is it just something that's stored in the cache as part of the _refresh and _updateCQFTooling scripts? Also, do namespaces work? E.g. include MyName.MyLibrary version '4.0.1' called lib |
There is a Sample Content IG that sets up the basic patterns, and if you open an Atom editor on the root of a repository, the CQL authoring features are available based on the folder structure commonly used in FHIR implementation guides. |
Hey Bryn,
We had trouble getting this to work with our system so we're currently running the project through the command line. In accordance with the license I'm replying here to let you know we've added a line to the cql-to-elm.bat file to wait for a user key press before exiting for usability reasons. This is only in our local copy.
From: Bryn Rhodes ***@***.***>
Sent: Monday, May 3, 2021 6:30 PM
To: cqframework/cqf-tooling ***@***.***>
Cc: James Ward ***@***.***>; Mention ***@***.***>
Subject: Re: [cqframework/cqf-tooling] Add library refresh generated content routine (#101)
External Mail. Careful of links / attachments. Submit Helpdesk if unsure.
There is a Sample Content IG<https://urldefense.com/v3/__https:/github.com/cqframework/sample-content-ig__;!!BJMh1g!qEbqh8B51pvPwc6dJSptARu_B9XdKRjs2y3pKAyXWPugk_mgbscmqpL4Pis$> that sets up the basic patterns, and if you open an Atom editor on the root of a repository, the CQL authoring features are available based on the folder structure commonly used in FHIR implementation guides.
-
You are receiving this because you were mentioned.
Reply to this email directly, view it on GitHub<https://urldefense.com/v3/__https:/github.com/cqframework/cqf-tooling/issues/101*issuecomment-831598167__;Iw!!BJMh1g!qEbqh8B51pvPwc6dJSptARu_B9XdKRjs2y3pKAyXWPugk_mgbscm6RWQ70A$>, or unsubscribe<https://urldefense.com/v3/__https:/github.com/notifications/unsubscribe-auth/AT2743K25XRY7YAMOCITIO3TL4WYJANCNFSM4PJBK42Q__;!!BJMh1g!qEbqh8B51pvPwc6dJSptARu_B9XdKRjs2y3pKAyXWPugk_mgbscmvkh5tqc$>.
|
Closing. This functionality has been implemented in the referenced PRs. If there are problems related to use of this functionality please open a new issue. |
Add a command to refresh all generated content in a Library.
The publisher currently does this in the CqlSubSystem here:
https://github.com/HL7/fhir-ig-publisher/blob/master/org.hl7.fhir.publisher.core/src/main/java/org/hl7/fhir/igtools/publisher/CqlSubSystem.java
The tooling should do the same.
The text was updated successfully, but these errors were encountered: