Uses of Class
org.hl7.fhir.r4b.patterns.Fivews.CanonicalStatus
-
Packages that use Fivews.CanonicalStatus Package Description org.hl7.fhir.r4b.patterns -
-
Uses of Fivews.CanonicalStatus in org.hl7.fhir.r4b.patterns
Methods in org.hl7.fhir.r4b.patterns that return Fivews.CanonicalStatus Modifier and Type Method Description static Fivews.CanonicalStatusFivews.CanonicalStatus. fromCode(String codeString)Fivews.CanonicalStatusFivews.CanonicalStatusEnumFactory. fromCode(String codeString)Fivews.CanonicalStatusFivews. getStatus()static Fivews.CanonicalStatusFivews.CanonicalStatus. valueOf(String name)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.r4b.patterns that return types with arguments of type Fivews.CanonicalStatus Modifier and Type Method Description Enumeration<Fivews.CanonicalStatus>Fivews.CanonicalStatusEnumFactory. fromType(Base code)Enumeration<Fivews.CanonicalStatus>Fivews. getStatusElement()Methods in org.hl7.fhir.r4b.patterns with parameters of type Fivews.CanonicalStatus Modifier and Type Method Description FivewsFivews. setStatus(Fivews.CanonicalStatus value)StringFivews.CanonicalStatusEnumFactory. toCode(Fivews.CanonicalStatus code)StringFivews.CanonicalStatusEnumFactory. toSystem(Fivews.CanonicalStatus code)Method parameters in org.hl7.fhir.r4b.patterns with type arguments of type Fivews.CanonicalStatus Modifier and Type Method Description FivewsFivews. setStatusElement(Enumeration<Fivews.CanonicalStatus> value)
-