Uses of Class
org.hl7.fhir.r5.model.AuditEvent.AuditEventEntityDetailComponent
-
Packages that use AuditEvent.AuditEventEntityDetailComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of AuditEvent.AuditEventEntityDetailComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description protected AuditEvent.AuditEventEntityDetailComponentJsonParser. parseAuditEventEntityDetailComponent(com.google.gson.JsonObject json)protected AuditEvent.AuditEventEntityDetailComponentXmlParser. parseAuditEventEntityDetailComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of AuditEvent.AuditEventEntityDetailComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Field Description protected List<AuditEvent.AuditEventEntityDetailComponent>AuditEvent.AuditEventEntityComponent. detailTagged value pairs for conveying additional information about the entity.Methods in org.hl7.fhir.r5.model that return AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityComponent. addDetail()AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. copy()AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityComponent. getDetailFirstRep()AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. setType(CodeableConcept value)AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. setValue(DataType value)Methods in org.hl7.fhir.r5.model that return types with arguments of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description List<AuditEvent.AuditEventEntityDetailComponent>AuditEvent.AuditEventEntityComponent. getDetail()Methods in org.hl7.fhir.r5.model with parameters of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description AuditEvent.AuditEventEntityComponentAuditEvent.AuditEventEntityComponent. addDetail(AuditEvent.AuditEventEntityDetailComponent t)voidAuditEvent.AuditEventEntityDetailComponent. copyValues(AuditEvent.AuditEventEntityDetailComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description AuditEvent.AuditEventEntityComponentAuditEvent.AuditEventEntityComponent. setDetail(List<AuditEvent.AuditEventEntityDetailComponent> theDetail)
-