Skip to main content

HS.FHIR.DTL.Util.SDA3.Handler.Name

class HS.FHIR.DTL.Util.SDA3.Handler.Name

Method Inventory

Methods

classmethod FamilyName(familyName As %String, familyNamePrefix As %String = "") as %String
Concatenate the family name prefix with the family name to adhere to the FHIR spec for family name representations
classmethod Text(familyName As %String, namePrefix As %String, nameSuffix As %String, givenName As %String, middleName As %String, professionalSuffix As %String, familyNamePrefix As %String) as %String
Return the entire contents of the name as one string, to be saved in a single 'text' element.
FeedbackOpens in a new tab