Index

A B C D E F G H I L M N O P Q R S T U V 
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 DisplayOrder values.
AbstractTranslatorsMap(Map<DisplayOrder, Supplier<Translator<C, D>>>) - Constructor for class io.github.jy95.fds.common.types.AbstractTranslatorsMap
Constructs a new AbstractTranslatorsMap with the specified supplier map.
ADDITIONAL_INSTRUCTION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
Display "additionalInstruction"
AdditionalInstruction<C,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<C,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<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.boundsDuration".
BoundsPeriod<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.boundsPeriod".
BoundsRange<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.boundsRange".

C

comparatorToString(ResourceBundle, 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(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(ResourceBundle, C, Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
Converts a quantity object to a human-readable string asynchronously.
convert(ResourceBundle, C, R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
Converts a range object to a human-readable string asynchronously.
convert(ResourceBundle, C, R) - Method in interface io.github.jy95.fds.common.functions.RatioToString
Converts a ratio object to a human-readable string asynchronously.
convert(ResourceBundle, 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(ResourceBundle, 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.
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(ResourceBundle, 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(ResourceBundle, 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(ResourceBundle, C, R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
Convert a range without a unit to a human-readable string.
convertWithUnit(ResourceBundle, 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<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.count" / "timing.repeat.countMax".

D

DAY_OF_WEEK - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
Display "timing.repeat.dayOfWeek"
DayOfWeek<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.dayOfWeek".
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
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 DosageAPI with the specified configuration.
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.
DoseAndRateRegistry<D,T> - Interface in io.github.jy95.fds.common.types
Abstract class representing a registry for handling dose and rate extractors.
DoseQuantity<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "doseAndRate.doseQuantity".
DoseRange<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.boundsRange".
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<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.duration" / "timing.repeat.durationMax".

E

enhancedFromUnitToString(ResourceBundle, C, Q) - Method in interface io.github.jy95.fds.common.functions.QuantityToString
Provides enhanced logic for converting units to a human-readable string.
EXTENSION - Enum constant in enum class io.github.jy95.fds.common.types.DisplayOrder
Display "extension"
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
 
FDSOperations<Q,C,E,D,R,T> - Interface in io.github.jy95.fds.common.types
A version-independent interface for FHIR operations.
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.
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.
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<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.frequency" / "timing.repeat.frequencyMax".
FrequencyFrequencyMaxPeriodPeriodMax<C,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.types.FDSOperations
Converts a FHIR CodeableConcept to a string representation.
fromExtensionsToString(List<E>) - Method in interface io.github.jy95.fds.common.types.FDSOperations
Converts a list of FHIR Extension objects to a JSON-like string representation.
fromFHIRQuantityUnitToString(Q) - Method in interface io.github.jy95.fds.common.types.FDSOperations
Converts a FHIR Quantity object to a string representation of its unit or code.

G

getAsNeededForMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.AsNeeded
MessageFormat instance used for "asNeededFor" translation
getAsNeededMsg(ResourceBundle) - Method in interface io.github.jy95.fds.common.translators.AsNeeded
The message for "asNeeded"
getBoundsDurationMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.BoundsDuration
MessageFormat instance used for "boundsDuration" translation
getBoundsPeriodMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.BoundsPeriod
MessageFormat instance used for "boundsPeriod" translation
getBoundsRangeMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.BoundsRange
MessageFormat instance used for "boundsRange" translation.
getCountMaxMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.CountCountMax
MessageFormat instance used for "count" & "countMax" translation
getCountMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.CountCountMax
MessageFormat instance used for "count" translation
getDayOfWeekMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.DayOfWeek
MessageFormat instance used for "dayOfWeek" translation
getDoseQuantityMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.DoseQuantity
MessageFormat instance used for "doseQuantity" translation
getDoseRangeMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.DoseRange
MessageFormat instance used for "doseRange" translation
getDurationMaxMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
MessageFormat instance used for "duration" & "durationMax" translation
getDurationMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
MessageFormat instance used for "duration" translation
getEvents(D) - Method in interface io.github.jy95.fds.common.translators.TimingEvent
Extracts a list of timing events from the data object.
getExtractor(DoseAndRateKey) - Method in interface io.github.jy95.fds.common.types.DoseAndRateRegistry
Retrieves the DoseAndRateExtractor associated with the given DoseAndRateKey.
getFields(D, DisplayOrder...) - Method in class io.github.jy95.fds.common.types.DosageAPI
Converts specified dosage fields into a human-readable string representation asynchronously.
getFrequencyAndFrequencyMaxMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
MessageFormat instance used for "frequency" & "frequencyMax" translation
getFrequencyMaxMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
MessageFormat instance used for "frequencyMax" translation
getFrequencyMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.FrequencyFrequencyMax
MessageFormat instance used for "frequency" translation
getHighValue(R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
Retrieves the high value of the range.
getKeys() - Method in class io.github.jy95.fds.common.bundle.MultiResourceBundle
getLowValue(R) - Method in interface io.github.jy95.fds.common.functions.RangeToString
Retrieves the low value of the range.
getMaxDosePerAdministrationMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.MaxDosePerAdministration
MessageFormat instance used for "maxDosePerAdministration" translation
getMaxDosePerLifetimeMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.MaxDosePerLifetime
MessageFormat instance used for "maxDosePerLifetime" translation
getMaxDosePerPeriodMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.MaxDosePerPeriod
MessageFormat instance used for "maxDosePerPeriod" translation
getPeriodMaxMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
MessageFormat instance used for "period" & "periodMax" translation
getPeriodMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
MessageFormat instance used for "period" translation
getRateQuantityMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.RateQuantity
MessageFormat instance used for "rateQuantity" translation
getRateRangeMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.RateRange
MessageFormat instance used for "rateRange" translation
getRateRatioMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.RateRatio
MessageFormat instance used for "rateRatio" translation
getTimeOfDayMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.TimeOfDay
MessageFormat instance used for "timeOfDay" translation
getTimes(D) - Method in interface io.github.jy95.fds.common.translators.TimeOfDay
Extracts a list of time values from the data object.
getTimingEventMsg(ResourceBundle, Locale) - Method in interface io.github.jy95.fds.common.translators.TimingEvent
MessageFormat instance used for "event" translation
getTranslator(DisplayOrder) - Method in class io.github.jy95.fds.common.types.AbstractTranslatorsMap
Retrieves the Translator associated with the specified DisplayOrder.
getTranslator(DisplayOrder) - Method in class io.github.jy95.fds.common.types.DosageAPI
Retrieves the translator associated with the specified display order.
getUnit(ResourceBundle, String, BigDecimal) - Method in interface io.github.jy95.fds.common.translators.PeriodPeriodMax
Retrieves the localized unit name for the given period unit and amount.
getUnitText(ResourceBundle, C, R, boolean, boolean) - 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
hasCodeableConcepts(D) - Method in interface io.github.jy95.fds.common.translators.AsNeeded
Check if "as needed" is expressed with CodeableConcept ("asNeededFor" / "asNeededCodeableConcept")
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.types.FDSOperations
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
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).

I

instructionsFuture(List<CompletableFuture<String>>, ResourceBundle) - 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.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.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.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.

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<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "maxDosePerAdministration".
MaxDosePerLifetime<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "maxDosePerLifetime".
MaxDosePerPeriod<C,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"
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<C,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<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.repeat.period" / "timing.repeat.periodMax".

Q

quantityToString(ResourceBundle, String, BigDecimal) - Method in interface io.github.jy95.fds.common.translators.DurationDurationMax
Converts the duration quantity and unit into a formatted string.
QuantityToString<C,Q> - Interface in io.github.jy95.fds.common.functions
Interface for converting quantity objects to human-readable strings.

R

RangeToString<C,R> - Interface in io.github.jy95.fds.common.functions
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<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "doseAndRate.rateQuantity".
RateRange<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "doseAndRate.rateRange".
RateRatio<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "doseAndRate.rateRatio".
RatioToString<C,R> - Interface in io.github.jy95.fds.common.functions
Interface for converting ratio objects to human-readable strings.
retrieveRatioLinkWord(ResourceBundle, 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.types.FDSOperations
Selects a specific dosage and rate field from a list of Dosage.DosageDoseAndRateComponent.
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<C,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<C,D> - Interface in io.github.jy95.fds.common.translators
Interface for translating "timing.event".
Translator<C,D> - Interface in io.github.jy95.fds.common.types
Interface for translating dosage fields into human-readable representations.
TranslatorTiming<C,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.
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.

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.
A B C D E F G H I L M N O P Q R S T U V 
All Classes and Interfaces|All Packages|Constant Field Values