
Uses of Class
org.hl7.fhir.r5.openehr.REVISION_HISTORY
Packages that use REVISION_HISTORY
- 
Uses of REVISION_HISTORY in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as REVISION_HISTORYModifier and TypeFieldDescriptionprotected REVISION_HISTORYAUTHORED_RESOURCE.revision_historyThe revision history of the resource.Methods in org.hl7.fhir.r5.openehr that return REVISION_HISTORYModifier and TypeMethodDescriptionREVISION_HISTORY.copy()AUTHORED_RESOURCE.getRevision_history()protected REVISION_HISTORYOpenehrJsonParser.parseREVISION_HISTORY(com.google.gson.JsonObject json) protected REVISION_HISTORYOpenehrXmlParser.parseREVISION_HISTORY(org.xmlpull.v1.XmlPullParser xpp) REVISION_HISTORY.setMost_recent_version(String value) REVISION_HISTORY.setMost_recent_version_time_committed(String value) REVISION_HISTORY.setMost_recent_version_time_committedElement(StringType value) REVISION_HISTORY.setMost_recent_versionElement(StringType value) protected REVISION_HISTORYREVISION_HISTORY.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type REVISION_HISTORYModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeREVISION_HISTORY(String name, REVISION_HISTORY element) protected voidOpenehrXmlParser.composeREVISION_HISTORY(String name, REVISION_HISTORY element) protected voidOpenehrXmlParser.composeREVISION_HISTORYElements(REVISION_HISTORY element) protected voidOpenehrJsonParser.composeREVISION_HISTORYProperties(REVISION_HISTORY element) voidREVISION_HISTORY.copyValues(REVISION_HISTORY dst) protected booleanOpenehrXmlParser.parseREVISION_HISTORYContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, REVISION_HISTORY res) protected voidOpenehrJsonParser.parseREVISION_HISTORYProperties(com.google.gson.JsonObject json, REVISION_HISTORY res) AUTHORED_RESOURCE.setRevision_history(REVISION_HISTORY value)