Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent.Source
-
Packages that use AuditEvent.Source Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of AuditEvent.Source in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AuditEvent.Source Modifier and Type Method Description AuditEvent.SourceAuditEvent.Source. addType(CodingDt theValue)Adds a given new value for type ()AuditEvent.SourceAuditEvent. getSource()Gets the value(s) for source ().AuditEvent.SourceAuditEvent.Source. setIdentifier(IdentifierDt theValue)Sets the value(s) for identifier ()AuditEvent.SourceAuditEvent.Source. setSite(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for site ()AuditEvent.SourceAuditEvent.Source. setSite(String theString)Sets the value for site ()AuditEvent.SourceAuditEvent.Source. setType(List<CodingDt> theValue)Sets the value(s) for type ()Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AuditEvent.Source Modifier and Type Method Description AuditEventAuditEvent. setSource(AuditEvent.Source theValue)Sets the value(s) for source ()
-