
Uses of Class
org.hl7.fhir.dstu3.model.AuditEvent.AuditEventSourceComponent
Packages that use AuditEvent.AuditEventSourceComponent
-
Uses of AuditEvent.AuditEventSourceComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return AuditEvent.AuditEventSourceComponentModifier and TypeMethodDescriptionprotected AuditEvent.AuditEventSourceComponentJsonParser.parseAuditEventAuditEventSourceComponent(com.google.gson.JsonObject json, AuditEvent owner) protected AuditEvent.AuditEventSourceComponentXmlParser.parseAuditEventAuditEventSourceComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type AuditEvent.AuditEventSourceComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAuditEventAuditEventSourceComponent(String name, AuditEvent.AuditEventSourceComponent element) protected voidRdfParser.composeAuditEventAuditEventSourceComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AuditEvent.AuditEventSourceComponent element, int index) protected voidXmlParser.composeAuditEventAuditEventSourceComponent(String name, AuditEvent.AuditEventSourceComponent element) protected voidXmlParser.composeAuditEventAuditEventSourceComponentElements(AuditEvent.AuditEventSourceComponent element) protected voidJsonParser.composeAuditEventAuditEventSourceComponentInner(AuditEvent.AuditEventSourceComponent element) protected booleanXmlParser.parseAuditEventAuditEventSourceComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner, AuditEvent.AuditEventSourceComponent res) protected voidJsonParser.parseAuditEventAuditEventSourceComponentProperties(com.google.gson.JsonObject json, AuditEvent owner, AuditEvent.AuditEventSourceComponent res) -
Uses of AuditEvent.AuditEventSourceComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model declared as AuditEvent.AuditEventSourceComponentModifier and TypeFieldDescriptionprotected AuditEvent.AuditEventSourceComponentAuditEvent.sourceThe system that is reporting the event.Methods in org.hl7.fhir.dstu3.model that return AuditEvent.AuditEventSourceComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventSourceComponent.copy()AuditEvent.getSource()AuditEvent.AuditEventSourceComponent.setIdentifier(Identifier value) AuditEvent.AuditEventSourceComponent.setSiteElement(StringType value) Methods in org.hl7.fhir.dstu3.model with parameters of type AuditEvent.AuditEventSourceComponentModifier and TypeMethodDescriptionAuditEvent.setSource(AuditEvent.AuditEventSourceComponent value) Constructors in org.hl7.fhir.dstu3.model with parameters of type AuditEvent.AuditEventSourceComponentModifierConstructorDescriptionAuditEvent(Coding type, InstantType recorded, AuditEvent.AuditEventSourceComponent source) Constructor