Stream: IG creation
Topic: Template Error
Grahame Grieve (Jun 29 2020 at 23:04):
@Lloyd McKenzie what does "Unrecognized family in id" mean?
Grahame Grieve (Jun 29 2020 at 23:07):
the error message must include what your code thinks that family is, and what the id it is talking about, and should indicate the acceptable options
Grahame Grieve (Jun 29 2020 at 23:10):
that error message seems like an entrant in the obscure error messages competition
Grahame Grieve (Jun 29 2020 at 23:10):
further, why does the hl7 base template not accept other HL7 domains? Why shouldn't affiliates derive from the HL7 base template?
Lloyd McKenzie (Jun 29 2020 at 23:11):
Because the base HL7 template embeds the HL7 international logo
Lloyd McKenzie (Jun 29 2020 at 23:11):
It also forces the existence of files to support Jira, etc.
Grahame Grieve (Jun 29 2020 at 23:16):
I feel as though that doesn't answer my question
Grahame Grieve (Jun 29 2020 at 23:17):
do the affiliates need to clone all the descendents of it too?
Lloyd McKenzie (Jun 29 2020 at 23:20):
Messages improved.
Grahame Grieve (Jun 29 2020 at 23:21):
what does onGenerate.package-list.xslt do?
Lloyd McKenzie (Jun 29 2020 at 23:21):
If an affiliate wants to have different templates for v2 vs. CDA vs. FHIR, then yes
Lloyd McKenzie (Jun 29 2020 at 23:25):
Takes the package-list.json and extracts information into XML so I can use it when generating the proposed jira file
Grahame Grieve (Jun 29 2020 at 23:26):
maybe some documentation in the source would help. Save normal humans trying to bother to understand what ever weird stuff the xslt is doing
Lloyd McKenzie (Jun 30 2020 at 00:04):
Done
Grahame Grieve (Jun 30 2020 at 00:08):
Can we get the Questionnaire layout introduced now? And I'm going to add yet another fragment... a list of QRs for the Q
Lloyd McKenzie (Jun 30 2020 at 00:10):
Hmm. I thought I'd seen a pull request that had already done that, but it doesn't seem to be there. @Jose Costa Teixeira @Eric Haas @Brian Postlethwaite - did I imagine that?
Brian Postlethwaite (Jun 30 2020 at 00:48):
Yes you imagined it. I provided a sample, but didn't commit it anywhere, outside my internal templates.
Last updated: Apr 12 2022 at 19:14 UTC