HS.FHIR.ReferenceUtils
deprecated class HS.FHIR.ReferenceUtils extends %Library.RegisteredObject
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.HS.FHIR.ReferenceUtils provides a series of methods to simplify the handling of FHIR properties that are typed as the FHIR reference data type.
Method Inventory
Methods
deprecated method GetReferenceMap(ByRef pEntryIndex As %String, pBundleEntryNumber, ByRef pReferenceMap As %String)
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
deprecated method UpdateReferences(ByRef pReferences As %String, pBundleEntryNumber As %Integer = 0)
THIS CLASS IS DEPRECATED Use HS.FHIRServer.* instead.
UpdateReferences generate a method that allows for streamlined checking for existing reference values in an object and updates those reference values as per the data previously gathered in the pReferences array.
UpdateReferences generate a method that allows for streamlined checking for existing reference values in an object and updates those reference values as per the data previously gathered in the pReferences array.
Inherited Members
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()