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.Source
AuditEvent.Source.Builder. build()
Build theAuditEvent.Source
AuditEvent.Source
AuditEvent. 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.Builder
AuditEvent.Source.Builder. from(AuditEvent.Source source)
AuditEvent.Builder
AuditEvent.Builder. source(AuditEvent.Source source)
The system that is reporting the event.protected void
AuditEvent.Source.Builder. validate(AuditEvent.Source source)
-