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