Uses of Class
org.hl7.fhir.r4.model.codesystems.ContactentityType
-
Packages that use ContactentityType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of ContactentityType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return ContactentityType Modifier and Type Method Description static ContactentityTypeContactentityType. fromCode(String codeString)ContactentityTypeContactentityTypeEnumFactory. fromCode(String codeString)static ContactentityTypeContactentityType. valueOf(String name)Returns the enum constant of this type with the specified name.static ContactentityType[]ContactentityType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type ContactentityType Modifier and Type Method Description StringContactentityTypeEnumFactory. toCode(ContactentityType code)StringContactentityTypeEnumFactory. toSystem(ContactentityType code)
-