HS.BulkFHIR.Fetch.ODS.Config
class HS.BulkFHIR.Fetch.ODS.Config extends HS.BulkFHIR.Fetch.PureFHIR.Config
Property Inventory
Parameters
parameter SETTINGS = client_auth_adapter,client_auth_config,endpoint_url:::Endpoint URL,resource_types,patient_export,group_export,system_export,max_req_per_sec:::Max Requests Per Second,http_timeout:::HTTP Timeout,worker_jobs,registry_webservice_credential_id:::Registry Webservice Credential ID,registry_webservice_endpoint_url:::Registry Webservice Endpoint URL;
https://usjira.iscinternal.com/browse/IF-3640
style like {property}:{group}:{category}:{property rename} where group, category, and property rename are optional.
In this case category would be Authorization, and groups would be HTTP, X-API, OAuth.
A '-' before a setting will exclude it from the list returned to the UI
Properties
property registry_webservice_credential_id as %String [ Required ];
This will be applied to the HSREGISTRY WebServices Service Registry entry
Username Token Profile setting, and will be used as an input when invoking
the web service at runtime.
Property methods: registry_webservice_credential_idDisplayToLogical(), registry_webservice_credential_idGet(), registry_webservice_credential_idIsValid(), registry_webservice_credential_idLogicalToDisplay(), registry_webservice_credential_idLogicalToOdbc(), registry_webservice_credential_idNormalize(), registry_webservice_credential_idSet()
property registry_webservice_endpoint_url as %String (MAXLEN = 250) [ Required ];
UCR Hub (HSREGISTRY) WebServices url, eg. "http://example.org/csp/healthshare/hsregistry/services/HS.Hub.HSWS.WebServices.cls"
Property methods: registry_webservice_endpoint_urlDisplayToLogical(), registry_webservice_endpoint_urlGet(), registry_webservice_endpoint_urlIsValid(), registry_webservice_endpoint_urlLogicalToDisplay(), registry_webservice_endpoint_urlLogicalToOdbc(), registry_webservice_endpoint_urlNormalize(), registry_webservice_endpoint_urlSet()
Inherited Members
Inherited Properties
- client_auth_adapter
- client_auth_config
- endpoint_url
- fetch_count
- flush_interval_mins
- group_export
- http_timeout
- max_req_per_sec
- patient_export
- resource_types
- system_export
- temp_max_file_size
- worker_jobs
- working_directory
Inherited Methods
- %AddToSaveSet()
- %ClassIsLatestVersion()
- %ClassName()
- %ConstructClone()
- %DispatchClassMethod()
- %DispatchGetModified()
- %DispatchGetProperty()
- %DispatchMethod()
- %DispatchSetModified()
- %DispatchSetMultidimProperty()
- %DispatchSetProperty()
- %Extends()
- %GetParameter()
- %IsA()
- %IsModified()
- %JSONExport()
- %JSONExportToStream()
- %JSONExportToString()
- %JSONImport()
- %JSONNew()
- %New()
- %NormalizeObject()
- %ObjectModified()
- %OnValidateObject()
- %OriginalNamespace()
- %PackageName()
- %RemoveFromSaveSet()
- %SerializeObject()
- %SetModified()
- %ValidateObject()
- FromJson()