
Uses of Class
org.hl7.fhir.r5.openehr.HISTORY
Packages that use HISTORY
-
Uses of HISTORY in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as HISTORYModifier and TypeFieldDescriptionprotected HISTORY
OBSERVATION.data
The data of this observation, in the form of a history of values which may be of any complexity.protected HISTORY
OBSERVATION.state
Optional recording of the state of subject of this observation during the observation process, in the form of a separate history of values which may be of any complexity.Methods in org.hl7.fhir.r5.openehr that return HISTORYModifier and TypeMethodDescriptionHISTORY.copy()
OBSERVATION.getData()
OBSERVATION.getState()
protected HISTORY
OpenehrJsonParser.parseHISTORY
(com.google.gson.JsonObject json) protected HISTORY
OpenehrXmlParser.parseHISTORY
(org.xmlpull.v1.XmlPullParser xpp) HISTORY.setDuration
(DV_DURATION value) HISTORY.setEventsList
(List<EVENT> theEvents) HISTORY.setOrigin
(DV_DATE_TIME value) HISTORY.setPeriod
(DV_DURATION value) HISTORY.setSummary
(ITEM_STRUCTURE value) protected HISTORY
HISTORY.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type HISTORYModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeHISTORY
(String name, HISTORY element) protected void
OpenehrXmlParser.composeHISTORY
(String name, HISTORY element) protected void
OpenehrXmlParser.composeHISTORYElements
(HISTORY element) protected void
OpenehrJsonParser.composeHISTORYProperties
(HISTORY element) void
HISTORY.copyValues
(HISTORY dst) protected boolean
OpenehrXmlParser.parseHISTORYContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, HISTORY res) protected void
OpenehrJsonParser.parseHISTORYProperties
(com.google.gson.JsonObject json, HISTORY res) Constructors in org.hl7.fhir.r5.openehr with parameters of type HISTORY