Class TimingCodeR5
java.lang.Object
io.github.jy95.fds.r5.translators.TimingCodeR5
- All Implemented Interfaces:
Translator<org.hl7.fhir.r5.model.Timing>
R5 class for translating "timing.code"
- Author:
- jy95
-
Constructor Summary
Constructors -
Method Summary
-
Constructor Details
-
TimingCodeR5
public TimingCodeR5()
-
-
Method Details
-
convert
Converts a field into a human-readable string representation asynchronously.- Specified by:
convertin interfaceTranslator<org.hl7.fhir.r5.model.Timing>- Parameters:
data- the fhir element containing field to be converted- Returns:
- a
CompletableFuturethat will complete with the human-readable string
-
isPresent
public boolean isPresent(org.hl7.fhir.r5.model.Timing data) Checks whether a field is present and can be converted to a string.- Specified by:
isPresentin interfaceTranslator<org.hl7.fhir.r5.model.Timing>- Parameters:
data- the fhir element containing field to check- Returns:
trueif the field is present,falseotherwise
-