Class MaxDosePerAdministrationR5
java.lang.Object
io.github.jy95.fds.r5.translators.MaxDosePerAdministrationR5
- All Implemented Interfaces:
MaxDosePerAdministration<org.hl7.fhir.r5.model.Dosage>,Translator<org.hl7.fhir.r5.model.Dosage>
public class MaxDosePerAdministrationR5
extends Object
implements MaxDosePerAdministration<org.hl7.fhir.r5.model.Dosage>
R5 class for translating "maxDosePerAdministration"
- Author:
- jy95
-
Field Summary
Fields inherited from interface io.github.jy95.fds.common.translators.MaxDosePerAdministration
KEY_MAX_DOSE_PER_ADMINISTRATION -
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
MaxDosePerAdministrationR5
public MaxDosePerAdministrationR5()
-
-
Method Details
-
convert
Converts a dosage field into a human-readable string representation asynchronously.- Specified by:
convertin interfaceTranslator<org.hl7.fhir.r5.model.Dosage>- Parameters:
dosage- the dosage field to be converted- Returns:
- a
CompletableFuturethat will complete with the human-readable string
-
isPresent
public boolean isPresent(org.hl7.fhir.r5.model.Dosage dosage) Checks whether a dosage field is present and can be converted to a string.- Specified by:
isPresentin interfaceTranslator<org.hl7.fhir.r5.model.Dosage>- Parameters:
dosage- the dosage field to check- Returns:
trueif the dosage field is present,falseotherwise
-