Skip to main content

This documentation is for an older version of this product. See the latest version of this content.Opens in a new tab

HS.FHIRMeta.MetaUtils

abstract class HS.FHIRMeta.MetaUtils

Method Inventory

Methods

classmethod GetListOfResources(pPackageList As %List) as %List
Return a list of all the FHIR resources for a list of packages (e.g. HS.FHIRServer.RepoInstance::metadataSetKey)
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".

Subclasses

FeedbackOpens in a new tab