HS.BulkFHIR.Util
class HS.BulkFHIR.Util
Class for common Bulk FHIR utility methods.Method Inventory
Methods
classmethod GetRequestHost(pCSPRequest As %CSP.Request) as %String
Return the request scheme, host and port, without the url or trailing slash, as understood
by the originating REST client. This takes proxy server headers into account.
Return just the part of the pFullURL which appears after the pBaseURL.
If the only difference between the base and the beginning of the full url is which protocol they use, disregard this difference.
classmethod ListOfStringToString(pListOfStrings As %Library.ListOfDataTypes, pOutputDelimiter) as %String
Convert a %Library.ListOfDataTypes of Strings to a delimited string.