Uses of Class
org.hl7.fhir.r4.model.codesystems.AddressType
-
Packages that use AddressType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of AddressType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return AddressType Modifier and Type Method Description static AddressTypeAddressType. fromCode(String codeString)AddressTypeAddressTypeEnumFactory. fromCode(String codeString)static AddressTypeAddressType. valueOf(String name)Returns the enum constant of this type with the specified name.static AddressType[]AddressType. 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 AddressType Modifier and Type Method Description StringAddressTypeEnumFactory. toCode(AddressType code)StringAddressTypeEnumFactory. toSystem(AddressType code)
-