
Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent.ObjectDetail
Packages that use AuditEvent.ObjectDetail
-
Uses of AuditEvent.ObjectDetail in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return AuditEvent.ObjectDetailModifier and TypeMethodDescriptionAuditEvent.ObjectElement.addDetail()Adds and returns a new value for detail ()AuditEvent.ObjectElement.getDetailFirstRep()Gets the first repetition for detail (), creating it if it does not already exist.AuditEvent.ObjectDetail.setType(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for type ()Sets the value for type ()AuditEvent.ObjectDetail.setValue(byte[] theBytes) Sets the value for value ()AuditEvent.ObjectDetail.setValue(ca.uhn.fhir.model.primitive.Base64BinaryDt theValue) Sets the value(s) for value ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type AuditEvent.ObjectDetailModifier and TypeMethodDescriptionAuditEvent.ObjectElement.getDetail()Gets the value(s) for detail ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type AuditEvent.ObjectDetailModifier and TypeMethodDescriptionAuditEvent.ObjectElement.addDetail(AuditEvent.ObjectDetail theValue) Adds a given new value for detail ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type AuditEvent.ObjectDetailModifier and TypeMethodDescriptionAuditEvent.ObjectElement.setDetail(List<AuditEvent.ObjectDetail> theValue) Sets the value(s) for detail ()