HS.BulkFHIR.Configuration
persistent class HS.BulkFHIR.Configuration extends %Library.Persistent
SQL Table Name: HS_BulkFHIR.Configuration
Persistent storage of the endpoint configurationsProperty Inventory
Method Inventory
Properties
property BFCEndpoint as %String (MAXLEN = 255) [ Required ];
The "endpoint_url" defined in the json configuration, ie /bulkfhir/happy
Property methods: BFCEndpointDisplayToLogical(), BFCEndpointGet(), BFCEndpointGetStored(), BFCEndpointIsValid(), BFCEndpointLogicalToDisplay(), BFCEndpointLogicalToOdbc(), BFCEndpointNormalize(), BFCEndpointSet()
property Configuration as %DynamicObject [ Required ];
The original json configuration document of the BFC endpoint
Property methods: ConfigurationGet(), ConfigurationGetObject(), ConfigurationGetObjectId(), ConfigurationGetStored(), ConfigurationGetSwizzled(), ConfigurationIsValid(), ConfigurationNewObject(), ConfigurationSet(), ConfigurationSetObject(), ConfigurationSetObjectId(), ConfigurationUnSwizzle()
property Name as %String (MAXLEN = 255) [ Required ];
The unique name of the endpoint configuration.  "name" in the json document
Property methods: NameDisplayToLogical(), NameGet(), NameGetStored(), NameIsValid(), NameLogicalToDisplay(), NameLogicalToOdbc(), NameNormalize(), NameSet()
Methods
classmethod GetConfiguration(pApplication As %String) as HS.BulkFHIR.API.Data.Config
Indexes
index (BFCEndpointIndex on BFCEndpoint) [Unique];
Index methods: BFCEndpointIndexCheck(), BFCEndpointIndexCheckUnique(), BFCEndpointIndexDelete(), BFCEndpointIndexExists(), BFCEndpointIndexOpen(), BFCEndpointIndexSQLCheckUnique(), BFCEndpointIndexSQLExists(), BFCEndpointIndexSQLFindPKeyByConstraint(), BFCEndpointIndexSQLFindRowIDByConstraint()
index (IDKEY on ) [IdKey, Type = key];
Index methods: IDKEYCheck(), IDKEYDelete(), IDKEYExists(), IDKEYOpen(), IDKEYSQLCheckUnique(), IDKEYSQLExists(), IDKEYSQLFindPKeyByConstraint(), IDKEYSQLFindRowIDByConstraint()
index (NameIndex on Name) [Unique];
Index methods: NameIndexCheck(), NameIndexCheckUnique(), NameIndexDelete(), NameIndexExists(), NameIndexOpen(), NameIndexSQLCheckUnique(), NameIndexSQLExists(), NameIndexSQLFindPKeyByConstraint(), NameIndexSQLFindRowIDByConstraint()
Inherited Members
Inherited Methods
- %%CLASSNAMELogicalToStorage()
 - %%CLASSNAMEStorageToLogical()
 - %AddToSaveSet()
 - %AddToSyncSet()
 - %BMEBuilt()
 - %BuildIndicesAsync()
 - %BuildIndicesAsyncResponse()
 - %CheckConstraints()
 - %CheckConstraintsForExtent()
 - %ClassIsLatestVersion()
 - %ClassName()
 - %ComposeOid()
 - %ConstructClone()
 - %Delete()
 - %DeleteExtent()
 - %DeleteId()
 - %DispatchClassMethod()
 - %DispatchGetModified()
 - %DispatchGetProperty()
 - %DispatchMethod()
 - %DispatchSetModified()
 - %DispatchSetMultidimProperty()
 - %DispatchSetProperty()
 - %Exists()
 - %ExistsId()
 - %Extends()
 - %GUID()
 - %GUIDSet()
 - %GetLock()
 - %GetParameter()
 - %GetSwizzleObject()
 - %Id()
 - %InitExtentData()
 - %InsertBatch()
 - %IsA()
 - %IsModified()
 - %IsNull()
 - %KillExtent()
 - %KillExtentData()
 - %LoadFromMemory()
 - %LockExtent()
 - %LockId()
 - %New()
 - %NormalizeObject()
 - %ObjectIsNull()
 - %ObjectModified()
 - %Oid()
 - %OnBeforeAddToSync()
 - %OnDeleteFinally()
 - %OnDetermineClass()
 - %OnOpenFinally()
 - %OnSaveFinally()
 - %Open()
 - %OpenId()
 - %OriginalNamespace()
 - %PackageName()
 - %PhysicalAddress()
 - %PurgeIndices()
 - %Reload()
 - %RemoveFromSaveSet()
 - %ResolveConcurrencyConflict()
 - %RollBack()
 - %Save()
 - %SaveDirect()
 - %SaveIndices()
 - %SerializeObject()
 - %SetModified()
 - %SortBegin()
 - %SortEnd()
 - %SyncObjectIn()
 - %SyncTransport()
 - %UnlockExtent()
 - %UnlockId()
 - %ValidateIndices()
 - %ValidateObject()
 - %ValidateTable()
 
Storage
Storage Model: Storage (HS.BulkFHIR.Configuration)
^HS.BulkFHIR.ConfigurationD(ID,"Configuration")  | 
= | Configuration  | 
Storage Model: Storage (HS.BulkFHIR.Configuration)
^HS.BulkFHIR.ConfigurationD(ID)  | 
= | %%CLASSNAME 
BFCEndpoint 
Name 
 |