Uses of Enum Class
org.projecthusky.fhir.emed.ch.common.enums.ChEmedTimingEvent
Packages that use ChEmedTimingEvent
-
Uses of ChEmedTimingEvent in org.projecthusky.fhir.emed.ch.common.enums
Methods in org.projecthusky.fhir.emed.ch.common.enums that return ChEmedTimingEventModifier and TypeMethodDescriptionstatic @Nullable ChEmedTimingEvent
Gets the Enum with a given code.static @Nullable ChEmedTimingEvent
ChEmedTimingEvent.getEnum
(@Nullable org.hl7.fhir.r4.model.Coding coding) Gets the Enum with a given FHIR Coding.static ChEmedTimingEvent
Returns the enum constant of this class with the specified name.static ChEmedTimingEvent[]
ChEmedTimingEvent.values()
Returns an array containing the constants of this enum class, in the order they are declared.