
Uses of Class
org.hl7.fhir.r5.openehr.HISTORY
Packages that use HISTORY
- 
Uses of HISTORY in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as HISTORYModifier and TypeFieldDescriptionprotected HISTORYOBSERVATION.dataThe data of this observation, in the form of a history of values which may be of any complexity.protected HISTORYOBSERVATION.stateOptional 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 HISTORYOpenehrJsonParser.parseHISTORY(com.google.gson.JsonObject json) protected HISTORYOpenehrXmlParser.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 HISTORYHISTORY.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type HISTORYModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeHISTORY(String name, HISTORY element) protected voidOpenehrXmlParser.composeHISTORY(String name, HISTORY element) protected voidOpenehrXmlParser.composeHISTORYElements(HISTORY element) protected voidOpenehrJsonParser.composeHISTORYProperties(HISTORY element) voidHISTORY.copyValues(HISTORY dst) protected booleanOpenehrXmlParser.parseHISTORYContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, HISTORY res) protected voidOpenehrJsonParser.parseHISTORYProperties(com.google.gson.JsonObject json, HISTORY res) Constructors in org.hl7.fhir.r5.openehr with parameters of type HISTORY