Interface CountCountMax<D>
- Type Parameters:
D- The type of the translated data.
- All Superinterfaces:
Translator<D>,TranslatorTiming<D>
- All Known Implementing Classes:
CountCountMaxR4,CountCountMaxR5
Interface for translating "timing.repeat.count" / "timing.repeat.countMax".
- Since:
- 1.0.0
- Author:
- jy95
-
Field Summary
Fields -
Method Summary
Modifier and TypeMethodDescriptionbooleanhasCountMax(D dosage) Check if "timing.repeat.countMax" existsMethods inherited from interface io.github.jy95.fds.common.types.Translator
convertMethods inherited from interface io.github.jy95.fds.common.types.TranslatorTiming
hasRequiredElements, hasTiming, isPresent
-
Field Details
-
KEY_COUNT_MAX
Key constant for countMax message- See Also:
-
KEY_COUNT
Key constant for count message- See Also:
-
-
Method Details
-
hasCountMax
Check if "timing.repeat.countMax" exists- Parameters:
dosage- the dosage object to check- Returns:
- True if it is the case, false otherwise
-