/AWS1/CL_CNHFHIRSERVER¶
FHIR server configuration for input data source
CONSTRUCTOR¶
IMPORTING¶
Required arguments:¶
iv_fhirendpoint TYPE /AWS1/CNHNONEMPTYSTRING /AWS1/CNHNONEMPTYSTRING¶
FHIR server endpoint URL for accessing patient data.
Optional arguments:¶
iv_oauthtoken TYPE /AWS1/CNHSENSNONEMPTYSTRING /AWS1/CNHSENSNONEMPTYSTRING¶
OAuth token for authenticating with the FHIR server.
Queryable Attributes¶
fhirEndpoint¶
FHIR server endpoint URL for accessing patient data.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_FHIRENDPOINT() |
Getter for FHIRENDPOINT, with configurable default |
ASK_FHIRENDPOINT() |
Getter for FHIRENDPOINT w/ exceptions if field has no value |
HAS_FHIRENDPOINT() |
Determine if FHIRENDPOINT has a value |
oauthToken¶
OAuth token for authenticating with the FHIR server.
Accessible with the following methods¶
| Method | Description |
|---|---|
GET_OAUTHTOKEN() |
Getter for OAUTHTOKEN, with configurable default |
ASK_OAUTHTOKEN() |
Getter for OAUTHTOKEN w/ exceptions if field has no value |
HAS_OAUTHTOKEN() |
Determine if OAUTHTOKEN has a value |