Difference between revisions of "Template:XDS Folder Content"

From IHE Wiki
Jump to navigation Jump to search
m
m
 
(12 intermediate revisions by the same user not shown)
Line 1: Line 1:
|style='border:1px solid black;'|A1 {{{2}}}||align=center style='border:1px solid black;'|{{{3}}}||style='border:1px solid black;'|A2 {{{4}}}<br/>{{{5|}}}  
+
<includeonly>
 +
|style='border:1px solid black;'|{{If|test={{{4|}}}|then=[[{{If|test={{Equal|{{PAGENAME}}|{{{1}}}}}|then={{{4}}}|else={{PAGENAME}}#{{{4}}}}}|{{{2}}}]]{{If|test={{{5|}}}|then=<br/>{{{5}}}}}|else={{{2}}}}}||align=center style='border:1px solid black;'|{{{3}}}||style='border:1px solid black;'|{{{4|}}}  
 
|-
 
|-
<noinclude>[[Category:Templates]]</noinclude>
+
</includeonly>
 +
<noinclude>[[Category:Templates]]
 +
This template is used with [[Template:XDS Folder]] for creating an XDS Folder.  This templates creates the table rows for each component of the folder.
  
A1: [[{{If|test={{Equal|{{PAGENAME}}|{{{1}}} Folder}}|then={{{2}}} Document|else={{PAGENAME}}#{{{4}}}}}|{{{2}}}]]
+
<pre>
 +
{{XDS Folder Content|Folder Name|Document Name|Opt|Document OID|Comment}}
 +
</pre>
  
A2: [[{{If|test={{Equal|{{PAGENAME}}|{{{1}}} Folder}}|then={{{2}}} Document|else={{PAGENAME}}#{{{4}}}}}|{{{4}}}]]
+
Where:
 +
 
 +
; Folder Name : Is the name of the folder that you are specifying this content for.  This needs to be the same value as is used for the folder name that it is created in.
 +
; Document Name : Is the name of the document that should be included in the folder.
 +
; Opt : Is R, R2, or O to indicate whether the document is required, required if present, or optional in the folder.  Note that these evaluations can really be peformed only after everyone is "done" using the folder.
 +
; Document OID : This is the OID for the document template.
 +
; Comment : Additional comments regarding this document.
 +
 
 +
See also: [[Template:XDS Folder Content]], [[Template:CDA Document]], [[Sample Document 1 Document]]
 +
[[Category:Templates]]
 +
</noinclude>

Latest revision as of 16:49, 31 May 2007

This template is used with Template:XDS Folder for creating an XDS Folder. This templates creates the table rows for each component of the folder.

{{XDS Folder Content|Folder Name|Document Name|Opt|Document OID|Comment}}

Where:

Folder Name
Is the name of the folder that you are specifying this content for. This needs to be the same value as is used for the folder name that it is created in.
Document Name
Is the name of the document that should be included in the folder.
Opt
Is R, R2, or O to indicate whether the document is required, required if present, or optional in the folder. Note that these evaluations can really be peformed only after everyone is "done" using the folder.
Document OID
This is the OID for the document template.
Comment
Additional comments regarding this document.

See also: Template:XDS Folder Content, Template:CDA Document, Sample Document 1 Document