public class NarrativeTemplateManifest extends Object implements INarrativeTemplateManifest
| Modifier and Type | Method and Description |
|---|---|
static NarrativeTemplateManifest |
forManifestFileContents(Collection<String> theResources) |
static NarrativeTemplateManifest |
forManifestFileContents(String... theResources) |
static NarrativeTemplateManifest |
forManifestFileLocation(Collection<String> thePropertyFilePaths) |
static NarrativeTemplateManifest |
forManifestFileLocation(String... thePropertyFilePaths) |
int |
getNamedTemplateCount() |
List<INarrativeTemplate> |
getTemplateByElement(FhirContext theFhirContext,
EnumSet<TemplateTypeEnum> theStyles,
IBase theElement) |
List<INarrativeTemplate> |
getTemplateByName(FhirContext theFhirContext,
EnumSet<TemplateTypeEnum> theStyles,
String theName) |
List<INarrativeTemplate> |
getTemplateByResourceName(FhirContext theFhirContext,
EnumSet<TemplateTypeEnum> theStyles,
String theResourceName) |
public int getNamedTemplateCount()
public List<INarrativeTemplate> getTemplateByResourceName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theResourceName)
getTemplateByResourceName in interface INarrativeTemplateManifestpublic List<INarrativeTemplate> getTemplateByName(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, String theName)
getTemplateByName in interface INarrativeTemplateManifestpublic List<INarrativeTemplate> getTemplateByElement(FhirContext theFhirContext, EnumSet<TemplateTypeEnum> theStyles, IBase theElement)
getTemplateByElement in interface INarrativeTemplateManifestpublic static NarrativeTemplateManifest forManifestFileLocation(String... thePropertyFilePaths) throws IOException
IOExceptionpublic static NarrativeTemplateManifest forManifestFileLocation(Collection<String> thePropertyFilePaths) throws IOException
IOExceptionpublic static NarrativeTemplateManifest forManifestFileContents(String... theResources) throws IOException
IOExceptionpublic static NarrativeTemplateManifest forManifestFileContents(Collection<String> theResources) throws IOException
IOExceptionCopyright © 2014–2019 University Health Network. All rights reserved.