Uses of Enum
org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentNetworkType
-
Uses of AuditEvent.AuditEventAgentNetworkType in org.hl7.fhir.r4.model
Modifier and TypeFieldDescriptionprotected Enumeration
<AuditEvent.AuditEventAgentNetworkType> AuditEvent.AuditEventAgentNetworkComponent.type
An identifier for the type of network access point that originated the audit event.Modifier and TypeMethodDescriptionAuditEvent.AuditEventAgentNetworkComponent.getType()
Returns the enum constant of this type with the specified name.AuditEvent.AuditEventAgentNetworkType.values()
Returns an array containing the constants of this enum type, in the order they are declared.Modifier and TypeMethodDescriptionAuditEvent.AuditEventAgentNetworkTypeEnumFactory.fromType
(PrimitiveType<?> code) AuditEvent.AuditEventAgentNetworkComponent.getTypeElement()
Modifier and TypeMethodDescriptionAuditEvent.AuditEventAgentNetworkComponent.setType
(AuditEvent.AuditEventAgentNetworkType value) AuditEvent.AuditEventAgentNetworkTypeEnumFactory.toCode
(AuditEvent.AuditEventAgentNetworkType code) AuditEvent.AuditEventAgentNetworkTypeEnumFactory.toSystem
(AuditEvent.AuditEventAgentNetworkType code) Modifier and TypeMethodDescriptionAuditEvent.AuditEventAgentNetworkComponent.setTypeElement
(Enumeration<AuditEvent.AuditEventAgentNetworkType> value)