![JAR search and dependency download from the Maven repository](/logo.png)
gdl-tools.cds-core.1.3.19.source-code.gdl.ftl Maven / Gradle / Ivy
${guide.id}
${guide_terms["guide.concept"?eval].text?if_exists}
${texts.GuideDetails?upper_case}
${texts.Description}: ${guide_terms["guide.concept"?eval].description?if_exists?replace("\n", "
")}
${texts.Purpose}: ${guide_details.purpose?if_exists?replace("\n", "
")}
${texts.Use}: ${guide_details.use?if_exists?replace("\n", "
")}
${texts.Misuse}: ${guide_details.misuse?if_exists?replace("\n", "
")}
${texts.References}: ${guide.description.otherDetails.references?if_exists?replace("\n", "
")}
${texts.AuthorDetails?upper_case}
${texts.Name}: ${guide.description.originalAuthor.name?if_exists}
${texts.Email}: ${guide.description.originalAuthor.email?if_exists}
${texts.Organisation}: ${guide.description.originalAuthor.organisation?if_exists}
${texts.Date}: ${guide.description.originalAuthor.date?if_exists}
${texts.AuthorshipLifecycle}: ${guide.description.lifecycleState?if_exists}
${texts.Copyright}: ${guide_details.copyright?if_exists}
<#if guide_details.keywords?has_content>
${texts.Keywords?upper_case}
<#list guide_details.keywords as keyword>
${keyword}<#if keyword_has_next>, #if>
#list>
#if>
<#if guide.description.otherContributors?has_content>
${texts.Contributors?upper_case}
<#list guide.description.otherContributors as otherContributor>
${otherContributor}<#if otherContributor_has_next>, #if>
#list>
#if>
${texts.Definitions?upper_case}
<#if guide_definitions_ehr?has_content>
EHR
<#list guide_definitions_ehr as definitionRuleLine>
${definitionRuleLine}
#list>
#if>
<#if guide_definitions_cds?has_content>
CDS
<#list guide_definitions_cds as definitionRuleLine>
${definitionRuleLine}
#list>
#if>
<#if guide_definitions_any?has_content>
ANY
<#list guide_definitions_any as definitionRuleLine>
${definitionRuleLine}
#list>
#if>
<#if guide_preconditions?has_content>
${texts.Preconditions?upper_case}
<#list guide_preconditions as preconditionRuleLine>
${preconditionRuleLine}
#list>
#if>
<#if guide_default_actions?has_content>
${texts.Defaults?upper_case}
<#list guide_default_actions as defaultRuleLine>
${defaultRuleLine}
#list>
#if>
<#if guide_rules?? && guide_rules?has_content>
${texts.RuleList?upper_case}
<#list guide_rules as readableGuide>
${readableGuide}
#list>
#if>
<#if guide.ontology.termBindings?? && guide.ontology.termBindings?has_content>
${texts.Bindings?upper_case}
<#list guide.ontology.termBindings?values as termBinding>
${termBinding.id}
<#list termBinding.bindings?values as binding>
${guide_terms["binding.id"?eval].text}:
<#list binding.codes as code>
${code.codeString}<#if code_has_next>, #if>
#list>
#list>
#list>
#if>
© 2015 - 2025 Weber Informatics LLC | Privacy Policy