
Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent.ParticipantNetwork
Packages that use AuditEvent.ParticipantNetwork
-
Uses of AuditEvent.ParticipantNetwork in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AuditEvent.ParticipantNetworkModifier and TypeMethodDescriptionAuditEvent.Participant.getNetwork()
Gets the value(s) for network ().AuditEvent.ParticipantNetwork.setAddress
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for address ()AuditEvent.ParticipantNetwork.setAddress
(String theString) Sets the value for address ()AuditEvent.ParticipantNetwork.setType
(AuditEventParticipantNetworkTypeEnum theValue) Sets the value(s) for type ()AuditEvent.ParticipantNetwork.setType
(ca.uhn.fhir.model.primitive.BoundCodeDt<AuditEventParticipantNetworkTypeEnum> theValue) Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AuditEvent.ParticipantNetworkModifier and TypeMethodDescriptionAuditEvent.Participant.setNetwork
(AuditEvent.ParticipantNetwork theValue) Sets the value(s) for network ()