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".
- 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.
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".
- BoundsPeriod<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.boundsPeriod".
- BoundsRange<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.repeat.boundsRange".
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<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.
- convertCodeableConcepts(D) - Method in interface io.github.jy95.fds.common.translators.AsNeeded
-
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".
- createDosageAPI(Locale) - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
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.
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
- 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.
- 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. - 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.
- 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.
- 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".
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.
- 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.
- extractInformation(D) - Method in interface io.github.jy95.fds.common.translators.BoundsPeriod
-
Extract information about the boundsPeriod
- extractPeriod(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMaxPeriodPeriodMax
-
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
- 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
- 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
- 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".
- fromCodeableConceptToString(C) - Method in interface io.github.jy95.fds.common.operations.CodeableConceptProcessor
-
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.
- 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(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Retrieves the 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(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. - 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.
- getExtension(D) - Method in interface io.github.jy95.fds.common.types.TranslatorExtension
-
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(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(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(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
- getResourcesDir() - Method in interface io.github.jy95.fds.common.types.DosageMarkdown
-
Returns the path to the resources directory containing the JSON input files.
- 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.
- 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.
- getUnitText(TranslationService<C>, R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Retrieves the unit as text (either code or text).
- 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<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(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")
- 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
- 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.
- hasDurationMax(D) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
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
- 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)
- hasFrequencyMax(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
Checks if the dosage data contains a valid "frequencyMax" value.
- hasHigh(R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
-
Checks if the range has a high 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.
- 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.
- hasPeriodMax(D) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
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.
- hasStartPeriod(D) - Method in interface io.github.jy95.fds.common.translators.BoundsPeriod
-
Check if dosage has a "start" period
- 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.
- 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(Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
-
Determines if a quantity has a value
I
- 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.
- 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.
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
- 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".
- MaxDosePerLifetime<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "maxDosePerLifetime".
- MaxDosePerPeriod<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "maxDosePerPeriod".
- METHOD - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "method"
- 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".
- 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".
- 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"
- 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".
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.
R
- RangeToString<R,
Q, - Interface in io.github.jy95.fds.common.functionsC> -
Interface 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".
- RateRange<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "doseAndRate.rateRange".
- RateRatio<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "doseAndRate.rateRatio".
- RatioToString<R,
Q, - Interface in io.github.jy95.fds.common.functionsC> -
Interface 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"
S
- 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"
T
- TEXT - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
-
Display "text"
- 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".
- 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"
- TimingEvent<D> - Interface in io.github.jy95.fds.common.translators
-
Interface for translating "timing.event".
- 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.
- 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.
- turnDurationToString(D) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
-
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.
- turnFrequencyMaxToString(D) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
-
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.
- 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.
- turnPeriodToString(D) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
-
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.
- 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.
All Classes and Interfaces|All Packages|Constant Field Values