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 NarrativeFormatModifierConstructorDescriptionChEmedEprPdfGenerator(NarrativeFormat narrativeFormat, String template, SoftwareProviderMetadataProvider softwareProviderMetadataProvider) ChEmedEprPdfGenerator(NarrativeFormat narrativeFormat, String template, SoftwareProviderMetadataProvider softwareProviderMetadataProvider, ChEmedEprPdfGenerator.FontFamily fontFamily) EMediplanPdfMedicationCardGenerator(NarrativeFormat narrativeFormat, SoftwareProviderMetadataProvider softwareProviderMetadataProvider) This constructor allows the caller to specify exactly which kind of eMediplan narrative format can be used, either the umbrellaEMEDIPLANformat, which will use whatever it is considered as default by the library for generating the QR code content, or the more specific CHMED16A or CHMED23A codes.PdfMedicationCardGenerator(NarrativeFormat narrativeFormat, String template, SoftwareProviderMetadataProvider softwareProviderMetadataProvider) PdfMedicationCardGenerator(NarrativeFormat narrativeFormat, SoftwareProviderMetadataProvider softwareProviderMetadataProvider) PdfPrescriptionGenerator(NarrativeFormat narrativeFormat, String template, SoftwareProviderMetadataProvider softwareProviderMetadataProvider) PdfPrescriptionGenerator(NarrativeFormat narrativeFormat, String template, SoftwareProviderMetadataProvider softwareProviderMetadataProvider, ChEmedEprPdfGenerator.FontFamily fontFamily)