Skip to main content

HS.FHIRMeta.Load.MetaUtils

abstract class HS.FHIRMeta.Load.MetaUtils

Method Inventory

Methods

classmethod NormalizeParamName(pParamName As %String) as %String
For every instance of "-" in the given string, convert the following character to uppercase, then strip out the "-". Ex: "address-city" becomes "addressCity".
FeedbackOpens in a new tab