
Uses of Class
org.hl7.fhir.dstu2.model.AuditEvent.AuditEventParticipantNetworkComponent
Packages that use AuditEvent.AuditEventParticipantNetworkComponent
- 
Uses of AuditEvent.AuditEventParticipantNetworkComponent in org.hl7.fhir.dstu2.formatsMethods in org.hl7.fhir.dstu2.formats that return AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeMethodDescriptionJsonParser.parseAuditEventAuditEventParticipantNetworkComponent(com.google.gson.JsonObject json, AuditEvent owner) XmlParser.parseAuditEventAuditEventParticipantNetworkComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) Methods in org.hl7.fhir.dstu2.formats with parameters of type AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAuditEventAuditEventParticipantNetworkComponent(String name, AuditEvent.AuditEventParticipantNetworkComponent element) protected voidXmlParser.composeAuditEventAuditEventParticipantNetworkComponent(String name, AuditEvent.AuditEventParticipantNetworkComponent element) protected voidJsonParser.composeAuditEventAuditEventParticipantNetworkComponentInner(AuditEvent.AuditEventParticipantNetworkComponent element) 
- 
Uses of AuditEvent.AuditEventParticipantNetworkComponent in org.hl7.fhir.dstu2.modelFields in org.hl7.fhir.dstu2.model declared as AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeFieldDescriptionAuditEvent.AuditEventParticipantComponent.networkLogical network location for application activity, if the activity has a network location.Methods in org.hl7.fhir.dstu2.model that return AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventParticipantNetworkComponent.copy()AuditEvent.AuditEventParticipantComponent.getNetwork()AuditEvent.AuditEventParticipantNetworkComponent.setAddress(String value) AuditEvent.AuditEventParticipantNetworkComponent.setAddressElement(StringType value) AuditEvent.AuditEventParticipantNetworkComponent.setType(AuditEvent.AuditEventParticipantNetworkType value) AuditEvent.AuditEventParticipantNetworkComponent.setTypeElement(Enumeration<AuditEvent.AuditEventParticipantNetworkType> value) Methods in org.hl7.fhir.dstu2.model with parameters of type AuditEvent.AuditEventParticipantNetworkComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventParticipantComponent.setNetwork(AuditEvent.AuditEventParticipantNetworkComponent value)