Uses of Class
org.hl7.fhir.r4.model.AuditEvent.AuditEventEntityDetailComponent
-
Packages that use AuditEvent.AuditEventEntityDetailComponent Package Description org.hl7.fhir.r4.formats org.hl7.fhir.r4.model -
-
Uses of AuditEvent.AuditEventEntityDetailComponent in org.hl7.fhir.r4.formats
Methods in org.hl7.fhir.r4.formats that return AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description protected AuditEvent.AuditEventEntityDetailComponentJsonParser. parseAuditEventAuditEventEntityDetailComponent(com.google.gson.JsonObject json, AuditEvent owner)protected AuditEvent.AuditEventEntityDetailComponentXmlParser. parseAuditEventAuditEventEntityDetailComponent(org.xmlpull.v1.XmlPullParser xpp, AuditEvent owner) -
Uses of AuditEvent.AuditEventEntityDetailComponent in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.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.r4.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(String value)AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. setTypeElement(StringType value)AuditEvent.AuditEventEntityDetailComponentAuditEvent.AuditEventEntityDetailComponent. setValue(Type value)Methods in org.hl7.fhir.r4.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.r4.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.r4.model with type arguments of type AuditEvent.AuditEventEntityDetailComponent Modifier and Type Method Description AuditEvent.AuditEventEntityComponentAuditEvent.AuditEventEntityComponent. setDetail(List<AuditEvent.AuditEventEntityDetailComponent> theDetail)
-