
Uses of Class
org.hl7.fhir.dstu3.model.AuditEvent.AuditEventEntityDetailComponent
Packages that use AuditEvent.AuditEventEntityDetailComponent
-
Uses of AuditEvent.AuditEventEntityDetailComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return AuditEvent.AuditEventEntityDetailComponentModifier and TypeMethodDescriptionJsonParser.parseAuditEventAuditEventEntityDetailComponent(com.google.gson.JsonObject json, AuditEvent owner) XmlParser.parseAuditEventAuditEventEntityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) Methods in org.hl7.fhir.dstu3.formats with parameters of type AuditEvent.AuditEventEntityDetailComponentModifier and TypeMethodDescriptionprotected voidJsonParser.composeAuditEventAuditEventEntityDetailComponent(String name, AuditEvent.AuditEventEntityDetailComponent element) protected voidRdfParser.composeAuditEventAuditEventEntityDetailComponent(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, AuditEvent.AuditEventEntityDetailComponent element, int index) protected voidXmlParser.composeAuditEventAuditEventEntityDetailComponent(String name, AuditEvent.AuditEventEntityDetailComponent element) protected voidXmlParser.composeAuditEventAuditEventEntityDetailComponentElements(AuditEvent.AuditEventEntityDetailComponent element) protected voidJsonParser.composeAuditEventAuditEventEntityDetailComponentInner(AuditEvent.AuditEventEntityDetailComponent element) protected booleanXmlParser.parseAuditEventAuditEventEntityDetailComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner, AuditEvent.AuditEventEntityDetailComponent res) protected voidJsonParser.parseAuditEventAuditEventEntityDetailComponentProperties(com.google.gson.JsonObject json, AuditEvent owner, AuditEvent.AuditEventEntityDetailComponent res) -
Uses of AuditEvent.AuditEventEntityDetailComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type AuditEvent.AuditEventEntityDetailComponentModifier and TypeFieldDescriptionprotected List<AuditEvent.AuditEventEntityDetailComponent> AuditEvent.AuditEventEntityComponent.detailTagged value pairs for conveying additional information about the entity.Methods in org.hl7.fhir.dstu3.model that return AuditEvent.AuditEventEntityDetailComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventEntityComponent.addDetail()AuditEvent.AuditEventEntityDetailComponent.copy()AuditEvent.AuditEventEntityComponent.getDetailFirstRep()AuditEvent.AuditEventEntityDetailComponent.setTypeElement(StringType value) AuditEvent.AuditEventEntityDetailComponent.setValue(byte[] value) AuditEvent.AuditEventEntityDetailComponent.setValueElement(Base64BinaryType value) Methods in org.hl7.fhir.dstu3.model that return types with arguments of type AuditEvent.AuditEventEntityDetailComponentMethods in org.hl7.fhir.dstu3.model with parameters of type AuditEvent.AuditEventEntityDetailComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventEntityComponent.addDetail(AuditEvent.AuditEventEntityDetailComponent t) Method parameters in org.hl7.fhir.dstu3.model with type arguments of type AuditEvent.AuditEventEntityDetailComponentModifier and TypeMethodDescriptionAuditEvent.AuditEventEntityComponent.setDetail(List<AuditEvent.AuditEventEntityDetailComponent> theDetail)