Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent.ParticipantNetwork
-
Packages that use AuditEvent.ParticipantNetwork Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of AuditEvent.ParticipantNetwork in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AuditEvent.ParticipantNetwork Modifier and Type Method Description AuditEvent.ParticipantNetworkAuditEvent.Participant. getNetwork()Gets the value(s) for network ().AuditEvent.ParticipantNetworkAuditEvent.ParticipantNetwork. setAddress(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for address ()AuditEvent.ParticipantNetworkAuditEvent.ParticipantNetwork. setAddress(String theString)Sets the value for address ()AuditEvent.ParticipantNetworkAuditEvent.ParticipantNetwork. setType(AuditEventParticipantNetworkTypeEnum theValue)Sets the value(s) for type ()AuditEvent.ParticipantNetworkAuditEvent.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.ParticipantNetwork Modifier and Type Method Description AuditEvent.ParticipantAuditEvent.Participant. setNetwork(AuditEvent.ParticipantNetwork theValue)Sets the value(s) for network ()
-