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