Index
All Classes and Interfaces|All Packages|Constant Field Values
A
- AbstractTranslatorsMap<C,
D> - Class in io.github.jy95.fds.common.types -
Abstract class representing a map of translators for various
DisplayOrdervalues. - AbstractTranslatorsMap(TranslationService<C>) - Constructor for class io.github.jy95.fds.common.types.AbstractTranslatorsMap
-
Constructs a new
AbstractTranslatorsMapwith the specified supplier map. - ADDITIONAL_INSTRUCTION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "additionalInstruction"
- AdditionalInstruction<D> - Interface in io.github.jy95.fds.common.translators
-
An interface for translating "additionalInstruction".
- AdditionalInstructionR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "additionalInstruction".
- AdditionalInstructionR4() - Constructor for class io.github.jy95.fds.r4.translators.AdditionalInstructionR4
- AdditionalInstructionR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "additionalInstruction".
- AdditionalInstructionR5() - Constructor for class io.github.jy95.fds.r5.translators.AdditionalInstructionR5
- AND - Enum constant in enum class io.github.jy95.fds.common.types.LinkWord
-
Represents the "and" link word.
- AS_NEEDED - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "asNeededBoolean" / "asNeededCodeableConcept" / "asNeeded" / "asNeededFor"
- asHumanReadableText(D) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Converts a single dosage object into human-readable text asynchronously.
- asHumanReadableText(List<D>) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Converts a list of dosage objects into human-readable text asynchronously.
- AsNeeded<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating fields related to the "as needed" / "as needed for" concepts.
- AsNeededR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "asNeededBoolean" / "asNeededCodeableConcept".
- AsNeededR4() - Constructor for class io.github.jy95.fds.r4.translators.AsNeededR4
- AsNeededR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "asNeededBoolean" / "asNeededCodeableConcept".
- AsNeededR5() - Constructor for class io.github.jy95.fds.r5.translators.AsNeededR5
B
- BOUNDS_DURATION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.boundsDuration"
- BOUNDS_PERIOD - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.boundsPeriod"
- BOUNDS_RANGE - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.boundsRange"
- BoundsDuration<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.boundsDuration".
- BoundsDurationR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.boundsDuration"
- BoundsDurationR4() - Constructor for class io.github.jy95.fds.r4.translators.BoundsDurationR4
- BoundsDurationR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.boundsDuration"
- BoundsDurationR5() - Constructor for class io.github.jy95.fds.r5.translators.BoundsDurationR5
- BoundsPeriod<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.boundsPeriod".
- BoundsPeriodR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.boundsPeriod"
- BoundsPeriodR4() - Constructor for class io.github.jy95.fds.r4.translators.BoundsPeriodR4
- BoundsPeriodR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.boundsPeriod"
- BoundsPeriodR5() - Constructor for class io.github.jy95.fds.r5.translators.BoundsPeriodR5
- BoundsRange<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.boundsRange".
- BoundsRangeR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.boundsRange"
- BoundsRangeR4() - Constructor for class io.github.jy95.fds.r4.translators.BoundsRangeR4
- BoundsRangeR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.boundsRange"
- BoundsRangeR5() - Constructor for class io.github.jy95.fds.r5.translators.BoundsRangeR5
C
- CodeableConceptProcessor<C> - Interface in io.github.jy95.fds.common.operations
-
Interface for FHIR CodeableConcept-related conversion operations.
- codeToLongText(String, Locale) - Static method in class io.github.jy95.fds.common.functions.DayOfWeekFormatter
-
Translates a single-day code into its corresponding day of the week in text, utilizing the specified locale.
- comparatorToString(TranslationService<C>, Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Converts the comparator of a quantity to a human-readable string.
- containsOnlySequentialInstructions(List<D>) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Checks if the given list of dosages contains only sequential instructions.
- containsOnlySequentialInstructions(List<Dosage>) - Method in class io.github.jy95.fds.r4.DosageAPIR4
-
Checks if the given list of dosages contains only sequential instructions.
- containsOnlySequentialInstructions(List<Dosage>) - Method in class io.github.jy95.fds.r5.DosageAPIR5
-
Checks if the given list of dosages contains only sequential instructions.
- containsOnlySequentialInstructions(List<T>, Function<T, Integer>) - Static method in class io.github.jy95.fds.common.functions.SequenceUtils
-
Checks if the given list of dosages contains only sequential instructions.
- convert(D) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMaxPeriodPeriodMax
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(D) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(D) - Method in interface io.github.jy95.fds.common.types.Translator
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(D) - Method in interface io.github.jy95.fds.common.types.TranslatorExtension
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(TranslationService<?>, List<String>) - Static method in class io.github.jy95.fds.common.functions.ListToString
-
Converts a list of strings into a human-readable string using the default link word "and".
- convert(TranslationService<?>, List<String>, LinkWord) - Static method in class io.github.jy95.fds.common.functions.ListToString
-
Converts a list of strings into a human-readable string using a specified link word.
- convert(TranslationService<C>, Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Converts a quantity object to a human-readable string asynchronously.
- convert(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Converts a range object to a human-readable string asynchronously.
- convert(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Converts a ratio object to a human-readable string asynchronously.
- convert(Locale, List<T>) - Method in interface io.github.jy95.fds.common.functions.FormatDateTimes
-
Converts multiple date or time objects to human-readable strings using the specified locale.
- convert(Locale, T) - Method in interface io.github.jy95.fds.common.functions.FormatDateTimes
-
Converts a single date or time object to a human-readable string using the specified locale.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.AdditionalInstructionR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.AsNeededR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsDurationR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsPeriodR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsRangeR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.CountCountMaxR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.DayOfWeekR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.DoseQuantityR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.DoseRangeR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.MaxDosePerAdministrationR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.MaxDosePerLifetimeR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.MaxDosePerPeriodR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.MethodR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.OffsetWhenR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.PatientInstructionR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.RateQuantityR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.RateRangeR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.RateRatioR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.RouteR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.SiteR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.TextR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimeOfDayR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingCodeR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingEventR4
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.AdditionalInstructionR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.AsNeededR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsDurationR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsPeriodR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsRangeR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.CountCountMaxR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.DayOfWeekR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.DoseQuantityR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.DoseRangeR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.MaxDosePerAdministrationR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.MaxDosePerLifetimeR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.MaxDosePerPeriodR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.MethodR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.OffsetWhenR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.PatientInstructionR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.RateQuantityR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.RateRangeR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.RateRatioR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.RouteR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.SiteR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.TextR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimeOfDayR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingCodeR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convert(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingEventR5
-
Converts a dosage field into a human-readable string representation asynchronously.
- convertCodeableConcepts(D) - Method in interface io.github.jy95.fds.common.translators.AsNeeded
-
Turn CodeableConcept(s) to a human-readable string
- convertCodeableConcepts(Dosage) - Method in class io.github.jy95.fds.r4.translators.AsNeededR4
-
Turn CodeableConcept(s) to a human-readable string
- convertCodeableConcepts(Dosage) - Method in class io.github.jy95.fds.r5.translators.AsNeededR5
-
Turn CodeableConcept(s) to a human-readable string
- convertConcurrentDosagesToText(List<D>) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Converts concurrent dosages into a human-readable text asynchronously.
- convertDenominator(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Converts the denominator to a human-readable string.
- convertGroupedDosagesToText(List<D>) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Converts grouped dosages into a human-readable text asynchronously.
- convertNumerator(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Converts the numerator to a human-readable string.
- convertSequentialDosagesToText(List<D>) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Converts sequential dosages into a human-readable text asynchronously.
- convertWithoutUnit(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Convert a range without a unit to a human-readable string.
- convertWithUnit(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Convert a range with a unit to a human-readable string.
- COUNT_COUNT_MAX - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.count" / "timing.repeat.countMax"
- CountCountMax<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.count" / "timing.repeat.countMax".
- CountCountMaxR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.count" / "timing.repeat.countMax"
- CountCountMaxR4() - Constructor for class io.github.jy95.fds.r4.translators.CountCountMaxR4
- CountCountMaxR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.count" / "timing.repeat.countMax"
- CountCountMaxR5() - Constructor for class io.github.jy95.fds.r5.translators.CountCountMaxR5
- createDosageAPI(Locale) - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Creates and returns a new instance of
DosageAPIfor the given locale. - createDosageAPI(Locale) - Method in class io.github.jy95.fds.r4.utils.DosageMarkdownR4
-
Creates and returns a new instance of
DosageAPIfor the given locale. - createDosageAPI(Locale) - Method in class io.github.jy95.fds.r5.utils.DosageMarkdownR5
-
Creates and returns a new instance of
DosageAPIfor the given locale. - createTranslatorsSuppliers() - Method in class io.github.jy95.fds.common.types.AbstractTranslatorsMap
-
Creates a map of
DisplayOrdertoSupplierinstances that lazily initialize the correspondingTranslatorobjects for the needed configuration. - createTranslatorsSuppliers() - Method in class io.github.jy95.fds.r4.utils.TranslatorsMapR4
-
Creates a map of
DisplayOrdertoSupplierinstances that lazily initialize the correspondingTranslatorobjects for the needed configuration. - createTranslatorsSuppliers() - Method in class io.github.jy95.fds.r5.utils.TranslatorsMapR5
-
Creates a map of
DisplayOrdertoSupplierinstances that lazily initialize the correspondingTranslatorobjects for the needed configuration.
D
- dateTimeToHumanDisplay(Date, TimeZone, TemporalPrecisionEnum) - Method in class io.github.jy95.fds.common.functions.TranslationService
-
Converts a Date object to a human-readable string based on the configuration's locale.
- DAY_OF_WEEK - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.dayOfWeek"
- DayOfWeek<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.dayOfWeek".
- DayOfWeekFormatter - Class in io.github.jy95.fds.common.functions
-
Class to format day of week
- DayOfWeekFormatter() - Constructor for class io.github.jy95.fds.common.functions.DayOfWeekFormatter
- DayOfWeekR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.dayOfWeek"
- DayOfWeekR4() - Constructor for class io.github.jy95.fds.r4.translators.DayOfWeekR4
- DayOfWeekR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.dayOfWeek"
- DayOfWeekR5() - Constructor for class io.github.jy95.fds.r5.translators.DayOfWeekR5
- DEFAULT_DISPLAY_ORDER - Static variable in class io.github.jy95.fds.common.config.DefaultImplementations
- DEFAULT_SEPARATOR - Static variable in class io.github.jy95.fds.common.config.DefaultImplementations
- DefaultImplementations - Class in io.github.jy95.fds.common.config
-
Provides default implementations for common operations in the library.
- DefaultImplementationsR4 - Class in io.github.jy95.fds.r4.config
-
Provides FHIR R4 implementations for common operations in the library.
- DefaultImplementationsR5 - Class in io.github.jy95.fds.r5.config
-
Provides FHIR R5 implementations for common operations in the library.
- DisplayOrder - Enum Class in io.github.jy95.fds.common.types
-
Represents the available display orders
- DosageAndRateProcessor<D,
R, - Interface in io.github.jy95.fds.common.operationsT> -
Interface for DosageDoseAndRateComponent selection.
- DosageAPI<C,
D> - Class in io.github.jy95.fds.common.types -
Abstract class providing API methods for translating and formatting dosage data.
- DosageAPI(C) - Constructor for class io.github.jy95.fds.common.types.DosageAPI
-
Constructs a new
DosageAPIwith the specified configuration. - DosageAPIR4 - Class in io.github.jy95.fds.r4
-
R4 class for translating and formatting dosage data
- DosageAPIR4() - Constructor for class io.github.jy95.fds.r4.DosageAPIR4
-
Default constructor for
DosageAPIR4using default configuration - DosageAPIR4(FDSConfigR4) - Constructor for class io.github.jy95.fds.r4.DosageAPIR4
-
Constructor for
DosageAPIR4. - DosageAPIR5 - Class in io.github.jy95.fds.r5
-
R5 class for translating and formatting dosage data
- DosageAPIR5() - Constructor for class io.github.jy95.fds.r5.DosageAPIR5
-
Default constructor for
DosageAPIR5using default configuration - DosageAPIR5(FDSConfigR5) - Constructor for class io.github.jy95.fds.r5.DosageAPIR5
-
Constructor for
DosageAPIR5. - DosageFields - Class in io.github.jy95.fds.common.l10n
-
English (en) resource bundle for structured dosage and field labels.
- DosageFields() - Constructor for class io.github.jy95.fds.common.l10n.DosageFields
- DosageFields_de - Class in io.github.jy95.fds.common.l10n
-
German (de) resource bundle for structured dosage and field labels.
- DosageFields_de() - Constructor for class io.github.jy95.fds.common.l10n.DosageFields_de
- DosageFields_fr - Class in io.github.jy95.fds.common.l10n
-
French (fr) resource bundle for structured dosage and field labels.
- DosageFields_fr() - Constructor for class io.github.jy95.fds.common.l10n.DosageFields_fr
- DosageFields_nl - Class in io.github.jy95.fds.common.l10n
-
Dutch (nl) resource bundle for structured dosage and field labels.
- DosageFields_nl() - Constructor for class io.github.jy95.fds.common.l10n.DosageFields_nl
- DosageMarkdown<A,
B> - Interface in io.github.jy95.fds.common.types -
An interface for generating Markdown examples of dosage information.
- DosageMarkdownExecutor - Class in io.github.jy95.fds.r4.internal
-
DosageMarkdownExecutor class.
- DosageMarkdownExecutor - Class in io.github.jy95.fds.r5.internal
-
DosageMarkdownExecutor class.
- DosageMarkdownExecutor() - Constructor for class io.github.jy95.fds.r4.internal.DosageMarkdownExecutor
- DosageMarkdownExecutor() - Constructor for class io.github.jy95.fds.r5.internal.DosageMarkdownExecutor
- DosageMarkdownR4 - Class in io.github.jy95.fds.r4.utils
-
An interface for generating Markdown examples of dosage information.
- DosageMarkdownR4() - Constructor for class io.github.jy95.fds.r4.utils.DosageMarkdownR4
- DosageMarkdownR5 - Class in io.github.jy95.fds.r5.utils
-
An interface for generating Markdown examples of dosage information.
- DosageMarkdownR5() - Constructor for class io.github.jy95.fds.r5.utils.DosageMarkdownR5
- DOSE_QUANTITY - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "doseAndRate.doseQuantity"
- DOSE_QUANTITY - Enum constant in enum class io.github.jy95.fds.common.types.DoseAndRateKey
-
Refers to the FHIR dosage field
doseAndRate.doseQuantity. - DOSE_RANGE - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "doseAndRate.doseRange"
- DOSE_RANGE - Enum constant in enum class io.github.jy95.fds.common.types.DoseAndRateKey
-
Refers to the FHIR dosage field
doseAndRate.doseRange. - DoseAndRateExtractor<A,
B> - Interface in io.github.jy95.fds.common.types -
A functional interface for extracting a dose and rate component from a given input.
- DoseAndRateKey - Enum Class in io.github.jy95.fds.common.types
-
Enum representing the different keys for dose and rate components.
- DoseQuantityR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "doseAndRate.doseQuantity"
- DoseQuantityR4() - Constructor for class io.github.jy95.fds.r4.translators.DoseQuantityR4
- DoseQuantityR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "doseAndRate.doseQuantity"
- DoseQuantityR5() - Constructor for class io.github.jy95.fds.r5.translators.DoseQuantityR5
- DoseRangeR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "doseAndRate.doseRange"
- DoseRangeR4() - Constructor for class io.github.jy95.fds.r4.translators.DoseRangeR4
- DoseRangeR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "doseAndRate.doseRange"
- DoseRangeR5() - Constructor for class io.github.jy95.fds.r5.translators.DoseRangeR5
- DURATION_DURATION_MAX - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.duration" / "timing.repeat.durationMax"
- DURATION_SYSTEM - Static variable in interface io.github.jy95.fds.common.functions.QuantityToString
-
System URI for duration units in FHIR.
- DurationDurationMax<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.duration" / "timing.repeat.durationMax".
- DurationDurationMaxR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.duration" / "timing.repeat.durationMax"
- DurationDurationMaxR4() - Constructor for class io.github.jy95.fds.r4.translators.DurationDurationMaxR4
- DurationDurationMaxR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.duration" / "timing.repeat.durationMax"
- DurationDurationMaxR5() - Constructor for class io.github.jy95.fds.r5.translators.DurationDurationMaxR5
E
- enhancedFromUnitToString(TranslationService<C>, Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Provides enhanced logic for converting units to a human-readable string.
- escapeHtml(String) - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Helper method to escape HTML special characters for safe inclusion in HTML content.
- EventTiming - Class in io.github.jy95.fds.common.l10n
-
English (en) resource bundle for event timing codes.
- EventTiming() - Constructor for class io.github.jy95.fds.common.l10n.EventTiming
- EventTiming_de - Class in io.github.jy95.fds.common.l10n
-
German (de) resource bundle for event timing codes.
- EventTiming_de() - Constructor for class io.github.jy95.fds.common.l10n.EventTiming_de
- EventTiming_fr - Class in io.github.jy95.fds.common.l10n
-
French (fr) resource bundle for event timing codes.
- EventTiming_fr() - Constructor for class io.github.jy95.fds.common.l10n.EventTiming_fr
- EventTiming_nl - Class in io.github.jy95.fds.common.l10n
-
Dutch (nl) resource bundle for event timing codes.
- EventTiming_nl() - Constructor for class io.github.jy95.fds.common.l10n.EventTiming_nl
- Extension<D> - Interface in io.github.jy95.fds.common.translators
-
An interface for translating "extension".
- EXTENSION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "extension"
- ExtensionProcessor<E> - Interface in io.github.jy95.fds.common.operations
-
Interface for FHIR Extension-related conversion operations.
- ExtensionR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "extension"
- ExtensionR4() - Constructor for class io.github.jy95.fds.r4.translators.ExtensionR4
- ExtensionR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "extension"
- ExtensionR5() - Constructor for class io.github.jy95.fds.r5.translators.ExtensionR5
- extract(A) - Method in interface io.github.jy95.fds.common.types.DoseAndRateExtractor
-
Extracts the dose and rate component from the provided input.
- extractFrequency(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMaxPeriodPeriodMax
-
extractFrequency.
- extractFrequency(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxPeriodPeriodMaxR4
-
extractFrequency.
- extractFrequency(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxPeriodPeriodMaxR5
-
extractFrequency.
- extractInformation(D) - Method in interface io.github.jy95.fds.common.translators.BoundsPeriod
-
Extract information about the boundsPeriod
- EXTRACTOR_MAP - Static variable in class io.github.jy95.fds.r4.config.DefaultImplementationsR4
- EXTRACTOR_MAP - Static variable in class io.github.jy95.fds.r5.config.DefaultImplementationsR5
- extractPeriod(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMaxPeriodPeriodMax
-
extractPeriod.
- extractPeriod(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxPeriodPeriodMaxR4
-
extractPeriod.
- extractPeriod(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxPeriodPeriodMaxR5
-
extractPeriod.
- extractTime(int) - Method in interface io.github.jy95.fds.common.translators.OffsetWhen
-
Extracts the time components (days, hours, minutes) from a given offset in minutes.
F
- FDSConfig - Class in io.github.jy95.fds.common.config
-
Configuration class for controlling how dosages are handled and displayed.
- FDSConfig() - Constructor for class io.github.jy95.fds.common.config.FDSConfig
- FDSConfigR4 - Class in io.github.jy95.fds.r4.config
-
R4 Configuration class for controlling how dosage is handled and displayed.
- FDSConfigR4() - Constructor for class io.github.jy95.fds.r4.config.FDSConfigR4
- FDSConfigR5 - Class in io.github.jy95.fds.r5.config
-
R5 Configuration class for controlling how dosage is handled and displayed.
- FDSConfigR5() - Constructor for class io.github.jy95.fds.r5.config.FDSConfigR5
- FormatDateTimes<T> - Interface in io.github.jy95.fds.common.functions
-
Interface for formatting DateTime objects into human-readable strings.
- formatEndPeriod(D) - Method in interface io.github.jy95.fds.common.translators.BoundsPeriod
-
Format end period to a human-readable string
- formatEndPeriod(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsPeriodR4
-
Format end period to a human-readable string
- formatEndPeriod(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsPeriodR5
-
Format end period to a human-readable string
- formatFrequencyAndFrequencyMaxText(int, int) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Formats the text for cases where both "frequency" and "frequencyMax" are present.
- formatFrequencyMaxText(int) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Formats the text for cases where only "frequencyMax" is present.
- formatFrequencyText(int) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Formats the text for cases where only "frequency" is present.
- formatQuantityNumber(Locale, BigDecimal) - Static method in class io.github.jy95.fds.common.config.DefaultImplementations
-
Formats a BigDecimal quantity number for display.
- formatStartPeriod(D) - Method in interface io.github.jy95.fds.common.translators.BoundsPeriod
-
Format start period to a human-readable string
- formatStartPeriod(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsPeriodR4
-
Format start period to a human-readable string
- formatStartPeriod(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsPeriodR5
-
Format start period to a human-readable string
- formatString(String) - Method in interface io.github.jy95.fds.common.translators.TimeOfDay
-
Formats a time string to remove unnecessary seconds if they are zero.
- formatWithCount(Locale, String, Number) - Static method in class io.github.jy95.fds.common.functions.UnitsOfTimeFormatter
-
Formats a time unit with a count (e.g., "3 heures", "1 minute").
- formatWithoutCount(Locale, String, Number) - Static method in class io.github.jy95.fds.common.functions.UnitsOfTimeFormatter
-
Formats a time unit without a count (e.g., "heures", "minute").
- FREQUENCY_FREQUENCY_MAX - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.frequency" / "timing.repeat.frequencyMax"
- FREQUENCY_FREQUENCY_MAX_PERIOD_PERIOD_MAX - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.frequency" / "timing.repeat.frequencyMax" / "timing.repeat.period" / "timing.repeat.periodMax"
- FrequencyFrequencyMax<D,
C> - Interface in io.github.jy95.fds.common.translators -
Interface for translating "timing.repeat.frequency" / "timing.repeat.frequencyMax".
- FrequencyFrequencyMaxPeriodPeriodMax<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.frequency" / "timing.repeat.frequencyMax" / "timing.repeat.period" / "timing.repeat.periodMax".
- FrequencyFrequencyMaxPeriodPeriodMaxR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.frequency" / "timing.repeat.frequencyMax" / "timing.repeat.period" / "timing.repeat.periodMax"
- FrequencyFrequencyMaxPeriodPeriodMaxR4() - Constructor for class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxPeriodPeriodMaxR4
- FrequencyFrequencyMaxPeriodPeriodMaxR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.frequency" / "timing.repeat.frequencyMax" / "timing.repeat.period" / "timing.repeat.periodMax"
- FrequencyFrequencyMaxPeriodPeriodMaxR5() - Constructor for class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxPeriodPeriodMaxR5
- FrequencyFrequencyMaxR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.frequency" / "timing.repeat.frequencyMax"
- FrequencyFrequencyMaxR4() - Constructor for class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxR4
- FrequencyFrequencyMaxR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.frequency" / "timing.repeat.frequencyMax"
- FrequencyFrequencyMaxR5() - Constructor for class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxR5
- frequencyTranslator - Variable in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxPeriodPeriodMaxR4
-
Class implementing the parsing of "timing.repeat.frequency" / "timing.repeat.frequencyMax"
- frequencyTranslator - Variable in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxPeriodPeriodMaxR5
-
Class implementing the parsing of "timing.repeat.frequency" / "timing.repeat.frequencyMax"
- fromCodeableConceptToString(C) - Method in interface io.github.jy95.fds.common.operations.CodeableConceptProcessor
-
Converts a FHIR CodeableConcept to a string representation.
- fromCodeableConceptToString(CodeableConcept) - Static method in class io.github.jy95.fds.r4.config.DefaultImplementationsR4
-
Converts a FHIR
CodeableConceptto a string representation. - fromCodeableConceptToString(CodeableConcept) - Method in class io.github.jy95.fds.r4.config.FDSConfigR4
-
Converts a FHIR CodeableConcept to a string representation.
- fromCodeableConceptToString(CodeableConcept) - Static method in class io.github.jy95.fds.r5.config.DefaultImplementationsR5
-
Converts a FHIR
CodeableConceptto a string representation. - fromCodeableConceptToString(CodeableConcept) - Method in class io.github.jy95.fds.r5.config.FDSConfigR5
-
Converts a FHIR CodeableConcept to a string representation.
- fromCodingToString(IBaseCoding) - Static method in class io.github.jy95.fds.common.config.DefaultImplementations
-
Converts a FHIR
IBaseCodingto a string representation. - fromExtensionsToString(List<? extends IBaseExtension<?, ?>>) - Static method in class io.github.jy95.fds.common.config.DefaultImplementations
-
Converts a list of FHIR
IBaseExtensionobjects to a JSON-like string representation. - fromExtensionsToString(List<E>) - Method in interface io.github.jy95.fds.common.operations.ExtensionProcessor
-
Converts a list of FHIR Extension objects to a JSON-like string representation.
- fromExtensionsToString(List<Extension>) - Method in class io.github.jy95.fds.r4.config.FDSConfigR4
-
Converts a list of FHIR Extension objects to a JSON-like string representation.
- fromExtensionsToString(List<Extension>) - Method in class io.github.jy95.fds.r5.config.FDSConfigR5
-
Converts a list of FHIR Extension objects to a JSON-like string representation.
- fromFHIRQuantityUnitToString(Quantity) - Static method in class io.github.jy95.fds.r4.config.DefaultImplementationsR4
-
Converts a FHIR
Quantityobject to a string representation of its unit or code. - fromFHIRQuantityUnitToString(Quantity) - Method in class io.github.jy95.fds.r4.config.FDSConfigR4
-
Converts a FHIR Quantity object to a string representation of its unit or code.
- fromFHIRQuantityUnitToString(Quantity) - Static method in class io.github.jy95.fds.r5.config.DefaultImplementationsR5
-
Converts a FHIR
Quantityobject to a string representation of its unit or code. - fromFHIRQuantityUnitToString(Quantity) - Method in class io.github.jy95.fds.r5.config.FDSConfigR5
-
Converts a FHIR Quantity object to a string representation of its unit or code.
- fromFHIRQuantityUnitToString(Q) - Method in interface io.github.jy95.fds.common.operations.QuantityProcessor
-
Converts a FHIR Quantity object to a string representation of its unit or code.
G
- generateMarkdown() - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Generates Markdown example files for all JSON files found within the subdirectories of the resources directory for each of the supported locales.
- getBaseArguments(R, String) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Compute the base arguments required for formatting the range object.
- getBaseOutputDir(Locale) - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Returns the base output directory for generated Markdown files for a specific locale.
- getCode(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Retrieves the code of the quantity.
- getCode(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Retrieves the code of the quantity.
- getCode(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Retrieves the code of the quantity.
- getComparatorCode(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Retrieves the comparator code of the quantity.
- getComparatorCode(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Retrieves the comparator code of the quantity.
- getComparatorCode(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Retrieves the comparator code of the quantity.
- getContents() - Method in class io.github.jy95.fds.common.l10n.DosageFields_de
- getContents() - Method in class io.github.jy95.fds.common.l10n.DosageFields_fr
- getContents() - Method in class io.github.jy95.fds.common.l10n.DosageFields_nl
- getContents() - Method in class io.github.jy95.fds.common.l10n.DosageFields
- getContents() - Method in class io.github.jy95.fds.common.l10n.EventTiming_de
- getContents() - Method in class io.github.jy95.fds.common.l10n.EventTiming_fr
- getContents() - Method in class io.github.jy95.fds.common.l10n.EventTiming_nl
- getContents() - Method in class io.github.jy95.fds.common.l10n.EventTiming
- getContents() - Method in class io.github.jy95.fds.common.l10n.QuantityComparator_de
- getContents() - Method in class io.github.jy95.fds.common.l10n.QuantityComparator_fr
- getContents() - Method in class io.github.jy95.fds.common.l10n.QuantityComparator_nl
- getContents() - Method in class io.github.jy95.fds.common.l10n.QuantityComparator
- getDenominator(Ratio) - Method in enum class io.github.jy95.fds.r4.functions.RatioToStringR4
-
Retrieve the denominator
- getDenominator(Ratio) - Method in enum class io.github.jy95.fds.r5.functions.RatioToStringR5
-
Retrieve the denominator
- getDenominator(R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Retrieve the denominator
- getDosageAPIs() - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
- getDosageFromJson(Path) - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Reads a dosage object of type
Bfrom the specified JSON file. - getDosageFromJson(Path) - Method in class io.github.jy95.fds.r4.utils.DosageMarkdownR4
-
Reads a dosage object of type
Bfrom the specified JSON file. - getDosageFromJson(Path) - Method in class io.github.jy95.fds.r5.utils.DosageMarkdownR5
-
Reads a dosage object of type
Bfrom the specified JSON file. - getDosageJsonAsString(Path) - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Reads the content of a JSON file and returns it as a String.
- getEvents(D) - Method in interface io.github.jy95.fds.common.translators.TimingEvent
-
Extracts a list of timing events from the data object.
- getEvents(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingEventR4
-
Extracts a list of timing events from the data object.
- getEvents(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingEventR5
-
Extracts a list of timing events from the data object.
- getExtension(D) - Method in interface io.github.jy95.fds.common.types.TranslatorExtension
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r4.translators.ExtensionR4
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r4.translators.ModifierExtensionR4
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingExtensionR4
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingModifierExtensionR4
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingRepeatExtensionR4
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r5.translators.ExtensionR5
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r5.translators.ModifierExtensionR5
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingExtensionR5
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingModifierExtensionR5
-
Return a list of extension contained in the dosage field
- getExtension(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingRepeatExtensionR5
-
Return a list of extension contained in the dosage field
- getFields(D, DisplayOrder...) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Converts specified dosage fields into a human-readable string representation asynchronously.
- getHigh(Range) - Method in enum class io.github.jy95.fds.r4.functions.RangeToStringR4
-
Retrieve the high Quantity
- getHigh(Range) - Method in enum class io.github.jy95.fds.r5.functions.RangeToStringR5
-
Retrieve the high Quantity
- getHigh(R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Retrieve the high Quantity
- getJsonFiles() - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Returns a Stream of
Pathobjects representing all JSON files recursively found within the resources directory and its subdirectories. - getJsonFilesGroupedByFolder() - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Returns a map of JSON files grouped by their parent directory.
- getKeys() - Method in class io.github.jy95.fds.common.bundle.MultiResourceBundle
- getLocales() - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Returns a list of locales for which Markdown examples will be generated.
- getLow(Range) - Method in enum class io.github.jy95.fds.r4.functions.RangeToStringR4
-
Retrieve the low Quantity
- getLow(Range) - Method in enum class io.github.jy95.fds.r5.functions.RangeToStringR5
-
Retrieve the low Quantity
- getLow(R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Retrieve the low Quantity
- getMessage(String) - Method in class io.github.jy95.fds.common.functions.TranslationService
-
Retrieves the localized message format for the specified key.
- getNumerator(Ratio) - Method in enum class io.github.jy95.fds.r4.functions.RatioToStringR4
-
Retrieve the numerator
- getNumerator(Ratio) - Method in enum class io.github.jy95.fds.r5.functions.RatioToStringR5
-
Retrieve the numerator
- getNumerator(R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Retrieve the numerator
- getQuantityToString() - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Retrieves the utility class for processing Quantity within the range object
- getQuantityToString() - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Retrieves the utility class for processing Quantity within the ratio object
- getQuantityToString() - Method in enum class io.github.jy95.fds.r4.functions.RangeToStringR4
- getQuantityToString() - Method in enum class io.github.jy95.fds.r4.functions.RatioToStringR4
-
Retrieves the utility class for processing Quantity within the ratio object
- getQuantityToString() - Method in enum class io.github.jy95.fds.r5.functions.RangeToStringR5
-
Retrieves the utility class for processing Quantity within the range object
- getQuantityToString() - Method in enum class io.github.jy95.fds.r5.functions.RatioToStringR5
-
Retrieves the utility class for processing Quantity within the ratio object
- getResourcesDir() - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Returns the path to the resources directory containing the JSON input files.
- getSystem(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Retrieves the system of the quantity.
- getSystem(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Retrieves the system of the quantity.
- getSystem(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Retrieves the system of the quantity.
- getText(String) - Method in class io.github.jy95.fds.common.functions.TranslationService
-
Retrieves the localized message for the specified key without arguments.
- getTimes(D) - Method in interface io.github.jy95.fds.common.translators.TimeOfDay
-
Extracts a list of time values from the data object.
- getTimes(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimeOfDayR4
-
Extracts a list of time values from the data object.
- getTimes(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimeOfDayR5
-
Extracts a list of time values from the data object.
- getTranslationService() - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Return the TranslationService responsible for handling frequency
- getTranslationService() - Method in interface io.github.jy95.fds.common.types.TranslatorExtension
-
Return the TranslationService responsible for handling extensions
- getTranslator(DisplayOrder) - Method in class io.github.jy95.fds.common.types.AbstractTranslatorsMap
-
Retrieves the
Translatorassociated with the specifiedDisplayOrder. - getTranslator(DisplayOrder) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Retrieves the translator associated with the specified display order.
- getTranslator(DisplayOrder) - Method in class io.github.jy95.fds.r4.DosageAPIR4
-
Retrieves the translator associated with the specified display order.
- getTranslator(DisplayOrder) - Method in class io.github.jy95.fds.r5.DosageAPIR5
-
Retrieves the translator associated with the specified display order.
- getUnitText(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Retrieves the unit as text (either code or text).
- getValue(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Retrieves the numeric value of the quantity.
- getValue(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Retrieves the numeric value of the quantity.
- getValue(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Retrieves the numeric value of the quantity.
- groupBySequence(List<D>) - Method in class io.github.jy95.fds.common.types.DosageAPI
-
Groups the given list of dosages by sequence for processing.
- groupBySequence(List<Dosage>) - Method in class io.github.jy95.fds.r4.DosageAPIR4
-
Groups the given list of dosages by sequence for processing.
- groupBySequence(List<Dosage>) - Method in class io.github.jy95.fds.r5.DosageAPIR5
-
Groups the given list of dosages by sequence for processing.
- groupBySequence(List<T>, Function<T, Integer>) - Static method in class io.github.jy95.fds.common.functions.SequenceUtils
-
Groups the given list of dosages by their sequence number.
H
- handleGetObject(String) - Method in class io.github.jy95.fds.common.bundle.MultiResourceBundle
- hasCode(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Check if the quantity has a code
- hasCode(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Check if the quantity has a code
- hasCode(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Check if the quantity has a code
- hasCodeableConcepts(D) - Method in interface io.github.jy95.fds.common.translators.AsNeeded
-
Check if "as needed" is expressed with CodeableConcept ("asNeededFor" / "asNeededCodeableConcept")
- hasCodeableConcepts(Dosage) - Method in class io.github.jy95.fds.r4.translators.AsNeededR4
-
Check if "as needed" is expressed with CodeableConcept ("asNeededFor" / "asNeededCodeableConcept")
- hasCodeableConcepts(Dosage) - Method in class io.github.jy95.fds.r5.translators.AsNeededR5
-
Check if "as needed" is expressed with CodeableConcept ("asNeededFor" / "asNeededCodeableConcept")
- hasComparator(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Checks if the quantity has a comparator.
- hasComparator(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Checks if the quantity has a comparator.
- hasComparator(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Checks if the quantity has a comparator.
- hasCountMax(D) - Method in interface io.github.jy95.fds.common.translators.CountCountMax
-
Check if "timing.repeat.countMax" exists
- hasCountMax(Dosage) - Method in class io.github.jy95.fds.r4.translators.CountCountMaxR4
-
Check if "timing.repeat.countMax" exists
- hasCountMax(Dosage) - Method in class io.github.jy95.fds.r5.translators.CountCountMaxR5
-
Check if "timing.repeat.countMax" exists
- hasDenominator(Ratio) - Method in enum class io.github.jy95.fds.r4.functions.RatioToStringR4
-
Determines if the ratio has a denominator.
- hasDenominator(Ratio) - Method in enum class io.github.jy95.fds.r5.functions.RatioToStringR5
-
Determines if the ratio has a denominator.
- hasDenominator(R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Determines if the ratio has a denominator.
- hasDuration(D) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
Determines if the dosage data contains a valid "duration" value.
- hasDuration(Dosage) - Method in class io.github.jy95.fds.r4.translators.DurationDurationMaxR4
-
Determines if the dosage data contains a valid "duration" value.
- hasDuration(Dosage) - Method in class io.github.jy95.fds.r5.translators.DurationDurationMaxR5
-
Determines if the dosage data contains a valid "duration" value.
- hasDurationMax(D) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
Determines if the dosage data contains a valid "durationMax" value.
- hasDurationMax(Dosage) - Method in class io.github.jy95.fds.r4.translators.DurationDurationMaxR4
-
Determines if the dosage data contains a valid "durationMax" value.
- hasDurationMax(Dosage) - Method in class io.github.jy95.fds.r5.translators.DurationDurationMaxR5
-
Determines if the dosage data contains a valid "durationMax" value.
- hasEndPeriod(D) - Method in interface io.github.jy95.fds.common.translators.BoundsPeriod
-
Check if dosage has an "end" period
- hasEndPeriod(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsPeriodR4
-
Check if dosage has an "end" period
- hasEndPeriod(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsPeriodR5
-
Check if dosage has an "end" period
- hasFrequency(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Checks if the dosage data contains a valid "frequency" value.
- hasFrequency(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMaxPeriodPeriodMax
-
Check if dosage contains some frequency fields (frequency / frequencyMax)
- hasFrequency(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxPeriodPeriodMaxR4
-
Check if dosage contains some frequency fields (frequency / frequencyMax)
- hasFrequency(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxR4
-
Checks if the dosage data contains a valid "frequency" value.
- hasFrequency(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxPeriodPeriodMaxR5
-
Check if dosage contains some frequency fields (frequency / frequencyMax)
- hasFrequency(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxR5
-
Checks if the dosage data contains a valid "frequency" value.
- hasFrequencyMax(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Checks if the dosage data contains a valid "frequencyMax" value.
- hasFrequencyMax(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxR4
-
Checks if the dosage data contains a valid "frequencyMax" value.
- hasFrequencyMax(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxR5
-
Checks if the dosage data contains a valid "frequencyMax" value.
- hasHigh(Range) - Method in enum class io.github.jy95.fds.r4.functions.RangeToStringR4
-
Checks if the range has a high value.
- hasHigh(Range) - Method in enum class io.github.jy95.fds.r5.functions.RangeToStringR5
-
Checks if the range has a high value.
- hasHigh(R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Checks if the range has a high value.
- hasLow(Range) - Method in enum class io.github.jy95.fds.r4.functions.RangeToStringR4
-
Checks if the range has a low value.
- hasLow(Range) - Method in enum class io.github.jy95.fds.r5.functions.RangeToStringR5
-
Checks if the range has a low value.
- hasLow(R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Checks if the range has a low value.
- hasMatchingComponent(D, Predicate<R>) - Method in interface io.github.jy95.fds.common.operations.DosageAndRateProcessor
-
Checks if a Dosage has any component matching a given predicate.
- hasMatchingComponent(Dosage, Predicate<Dosage.DosageDoseAndRateComponent>) - Static method in class io.github.jy95.fds.r4.config.DefaultImplementationsR4
-
Checks if a
Dosagehas any component matching a given predicate. - hasMatchingComponent(Dosage, Predicate<Dosage.DosageDoseAndRateComponent>) - Method in class io.github.jy95.fds.r4.config.FDSConfigR4
-
Checks if a Dosage has any component matching a given predicate.
- hasMatchingComponent(Dosage, Predicate<Dosage.DosageDoseAndRateComponent>) - Static method in class io.github.jy95.fds.r5.config.DefaultImplementationsR5
-
Checks if a
Dosagehas any component matching a given predicate. - hasMatchingComponent(Dosage, Predicate<Dosage.DosageDoseAndRateComponent>) - Method in class io.github.jy95.fds.r5.config.FDSConfigR5
-
Checks if a Dosage has any component matching a given predicate.
- hasNumerator(Ratio) - Method in enum class io.github.jy95.fds.r4.functions.RatioToStringR4
-
Determines if the ratio has a numerator.
- hasNumerator(Ratio) - Method in enum class io.github.jy95.fds.r5.functions.RatioToStringR5
-
Determines if the ratio has a numerator.
- hasNumerator(R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Determines if the ratio has a numerator.
- hasPeriod(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMaxPeriodPeriodMax
-
Check if dosage contains some period fields (period / periodMax)
- hasPeriod(D) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
Checks whether a period value is present in the data object.
- hasPeriod(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxPeriodPeriodMaxR4
-
Check if dosage contains some period fields (period / periodMax)
- hasPeriod(Dosage) - Method in class io.github.jy95.fds.r4.translators.PeriodPeriodMaxR4
-
Checks whether a period value is present in the data object.
- hasPeriod(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxPeriodPeriodMaxR5
-
Check if dosage contains some period fields (period / periodMax)
- hasPeriod(Dosage) - Method in class io.github.jy95.fds.r5.translators.PeriodPeriodMaxR5
-
Checks whether a period value is present in the data object.
- hasPeriodMax(D) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
Checks whether a periodMax value is present in the data object.
- hasPeriodMax(Dosage) - Method in class io.github.jy95.fds.r4.translators.PeriodPeriodMaxR4
-
Checks whether a periodMax value is present in the data object.
- hasPeriodMax(Dosage) - Method in class io.github.jy95.fds.r5.translators.PeriodPeriodMaxR5
-
Checks whether a periodMax value is present in the data object.
- hasRequiredElements(D) - Method in interface io.github.jy95.fds.common.types.TranslatorTiming
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsDurationR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsPeriodR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsRangeR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.CountCountMaxR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.DayOfWeekR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.DurationDurationMaxR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.OffsetWhenR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.PeriodPeriodMaxR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimeOfDayR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingCodeR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingEventR4
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsDurationR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsPeriodR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsRangeR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.CountCountMaxR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.DayOfWeekR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.DurationDurationMaxR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.OffsetWhenR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.PeriodPeriodMaxR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimeOfDayR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingCodeR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasRequiredElements(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingEventR5
-
Checks if the "Timing" element of the given dosage object contains the required conditions for this translator.
- hasStartPeriod(D) - Method in interface io.github.jy95.fds.common.translators.BoundsPeriod
-
Check if dosage has a "start" period
- hasStartPeriod(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsPeriodR4
-
Check if dosage has a "start" period
- hasStartPeriod(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsPeriodR5
-
Check if dosage has a "start" period
- hasSystem(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Check if the quantity has a system
- hasSystem(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Check if the quantity has a system
- hasSystem(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Check if the quantity has a system
- hasTiming(D) - Method in interface io.github.jy95.fds.common.types.TranslatorTiming
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsDurationR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsPeriodR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.BoundsRangeR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.CountCountMaxR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.DayOfWeekR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.DurationDurationMaxR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.OffsetWhenR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.PeriodPeriodMaxR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimeOfDayR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingCodeR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingEventR4
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsDurationR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsPeriodR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.BoundsRangeR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.CountCountMaxR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.DayOfWeekR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.DurationDurationMaxR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.OffsetWhenR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.PeriodPeriodMaxR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimeOfDayR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingCodeR5
-
Checks if the given dosage object contains a "Timing" element.
- hasTiming(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingEventR5
-
Checks if the given dosage object contains a "Timing" element.
- hasUnit(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Determines if a quantity has a unit.
- hasUnit(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Determines if a quantity has a unit.
- hasUnit(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Determines if a quantity has a unit.
- hasUnit(R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Determines if a range has a unit (either code or text).
- hasUnitRatio(R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Determines if the ratio has a unit in either numerator or denominator.
- hasValue(Quantity) - Method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Determines if a quantity has a value
- hasValue(Quantity) - Method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Determines if a quantity has a value
- hasValue(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Determines if a quantity has a value
I
- INSTANCE - Enum constant in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
- INSTANCE - Enum constant in enum class io.github.jy95.fds.r4.functions.RangeToStringR4
-
Singleton
- INSTANCE - Enum constant in enum class io.github.jy95.fds.r4.functions.RatioToStringR4
-
Singleton
- INSTANCE - Enum constant in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
- INSTANCE - Enum constant in enum class io.github.jy95.fds.r5.functions.RangeToStringR5
-
Singleton
- INSTANCE - Enum constant in enum class io.github.jy95.fds.r5.functions.RatioToStringR5
-
Singleton
- instructionsFuture(TranslationService<?>, List<CompletableFuture<String>>) - Method in interface io.github.jy95.fds.common.translators.AdditionalInstruction
-
Processes a list of asynchronous additional instructions and converts them to a single string.
- io.github.jy95.fds.common - package io.github.jy95.fds.common
-
Core functionality and shared utilities for the FHIR-related library.
- io.github.jy95.fds.common.bundle - package io.github.jy95.fds.common.bundle
-
Configuration and default configuration values for the library.
- io.github.jy95.fds.common.config - package io.github.jy95.fds.common.config
-
Configuration utilities for the FHIR library.
- io.github.jy95.fds.common.functions - package io.github.jy95.fds.common.functions
-
Functional utilities and helpers for processing FHIR data.
- io.github.jy95.fds.common.l10n - package io.github.jy95.fds.common.l10n
-
This package contains localization classes for the application.
- io.github.jy95.fds.common.operations - package io.github.jy95.fds.common.operations
-
Provides version-independent FHIR operation interfaces.
- io.github.jy95.fds.common.translators - package io.github.jy95.fds.common.translators
-
Translators for converting between different FHIR representations.
- io.github.jy95.fds.common.types - package io.github.jy95.fds.common.types
-
Custom types and extensions for FHIR resources.
- io.github.jy95.fds.r4 - package io.github.jy95.fds.r4
-
Library to handle R4 Dosages
- io.github.jy95.fds.r4.config - package io.github.jy95.fds.r4.config
-
Configuration utilities for the FHIR R4 library.
- io.github.jy95.fds.r4.functions - package io.github.jy95.fds.r4.functions
-
Functional utilities and helpers for processing FHIR R4 data.
- io.github.jy95.fds.r4.internal - package io.github.jy95.fds.r4.internal
-
DO NOT USE IT IN PRODUCTION
- io.github.jy95.fds.r4.translators - package io.github.jy95.fds.r4.translators
-
R4 Translators for converting fields.
- io.github.jy95.fds.r4.utils - package io.github.jy95.fds.r4.utils
-
Utilities and helpers for processing FHIR R4 data.
- io.github.jy95.fds.r5 - package io.github.jy95.fds.r5
-
Library to handle R5 Dosages
- io.github.jy95.fds.r5.config - package io.github.jy95.fds.r5.config
-
Configuration utilities for the FHIR R5 library.
- io.github.jy95.fds.r5.functions - package io.github.jy95.fds.r5.functions
-
Functional utilities and helpers for processing FHIR R5 data.
- io.github.jy95.fds.r5.internal - package io.github.jy95.fds.r5.internal
-
DO NOT USE IT IN PRODUCTION
- io.github.jy95.fds.r5.translators - package io.github.jy95.fds.r5.translators
-
R5 Translators for converting fields.
- io.github.jy95.fds.r5.utils - package io.github.jy95.fds.r5.utils
-
Utilities and helpers for processing FHIR R5 data.
- isPresent(D) - Method in interface io.github.jy95.fds.common.translators.Extension
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMaxPeriodPeriodMax
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(D) - Method in interface io.github.jy95.fds.common.translators.ModifierExtension
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(D) - Method in interface io.github.jy95.fds.common.types.Translator
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(D) - Method in interface io.github.jy95.fds.common.types.TranslatorTiming
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.AdditionalInstructionR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.AsNeededR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.DoseQuantityR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.DoseRangeR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.MaxDosePerAdministrationR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.MaxDosePerLifetimeR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.MaxDosePerPeriodR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.MethodR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.PatientInstructionR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.RateQuantityR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.RateRangeR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.RateRatioR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.RouteR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.SiteR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.TextR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingExtensionR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingModifierExtensionR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r4.translators.TimingRepeatExtensionR4
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.AdditionalInstructionR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.AsNeededR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.DoseQuantityR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.DoseRangeR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.MaxDosePerAdministrationR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.MaxDosePerLifetimeR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.MaxDosePerPeriodR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.MethodR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.PatientInstructionR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.RateQuantityR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.RateRangeR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.RateRatioR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.RouteR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.SiteR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.TextR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingExtensionR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingModifierExtensionR5
-
Checks whether a dosage field is present and can be converted to a string.
- isPresent(Dosage) - Method in class io.github.jy95.fds.r5.translators.TimingRepeatExtensionR5
-
Checks whether a dosage field is present and can be converted to a string.
K
- KEY_AS_NEEDED - Static variable in interface io.github.jy95.fds.common.translators.AsNeeded
-
Key constant for asNeeded message
- KEY_AS_NEEDED_FOR - Static variable in interface io.github.jy95.fds.common.translators.AsNeeded
-
Key constant for asNeededFor message
- KEY_BOUNDS_DURATION - Static variable in interface io.github.jy95.fds.common.translators.BoundsDuration
-
Key constant for boundsDuration message
- KEY_BOUNDS_PERIOD - Static variable in interface io.github.jy95.fds.common.translators.BoundsPeriod
-
Key constant for boundsPeriod message
- KEY_BOUNDS_RANGE - Static variable in interface io.github.jy95.fds.common.translators.BoundsRange
-
Key constant for boundsRange message
- KEY_COUNT - Static variable in interface io.github.jy95.fds.common.translators.CountCountMax
-
Key constant for count message
- KEY_COUNT_MAX - Static variable in interface io.github.jy95.fds.common.translators.CountCountMax
-
Key constant for countMax message
- KEY_DAY_OF_WEEK - Static variable in interface io.github.jy95.fds.common.translators.DayOfWeek
-
Key constant for dayOfWeek message
- KEY_DURATION - Static variable in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
Key constant for duration message
- KEY_DURATION_MAX - Static variable in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
Key constant for durationMax message
- KEY_EVENT - Static variable in interface io.github.jy95.fds.common.translators.TimingEvent
-
Key constant for event message
- KEY_MAX_DOSE_PER_ADMINISTRATION - Static variable in interface io.github.jy95.fds.common.translators.MaxDosePerAdministration
-
Key constant for maxDosePerAdministration message
- KEY_MAX_DOSE_PER_LIFETIME - Static variable in interface io.github.jy95.fds.common.translators.MaxDosePerLifetime
-
Key constant for maxDosePerLifetime message
- KEY_MAX_DOSE_PER_PERIOD - Static variable in interface io.github.jy95.fds.common.translators.MaxDosePerPeriod
-
Key constant for maxDosePerPeriod message
- KEY_PERIOD - Static variable in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
Key constant for period message
- KEY_PERIOD_MAX - Static variable in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
Key constant for periodMax message
- KEY_RATE_QUANTITY - Static variable in interface io.github.jy95.fds.common.translators.RateQuantity
-
Key constant for rateQuantity message
- KEY_RATE_RANGE - Static variable in interface io.github.jy95.fds.common.translators.RateRange
-
Key constant for rateRange message
- KEY_RATE_RATIO - Static variable in interface io.github.jy95.fds.common.translators.RateRatio
-
Key constant for rateRatio message
- KEY_TIME_OF_DAY - Static variable in interface io.github.jy95.fds.common.translators.TimeOfDay
-
Key constant for timeOfDay message
L
- LinkWord - Enum Class in io.github.jy95.fds.common.types
-
Enum representing the link words used to combine list elements.
- ListToString - Class in io.github.jy95.fds.common.functions
-
Utility class for converting a list of strings into a human-readable string.
M
- main(String[]) - Static method in class io.github.jy95.fds.r4.internal.DosageMarkdownExecutor
-
main.
- main(String[]) - Static method in class io.github.jy95.fds.r5.internal.DosageMarkdownExecutor
-
main.
- MAX_DOSE_PER_ADMINISTRATION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "maxDosePerAdministration"
- MAX_DOSE_PER_LIFETIME - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "maxDosePerLifetime"
- MAX_DOSE_PER_PERIOD - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "maxDosePerPeriod"
- MaxDosePerAdministration<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "maxDosePerAdministration".
- MaxDosePerAdministrationR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "maxDosePerAdministration"
- MaxDosePerAdministrationR4() - Constructor for class io.github.jy95.fds.r4.translators.MaxDosePerAdministrationR4
- MaxDosePerAdministrationR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "maxDosePerAdministration"
- MaxDosePerAdministrationR5() - Constructor for class io.github.jy95.fds.r5.translators.MaxDosePerAdministrationR5
- MaxDosePerLifetime<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "maxDosePerLifetime".
- MaxDosePerLifetimeR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "maxDosePerLifetime"
- MaxDosePerLifetimeR4() - Constructor for class io.github.jy95.fds.r4.translators.MaxDosePerLifetimeR4
- MaxDosePerLifetimeR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "maxDosePerLifetime"
- MaxDosePerLifetimeR5() - Constructor for class io.github.jy95.fds.r5.translators.MaxDosePerLifetimeR5
- MaxDosePerPeriod<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "maxDosePerPeriod".
- MaxDosePerPeriodR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "maxDosePerPeriod"
- MaxDosePerPeriodR4() - Constructor for class io.github.jy95.fds.r4.translators.MaxDosePerPeriodR4
- MaxDosePerPeriodR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "maxDosePerPeriod"
- MaxDosePerPeriodR5() - Constructor for class io.github.jy95.fds.r5.translators.MaxDosePerPeriodR5
- METHOD - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "method"
- MethodR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "method"
- MethodR4() - Constructor for class io.github.jy95.fds.r4.translators.MethodR4
- MethodR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "method"
- MethodR5() - Constructor for class io.github.jy95.fds.r5.translators.MethodR5
- MODIFIER_EXTENSION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "modifierExtension"
- ModifierExtension<D> - Interface in io.github.jy95.fds.common.translators
-
An interface for translating "modifierExtension".
- ModifierExtensionR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "modifierExtension"
- ModifierExtensionR4() - Constructor for class io.github.jy95.fds.r4.translators.ModifierExtensionR4
- ModifierExtensionR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "modifierExtension"
- ModifierExtensionR5() - Constructor for class io.github.jy95.fds.r5.translators.ModifierExtensionR5
- MultiResourceBundle - Class in io.github.jy95.fds.common.bundle
-
A ResourceBundle implementation that aggregates multiple ResourceBundles.
- MultiResourceBundle(List<ResourceBundle>) - Constructor for class io.github.jy95.fds.common.bundle.MultiResourceBundle
-
Constructs a MultiResourceBundle with the specified list of ResourceBundles.
- MultiResourceBundleControl - Class in io.github.jy95.fds.common.bundle
-
A custom ResourceBundle.Control implementation that aggregates multiple ResourceBundles.
- MultiResourceBundleControl(String, String...) - Constructor for class io.github.jy95.fds.common.bundle.MultiResourceBundleControl
-
Constructs a MultiResourceBundleControl with the specified base name and dependent base names.
N
- newBundle(String, Locale, String, ClassLoader, boolean) - Method in class io.github.jy95.fds.common.bundle.MultiResourceBundleControl
O
- OFFSET_WHEN - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.offset" / "timing.repeat.when"
- OffsetWhen<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.offset" / "timing.repeat.when".
- OffsetWhenR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.offset" / "timing.repeat.when"
- OffsetWhenR4() - Constructor for class io.github.jy95.fds.r4.translators.OffsetWhenR4
- OffsetWhenR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.offset" / "timing.repeat.when"
- OffsetWhenR5() - Constructor for class io.github.jy95.fds.r5.translators.OffsetWhenR5
- order - Static variable in interface io.github.jy95.fds.common.translators.OffsetWhen
-
Constant
order
P
- PATIENT_INSTRUCTION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "patientInstruction"
- PatientInstructionR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "patientInstruction"
- PatientInstructionR4() - Constructor for class io.github.jy95.fds.r4.translators.PatientInstructionR4
- PatientInstructionR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "patientInstruction"
- PatientInstructionR5() - Constructor for class io.github.jy95.fds.r5.translators.PatientInstructionR5
- PERIOD_PERIOD_MAX - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.period" / "timing.repeat.periodMax"
- PeriodPeriodMax<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.period" / "timing.repeat.periodMax".
- PeriodPeriodMaxR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.period" / "timing.repeat.periodMax"
- PeriodPeriodMaxR4() - Constructor for class io.github.jy95.fds.r4.translators.PeriodPeriodMaxR4
- PeriodPeriodMaxR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.period" / "timing.repeat.periodMax"
- PeriodPeriodMaxR5() - Constructor for class io.github.jy95.fds.r5.translators.PeriodPeriodMaxR5
- periodTranslator - Variable in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxPeriodPeriodMaxR4
-
Class implementing the parsing of "timing.repeat.period" / "timing.repeat.periodMax"
- periodTranslator - Variable in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxPeriodPeriodMaxR5
-
Class implementing the parsing of "timing.repeat.period" / "timing.repeat.periodMax"
Q
- QuantityComparator - Class in io.github.jy95.fds.common.l10n
-
English (en) resource bundle for operator and symbol labels.
- QuantityComparator() - Constructor for class io.github.jy95.fds.common.l10n.QuantityComparator
- QuantityComparator_de - Class in io.github.jy95.fds.common.l10n
-
German (de) resource bundle for operator and symbol labels.
- QuantityComparator_de() - Constructor for class io.github.jy95.fds.common.l10n.QuantityComparator_de
- QuantityComparator_fr - Class in io.github.jy95.fds.common.l10n
-
French (fr) resource bundle for operator and symbol labels.
- QuantityComparator_fr() - Constructor for class io.github.jy95.fds.common.l10n.QuantityComparator_fr
- QuantityComparator_nl - Class in io.github.jy95.fds.common.l10n
-
Dutch (nl) resource bundle for operator and symbol labels.
- QuantityComparator_nl() - Constructor for class io.github.jy95.fds.common.l10n.QuantityComparator_nl
- QuantityProcessor<Q> - Interface in io.github.jy95.fds.common.operations
-
Interface for FHIR Quantity-related conversion operations.
- QuantityToString<Q,
C> - Interface in io.github.jy95.fds.common.functions -
Interface for converting quantity objects to human-readable strings.
- QuantityToStringR4 - Enum Class in io.github.jy95.fds.r4.functions
-
R4 enum for converting quantity objects to human-readable strings.
- QuantityToStringR5 - Enum Class in io.github.jy95.fds.r5.functions
-
R5 enum for converting quantity objects to human-readable strings.
R
- RangeToString<R,
Q, - Interface in io.github.jy95.fds.common.functionsC> -
Interface for converting range objects to human-readable strings.
- RangeToStringR4 - Enum Class in io.github.jy95.fds.r4.functions
-
R4 enum for converting range objects to human-readable strings.
- RangeToStringR5 - Enum Class in io.github.jy95.fds.r5.functions
-
R5 enum for converting range objects to human-readable strings.
- RATE_QUANTITY - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "doseAndRate.rateQuantity"
- RATE_QUANTITY - Enum constant in enum class io.github.jy95.fds.common.types.DoseAndRateKey
-
Refers to the FHIR dosage field
doseAndRate.rateQuantity. - RATE_RANGE - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "doseAndRate.rateRange"
- RATE_RANGE - Enum constant in enum class io.github.jy95.fds.common.types.DoseAndRateKey
-
Refers to the FHIR dosage field
doseAndRate.rateRange. - RATE_RATIO - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "doseAndRate.rateRatio"
- RATE_RATIO - Enum constant in enum class io.github.jy95.fds.common.types.DoseAndRateKey
-
Refers to the FHIR dosage field
doseAndRate.rateRatio. - RateQuantity<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "doseAndRate.rateQuantity".
- RateQuantityR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "doseAndRate.rateQuantity"
- RateQuantityR4() - Constructor for class io.github.jy95.fds.r4.translators.RateQuantityR4
- RateQuantityR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "doseAndRate.rateQuantity"
- RateQuantityR5() - Constructor for class io.github.jy95.fds.r5.translators.RateQuantityR5
- RateRange<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "doseAndRate.rateRange".
- RateRangeR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "doseAndRate.rateRange"
- RateRangeR4() - Constructor for class io.github.jy95.fds.r4.translators.RateRangeR4
- RateRangeR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "doseAndRate.rateRange"
- RateRangeR5() - Constructor for class io.github.jy95.fds.r5.translators.RateRangeR5
- RateRatio<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "doseAndRate.rateRatio".
- RateRatioR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "doseAndRate.rateRatio"
- RateRatioR4() - Constructor for class io.github.jy95.fds.r4.translators.RateRatioR4
- RateRatioR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "doseAndRate.rateRatio"
- RateRatioR5() - Constructor for class io.github.jy95.fds.r5.translators.RateRatioR5
- RatioToString<R,
Q, - Interface in io.github.jy95.fds.common.functionsC> -
Interface for converting ratio objects to human-readable strings.
- RatioToStringR4 - Enum Class in io.github.jy95.fds.r4.functions
-
R4 enum for converting ratio objects to human-readable strings.
- RatioToStringR5 - Enum Class in io.github.jy95.fds.r5.functions
-
R5 enum for converting ratio objects to human-readable strings.
- retrieveRatioLinkWord(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
-
Retrieves the link word based on the ratio's components.
- ROUTE - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "route"
- RouteR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "route"
- RouteR4() - Constructor for class io.github.jy95.fds.r4.translators.RouteR4
- RouteR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "route"
- RouteR5() - Constructor for class io.github.jy95.fds.r5.translators.RouteR5
S
- selectDosageAndRateField(List<Dosage.DosageDoseAndRateComponent>, DoseAndRateKey) - Method in class io.github.jy95.fds.r4.config.FDSConfigR4
-
Selects a specific dosage and rate field from a list of Dosage.DosageDoseAndRateComponent.
- selectDosageAndRateField(List<Dosage.DosageDoseAndRateComponent>, DoseAndRateKey) - Method in class io.github.jy95.fds.r5.config.FDSConfigR5
-
Selects a specific dosage and rate field from a list of Dosage.DosageDoseAndRateComponent.
- selectDosageAndRateField(List<R>, DoseAndRateKey) - Method in interface io.github.jy95.fds.common.operations.DosageAndRateProcessor
-
Selects a specific dosage and rate field from a list of Dosage.DosageDoseAndRateComponent.
- selectDosageAndRateField(List<T>, DoseAndRateKey, Map<DoseAndRateKey, DoseAndRateExtractor<T, U>>) - Static method in class io.github.jy95.fds.common.config.DefaultImplementations
-
Selects a specific dosage and rate field from a list of dose and rate components.
- selectResourceBundle(Locale) - Static method in class io.github.jy95.fds.common.config.DefaultImplementations
-
Selects a ResourceBundle for the specified locale using a MultiResourceBundleControl.
- SequenceUtils - Class in io.github.jy95.fds.common.functions
-
A utility class for handling sequences of dosages.
- SITE - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "site"
- SiteR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "site"
- SiteR4() - Constructor for class io.github.jy95.fds.r4.translators.SiteR4
- SiteR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "site"
- SiteR5() - Constructor for class io.github.jy95.fds.r5.translators.SiteR5
T
- TEXT - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "text"
- TextR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "text"
- TextR4() - Constructor for class io.github.jy95.fds.r4.translators.TextR4
- TextR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "text"
- TextR5() - Constructor for class io.github.jy95.fds.r5.translators.TextR5
- THEN - Enum constant in enum class io.github.jy95.fds.common.types.LinkWord
-
Represents the "then" link word.
- TIME_OF_DAY - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.timeOfDay"
- TIME_SYSTEMS - Static variable in interface io.github.jy95.fds.common.functions.QuantityToString
-
List of time-related systems.
- TimeOfDay<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.timeOfDay".
- TimeOfDayR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.timeOfDay"
- TimeOfDayR4() - Constructor for class io.github.jy95.fds.r4.translators.TimeOfDayR4
- TimeOfDayR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.timeOfDay"
- TimeOfDayR5() - Constructor for class io.github.jy95.fds.r5.translators.TimeOfDayR5
- TIMING_CODE - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.code"
- TIMING_EVENT - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.event"
- TIMING_EXTENSION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.extension"
- TIMING_MODIFIER_EXTENSION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.modifierExtension"
- TIMING_REPEAT_EXTENSION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "timing.repeat.extension"
- TimingCodeR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.code"
- TimingCodeR4() - Constructor for class io.github.jy95.fds.r4.translators.TimingCodeR4
- TimingCodeR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.code"
- TimingCodeR5() - Constructor for class io.github.jy95.fds.r5.translators.TimingCodeR5
- TimingEvent<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.event".
- TimingEventR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.event"
- TimingEventR4() - Constructor for class io.github.jy95.fds.r4.translators.TimingEventR4
- TimingEventR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.event"
- TimingEventR5() - Constructor for class io.github.jy95.fds.r5.translators.TimingEventR5
- TimingExtensionR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.extension"
- TimingExtensionR4() - Constructor for class io.github.jy95.fds.r4.translators.TimingExtensionR4
- TimingExtensionR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.extension"
- TimingExtensionR5() - Constructor for class io.github.jy95.fds.r5.translators.TimingExtensionR5
- TimingModifierExtensionR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.modifierExtension"
- TimingModifierExtensionR4() - Constructor for class io.github.jy95.fds.r4.translators.TimingModifierExtensionR4
- TimingModifierExtensionR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.modifierExtension"
- TimingModifierExtensionR5() - Constructor for class io.github.jy95.fds.r5.translators.TimingModifierExtensionR5
- TimingRepeatExtensionR4 - Class in io.github.jy95.fds.r4.translators
-
R4 class for translating "timing.repeat.extension"
- TimingRepeatExtensionR4() - Constructor for class io.github.jy95.fds.r4.translators.TimingRepeatExtensionR4
- TimingRepeatExtensionR5 - Class in io.github.jy95.fds.r5.translators
-
R5 class for translating "timing.repeat.extension"
- TimingRepeatExtensionR5() - Constructor for class io.github.jy95.fds.r5.translators.TimingRepeatExtensionR5
- translationService - Variable in class io.github.jy95.fds.common.types.AbstractTranslatorsMap
-
The translation service used by translators.
- translationService - Variable in class io.github.jy95.fds.common.types.DosageAPI
-
The translation service used for localization.
- TranslationService<C> - Class in io.github.jy95.fds.common.functions
-
A class that provides localized translation messages for a given configuration and resource bundle.
- TranslationService() - Constructor for class io.github.jy95.fds.common.functions.TranslationService
- Translator<D> - Interface in io.github.jy95.fds.common.types
-
Interface for translating dosage fields into human-readable representations.
- TranslatorExtension<D,
E, - Interface in io.github.jy95.fds.common.typesC> -
Interface for translators that specifically handle dosage objects with "extension" elements.
- TranslatorsMapR4 - Class in io.github.jy95.fds.r4.utils
-
Map for R4 translators
- TranslatorsMapR4(TranslationService<FDSConfigR4>) - Constructor for class io.github.jy95.fds.r4.utils.TranslatorsMapR4
-
Constructor for
TranslatorsMapR4. - TranslatorsMapR5 - Class in io.github.jy95.fds.r5.utils
-
Map for R5 translators
- TranslatorsMapR5(TranslationService<FDSConfigR5>) - Constructor for class io.github.jy95.fds.r5.utils.TranslatorsMapR5
-
Constructor for
TranslatorsMapR5. - TranslatorTiming<D> - Interface in io.github.jy95.fds.common.types
-
Interface for translators that specifically handle dosage objects with "Timing" elements.
- turnDurationMaxToString(D) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
Converts the "durationMax" value in the dosage data into a formatted string.
- turnDurationMaxToString(Dosage) - Method in class io.github.jy95.fds.r4.translators.DurationDurationMaxR4
-
Converts the "durationMax" value in the dosage data into a formatted string.
- turnDurationMaxToString(Dosage) - Method in class io.github.jy95.fds.r5.translators.DurationDurationMaxR5
-
Converts the "durationMax" value in the dosage data into a formatted string.
- turnDurationToString(D) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
Converts the "duration" value in the dosage data into a formatted string.
- turnDurationToString(Dosage) - Method in class io.github.jy95.fds.r4.translators.DurationDurationMaxR4
-
Converts the "duration" value in the dosage data into a formatted string.
- turnDurationToString(Dosage) - Method in class io.github.jy95.fds.r5.translators.DurationDurationMaxR5
-
Converts the "duration" value in the dosage data into a formatted string.
- turnFrequencyAndFrequencyMaxToString(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Converts the dosage data containing both "frequency" and "frequencyMax" into a formatted string.
- turnFrequencyAndFrequencyMaxToString(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxR4
-
Converts the dosage data containing both "frequency" and "frequencyMax" into a formatted string.
- turnFrequencyAndFrequencyMaxToString(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxR5
-
Converts the dosage data containing both "frequency" and "frequencyMax" into a formatted string.
- turnFrequencyMaxToString(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Converts the dosage data containing "frequencyMax" into a formatted string.
- turnFrequencyMaxToString(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxR4
-
Converts the dosage data containing "frequencyMax" into a formatted string.
- turnFrequencyMaxToString(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxR5
-
Converts the dosage data containing "frequencyMax" into a formatted string.
- turnFrequencyToString(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Converts the dosage data containing "frequency" into a formatted string.
- turnFrequencyToString(Dosage) - Method in class io.github.jy95.fds.r4.translators.FrequencyFrequencyMaxR4
-
Converts the dosage data containing "frequency" into a formatted string.
- turnFrequencyToString(Dosage) - Method in class io.github.jy95.fds.r5.translators.FrequencyFrequencyMaxR5
-
Converts the dosage data containing "frequency" into a formatted string.
- turnOffsetValueToText(TranslationService<?>, int) - Method in interface io.github.jy95.fds.common.translators.OffsetWhen
-
Converts an offset value (in minutes) into a human-readable time string.
- turnPeriodAndPeriodMaxToString(D) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
Converts both period and periodMax values into a formatted string.
- turnPeriodAndPeriodMaxToString(Dosage) - Method in class io.github.jy95.fds.r4.translators.PeriodPeriodMaxR4
-
Converts both period and periodMax values into a formatted string.
- turnPeriodAndPeriodMaxToString(Dosage) - Method in class io.github.jy95.fds.r5.translators.PeriodPeriodMaxR5
-
Converts both period and periodMax values into a formatted string.
- turnPeriodToString(D) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
Converts the period value into a formatted string.
- turnPeriodToString(Dosage) - Method in class io.github.jy95.fds.r4.translators.PeriodPeriodMaxR4
-
Converts the period value into a formatted string.
- turnPeriodToString(Dosage) - Method in class io.github.jy95.fds.r5.translators.PeriodPeriodMaxR5
-
Converts the period value into a formatted string.
U
- UNITS_OF_TIME_SYSTEM - Static variable in interface io.github.jy95.fds.common.functions.QuantityToString
-
System URI for units of time in FHIR.
- UnitsOfTimeFormatter - Class in io.github.jy95.fds.common.functions
-
Class to format units of time
V
- valueOf(String) - Static method in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.jy95.fds.common.types.DoseAndRateKey
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.jy95.fds.common.types.LinkWord
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.jy95.fds.r4.functions.RangeToStringR4
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.jy95.fds.r4.functions.RatioToStringR4
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.jy95.fds.r5.functions.RangeToStringR5
-
Returns the enum constant of this class with the specified name.
- valueOf(String) - Static method in enum class io.github.jy95.fds.r5.functions.RatioToStringR5
-
Returns the enum constant of this class with the specified name.
- values() - Static method in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.jy95.fds.common.types.DoseAndRateKey
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.jy95.fds.common.types.LinkWord
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.jy95.fds.r4.functions.QuantityToStringR4
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.jy95.fds.r4.functions.RangeToStringR4
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.jy95.fds.r4.functions.RatioToStringR4
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.jy95.fds.r5.functions.QuantityToStringR5
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.jy95.fds.r5.functions.RangeToStringR5
-
Returns an array containing the constants of this enum class, in the order they are declared.
- values() - Static method in enum class io.github.jy95.fds.r5.functions.RatioToStringR5
-
Returns an array containing the constants of this enum class, in the order they are declared.
All Classes and Interfaces|All Packages|Constant Field Values