
Uses of Enum
org.hl7.fhir.dstu3.model.AuditEvent.AuditEventAgentNetworkType
Packages that use AuditEvent.AuditEventAgentNetworkType
-
Uses of AuditEvent.AuditEventAgentNetworkType in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type AuditEvent.AuditEventAgentNetworkTypeModifier and TypeFieldDescriptionprotected Enumeration
<AuditEvent.AuditEventAgentNetworkType> AuditEvent.AuditEventAgentNetworkComponent.type
An identifier for the type of network access point that originated the audit event.Methods in org.hl7.fhir.dstu3.model that return AuditEvent.AuditEventAgentNetworkTypeModifier 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.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type AuditEvent.AuditEventAgentNetworkTypeModifier and TypeMethodDescriptionAuditEvent.AuditEventAgentNetworkTypeEnumFactory.fromType
(PrimitiveType<?> code) AuditEvent.AuditEventAgentNetworkComponent.getTypeElement()
Methods in org.hl7.fhir.dstu3.model with parameters of type AuditEvent.AuditEventAgentNetworkTypeModifier and TypeMethodDescriptionAuditEvent.AuditEventAgentNetworkComponent.setType
(AuditEvent.AuditEventAgentNetworkType value) AuditEvent.AuditEventAgentNetworkTypeEnumFactory.toCode
(AuditEvent.AuditEventAgentNetworkType code) AuditEvent.AuditEventAgentNetworkTypeEnumFactory.toSystem
(AuditEvent.AuditEventAgentNetworkType code) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type AuditEvent.AuditEventAgentNetworkTypeModifier and TypeMethodDescriptionAuditEvent.AuditEventAgentNetworkComponent.setTypeElement
(Enumeration<AuditEvent.AuditEventAgentNetworkType> value)