Uses of Class
com.ibm.fhir.model.type.code.AuditEventAgentNetworkType
-
Packages that use AuditEventAgentNetworkType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of AuditEventAgentNetworkType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return AuditEventAgentNetworkType Modifier and Type Method Description AuditEventAgentNetworkTypeAuditEvent.Agent.Network. getType()An identifier for the type of network access point that originated the audit event.Methods in com.ibm.fhir.model.resource with parameters of type AuditEventAgentNetworkType Modifier and Type Method Description AuditEvent.Agent.Network.BuilderAuditEvent.Agent.Network.Builder. type(AuditEventAgentNetworkType type)An identifier for the type of network access point that originated the audit event. -
Uses of AuditEventAgentNetworkType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as AuditEventAgentNetworkType Modifier and Type Field Description static AuditEventAgentNetworkTypeAuditEventAgentNetworkType. TYPE_1Machine Namestatic AuditEventAgentNetworkTypeAuditEventAgentNetworkType. TYPE_2IP Addressstatic AuditEventAgentNetworkTypeAuditEventAgentNetworkType. TYPE_3Telephone Numberstatic AuditEventAgentNetworkTypeAuditEventAgentNetworkType. TYPE_4Email addressstatic AuditEventAgentNetworkTypeAuditEventAgentNetworkType. TYPE_5URIMethods in com.ibm.fhir.model.type.code that return AuditEventAgentNetworkType Modifier and Type Method Description AuditEventAgentNetworkTypeAuditEventAgentNetworkType.Builder. build()static AuditEventAgentNetworkTypeAuditEventAgentNetworkType. of(AuditEventAgentNetworkType.ValueSet value)Factory method for creating AuditEventAgentNetworkType objects from a passed enum value.static AuditEventAgentNetworkTypeAuditEventAgentNetworkType. of(String value)Factory method for creating AuditEventAgentNetworkType objects from a passed string value.
-