Class BalpConstants
java.lang.Object
ca.uhn.fhir.storage.interceptor.balp.BalpConstants
-
Field Summary
Modifier and TypeFieldDescriptionstatic final org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentNetworkType
Constant forAuditEvent.AuditEventAgentNetworkType
representing the code2 - IP Address
.static final org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentNetworkType
Constant forAuditEvent.AuditEventAgentNetworkType
representing the code1 - Machine name
.static final org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentNetworkType
Constant forAuditEvent.AuditEventAgentNetworkType
representing the code3 - URI
.static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
static final String
-
Constructor Summary
-
Method Summary
-
Field Details
-
AUDIT_EVENT_AGENT_NETWORK_TYPE_MACHINE_NAME
public static final org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentNetworkType AUDIT_EVENT_AGENT_NETWORK_TYPE_MACHINE_NAMEConstant forAuditEvent.AuditEventAgentNetworkType
representing the code1 - Machine name
. This constant is used only for convenience since the existing Enum uses numerical codes that are not great for readability. -
AUDIT_EVENT_AGENT_NETWORK_TYPE_IP_ADDRESS
public static final org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentNetworkType AUDIT_EVENT_AGENT_NETWORK_TYPE_IP_ADDRESSConstant forAuditEvent.AuditEventAgentNetworkType
representing the code2 - IP Address
. This constant is used only for convenience since the existing Enum uses numerical codes that are not great for readability. -
AUDIT_EVENT_AGENT_NETWORK_TYPE_URI
public static final org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentNetworkType AUDIT_EVENT_AGENT_NETWORK_TYPE_URIConstant forAuditEvent.AuditEventAgentNetworkType
representing the code3 - URI
. This constant is used only for convenience since the existing Enum uses numerical codes that are not great for readability. -
CS_AUDIT_EVENT_TYPE
- See Also:
-
CS_AUDIT_ENTITY_TYPE
- See Also:
-
CS_AUDIT_ENTITY_TYPE_2_SYSTEM_OBJECT
- See Also:
-
CS_AUDIT_ENTITY_TYPE_2_SYSTEM_OBJECT_DISPLAY
- See Also:
-
CS_AUDIT_ENTITY_TYPE_1_PERSON
- See Also:
-
CS_AUDIT_ENTITY_TYPE_1_PERSON_DISPLAY
- See Also:
-
CS_OBJECT_ROLE
- See Also:
-
CS_OBJECT_ROLE_1_PATIENT
- See Also:
-
CS_OBJECT_ROLE_1_PATIENT_DISPLAY
- See Also:
-
CS_OBJECT_ROLE_4_DOMAIN_RESOURCE
- See Also:
-
CS_OBJECT_ROLE_4_DOMAIN_RESOURCE_DISPLAY
- See Also:
-
CS_RESTFUL_INTERACTION
- See Also:
-
CS_OBJECT_ROLE_24_QUERY
- See Also:
-
-
Constructor Details
-
BalpConstants
public BalpConstants()
-