Uses of Class
ca.uhn.fhir.model.dstu2.resource.AuditEvent.ObjectDetail
-
Uses of AuditEvent.ObjectDetail in ca.uhn.fhir.model.dstu2.resource
Modifier 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 ()Modifier and TypeMethodDescriptionAuditEvent.ObjectElement.getDetail()
Gets the value(s) for detail ().Modifier and TypeMethodDescriptionAuditEvent.ObjectElement.addDetail
(AuditEvent.ObjectDetail theValue) Adds a given new value for detail ()Modifier and TypeMethodDescriptionAuditEvent.ObjectElement.setDetail
(List<AuditEvent.ObjectDetail> theValue) Sets the value(s) for detail ()