Package ca.uhn.fhir.mdm.util
Class NameUtil
java.lang.Object
ca.uhn.fhir.mdm.util.NameUtil
-
Method Summary
Modifier and TypeMethodDescriptionstatic String
extractFamilyName
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theBase) extractGivenNames
(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theBase)
-
Method Details
-
extractGivenNames
public static List<String> extractGivenNames(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theBase) -
extractFamilyName
public static String extractFamilyName(ca.uhn.fhir.context.FhirContext theFhirContext, org.hl7.fhir.instance.model.api.IBase theBase)
-