
Uses of Enum
org.hl7.fhir.r5.patterns.Fivews.CanonicalStatus
Packages that use Fivews.CanonicalStatus
-
Uses of Fivews.CanonicalStatus in org.hl7.fhir.r5.patterns
Methods in org.hl7.fhir.r5.patterns that return Fivews.CanonicalStatusModifier and TypeMethodDescriptionstatic Fivews.CanonicalStatus
Fivews.getStatus()
static Fivews.CanonicalStatus
Returns the enum constant of this type with the specified name.static Fivews.CanonicalStatus[]
Fivews.CanonicalStatus.values()
Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r5.patterns that return types with arguments of type Fivews.CanonicalStatusModifier and TypeMethodDescriptionFivews.CanonicalStatusEnumFactory.fromType
(PrimitiveType<?> code) Fivews.getStatusElement()
Methods in org.hl7.fhir.r5.patterns with parameters of type Fivews.CanonicalStatusModifier and TypeMethodDescriptionFivews.setStatus
(Fivews.CanonicalStatus value) Fivews.CanonicalStatusEnumFactory.toCode
(Fivews.CanonicalStatus code) Fivews.CanonicalStatusEnumFactory.toSystem
(Fivews.CanonicalStatus code) Method parameters in org.hl7.fhir.r5.patterns with type arguments of type Fivews.CanonicalStatusModifier and TypeMethodDescriptionFivews.setStatusElement
(Enumeration<Fivews.CanonicalStatus> value)