Uses of Class
org.hl7.fhir.r4.model.AuditEvent.AuditEventAgentNetworkType
-
Packages that use AuditEvent.AuditEventAgentNetworkType Package Description org.hl7.fhir.r4.model -
-
Uses of AuditEvent.AuditEventAgentNetworkType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type AuditEvent.AuditEventAgentNetworkType Modifier and Type Field Description protected Enumeration<AuditEvent.AuditEventAgentNetworkType>AuditEvent.AuditEventAgentNetworkComponent. typeAn identifier for the type of network access point that originated the audit event.Methods in org.hl7.fhir.r4.model that return AuditEvent.AuditEventAgentNetworkType Modifier and Type Method Description static AuditEvent.AuditEventAgentNetworkTypeAuditEvent.AuditEventAgentNetworkType. fromCode(String codeString)AuditEvent.AuditEventAgentNetworkTypeAuditEvent.AuditEventAgentNetworkTypeEnumFactory. fromCode(String codeString)AuditEvent.AuditEventAgentNetworkTypeAuditEvent.AuditEventAgentNetworkComponent. getType()static AuditEvent.AuditEventAgentNetworkTypeAuditEvent.AuditEventAgentNetworkType. valueOf(String name)Returns the enum constant of this type with the specified name.static AuditEvent.AuditEventAgentNetworkType[]AuditEvent.AuditEventAgentNetworkType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type AuditEvent.AuditEventAgentNetworkType Modifier and Type Method Description Enumeration<AuditEvent.AuditEventAgentNetworkType>AuditEvent.AuditEventAgentNetworkTypeEnumFactory. fromType(Base code)Enumeration<AuditEvent.AuditEventAgentNetworkType>AuditEvent.AuditEventAgentNetworkComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type AuditEvent.AuditEventAgentNetworkType Modifier and Type Method Description AuditEvent.AuditEventAgentNetworkComponentAuditEvent.AuditEventAgentNetworkComponent. setType(AuditEvent.AuditEventAgentNetworkType value)StringAuditEvent.AuditEventAgentNetworkTypeEnumFactory. toCode(AuditEvent.AuditEventAgentNetworkType code)StringAuditEvent.AuditEventAgentNetworkTypeEnumFactory. toSystem(AuditEvent.AuditEventAgentNetworkType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type AuditEvent.AuditEventAgentNetworkType Modifier and Type Method Description AuditEvent.AuditEventAgentNetworkComponentAuditEvent.AuditEventAgentNetworkComponent. setTypeElement(Enumeration<AuditEvent.AuditEventAgentNetworkType> value)
-