Template:XDS Folder: Difference between revisions
Jump to navigation
Jump to search
mNo edit summary |
|||
| (15 intermediate revisions by the same user not shown) | |||
| Line 1: | Line 1: | ||
===== <span id='{{{2}}}'>Folder Specification</span> ===== | ===== [[Image:{{{3|draft}}}.gif]] <span id='{{{2}}}'>{{{1}}} Folder Specification</span> ===== | ||
{{{4|}}} | {{Edit Button|{{{2|{{FULLPAGENAMEE}}}}}}}{{{4|}}} | ||
{{If|test={{{Index|}}}|then= | |||
====== Data Element Index ====== | |||
{{{Index}}} | |||
}} | |||
{|class='wikitable' style='border-collapse: collapse; border: 1px solid black; width: 100%' | {|class='wikitable' style='border-collapse: collapse; border: 1px solid black; width: 100%' | ||
|-style='background-color: lightgrey; border: 1px solid black;' | |-style='background-color: lightgrey; border: 1px solid black;' | ||
! style='border: 1px solid black; width: 70%'| Document Name | ! style='border: 1px solid black; width: 70%'| Document Name | ||
| Line 10: | Line 14: | ||
{{{Data|}}} | {{{Data|}}} | ||
|} | |} | ||
<noinclude>[[Category:Templates]]</noinclude> | <includeonly> | ||
[[Category:XDS Folder Templates]] | |||
[[Category:Status: {{If|test={{Equal|{{{3}}}|Comment}}|then=Public Comment}}|else= | |||
{{If|test={{Equal|{{{3}}}|Final}}|then=Final Text|else= | |||
{{If|test={{Equal|{{{3}}}|Trial}}|then=Trial Implementation|else=Draft}} | |||
}} | |||
}}]] | |||
</includeonly> | |||
<noinclude> | |||
This is the template for creating an XDS Folder. To use this template, create a new Wiki Page, and enter the following: | |||
<pre> | |||
{{XDS Folder|Folder Name|LOINC Code for Folder|Status| | |||
Multiple lines of simple Wiki Text containing the description.| | |||
Data= | |||
{{XDS Folder Content|Folder Name|Document Name 1|Opt1|Document OID1|Comment1}} | |||
{{XDS Folder Content|Folder Name|Document Name 2|Opt2|Document OID2|Comment2}} | |||
: | |||
. | |||
{{XDS Folder Content|Folder Name|Document Name N|OptN|Document OIDN|CommentN}} | |||
}} | |||
More WIKI text if neccessary to elaborate on the folder contents. | |||
</pre> | |||
Where: | |||
; Folder Name : Is the name of the folder that you are specifying. | |||
; LOINC Code for Folder : Is the code that you want to use to classify this folder. Codes are assumed to be from LOINC where the scale = SET, to describe a collection of information or documents. | |||
; Status : Is Draft, Comment, Trial or Final to indicate the status of the template. | |||
The description should contain simple wiki text containing a description of the folder. If more complex wiki text is needed, it should appear following the last <nowiki>}}</nowiki> | |||
; Data: Is one or more uses of the [[Template:XDS Folder Content|XDS Folder Content]] template. | |||
See also: [[Template:XDS Folder Content]], [[Sample Folder]] | |||
[[Category:Templates]] | |||
</noinclude> | |||
Latest revision as of 13:50, 6 September 2007
{{{1}}} Folder Specification
| Document Name | Opt | Template ID |
|---|
This is the template for creating an XDS Folder. To use this template, create a new Wiki Page, and enter the following:
{{XDS Folder|Folder Name|LOINC Code for Folder|Status|
Multiple lines of simple Wiki Text containing the description.|
Data=
{{XDS Folder Content|Folder Name|Document Name 1|Opt1|Document OID1|Comment1}}
{{XDS Folder Content|Folder Name|Document Name 2|Opt2|Document OID2|Comment2}}
:
.
{{XDS Folder Content|Folder Name|Document Name N|OptN|Document OIDN|CommentN}}
}}
More WIKI text if neccessary to elaborate on the folder contents.
Where:
- Folder Name
- Is the name of the folder that you are specifying.
- LOINC Code for Folder
- Is the code that you want to use to classify this folder. Codes are assumed to be from LOINC where the scale = SET, to describe a collection of information or documents.
- Status
- Is Draft, Comment, Trial or Final to indicate the status of the template.
The description should contain simple wiki text containing a description of the folder. If more complex wiki text is needed, it should appear following the last }}
- Data
- Is one or more uses of the XDS Folder Content template.
See also: Template:XDS Folder Content, Sample Folder