Uses of Class
org.linuxforhealth.fhir.model.resource.AuditEvent.Source
- 
Packages that use AuditEvent.Source Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of AuditEvent.Source in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return AuditEvent.Source Modifier and Type Method Description AuditEvent.SourceAuditEvent.Source.Builder. build()Build theAuditEvent.SourceAuditEvent.SourceAuditEvent. getSource()The system that is reporting the event.Methods in org.linuxforhealth.fhir.model.resource with parameters of type AuditEvent.Source Modifier and Type Method Description protected AuditEvent.Source.BuilderAuditEvent.Source.Builder. from(AuditEvent.Source source)AuditEvent.BuilderAuditEvent.Builder. source(AuditEvent.Source source)The system that is reporting the event.protected voidAuditEvent.Source.Builder. validate(AuditEvent.Source source) 
 -