Values.TemplateSectionInstructionSourceInstructions for generating a specific section of a clinical note
type nonrec t = {sectionHeader : SensitiveAlphanumericString.t;The header for this section of the template
*)sectionInstruction : SensitiveMarkdownString.t;The instruction for generating this section
*)}val make :
sectionHeader:SensitiveAlphanumericString.t ->
sectionInstruction:SensitiveMarkdownString.t ->
unit ->
tval to_value :
t ->
[> `Structure of
(string * [> `String of SensitiveAlphanumericString.t ]) list ]