Uses of Enum Class
org.projecthusky.fhir.emed.ch.epr.narrative.html.NarrativeFormat
Packages that use NarrativeFormat
Package
Description
-
Uses of NarrativeFormat in org.projecthusky.fhir.emed.ch.epr.narrative.html
Fields in org.projecthusky.fhir.emed.ch.epr.narrative.html declared as NarrativeFormatModifier and TypeFieldDescriptionprotected final NarrativeFormatHtmlNarrativeGenerator.narrativeFormatMethods in org.projecthusky.fhir.emed.ch.epr.narrative.html that return NarrativeFormatModifier and TypeMethodDescriptionstatic NarrativeFormatReturns the enum constant of this class with the specified name.static NarrativeFormat[]NarrativeFormat.values()Returns an array containing the constants of this enum class, in the order they are declared.Constructors in org.projecthusky.fhir.emed.ch.epr.narrative.html with parameters of type NarrativeFormat -
Uses of NarrativeFormat in org.projecthusky.fhir.emed.ch.epr.narrative.pdf
Constructors in org.projecthusky.fhir.emed.ch.epr.narrative.pdf with parameters of type NarrativeFormatModifierConstructorDescriptionPdfMedicationCardGenerator(NarrativeFormat narrativeFormat, String template, SoftwareProviderMetadataProvider softwareProviderMetadataProvider) PdfMedicationCardGenerator(NarrativeFormat narrativeFormat, SoftwareProviderMetadataProvider softwareProviderMetadataProvider)