
Uses of Class
org.hl7.fhir.r5.openehr.AUTHORED_RESOURCE
Packages that use AUTHORED_RESOURCE
-
Uses of AUTHORED_RESOURCE in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as AUTHORED_RESOURCEModifier and TypeFieldDescriptionprotected AUTHORED_RESOURCE
RESOURCE_DESCRIPTION.parent_resource
Reference to owning resource.Methods in org.hl7.fhir.r5.openehr that return AUTHORED_RESOURCEModifier and TypeMethodDescriptionAUTHORED_RESOURCE.addTranslations
(TRANSLATION_DETAILS t) abstract AUTHORED_RESOURCE
AUTHORED_RESOURCE.copy()
RESOURCE_DESCRIPTION.getParent_resource()
protected AUTHORED_RESOURCE
OpenehrJsonParser.parseAUTHORED_RESOURCE
(com.google.gson.JsonObject json) protected AUTHORED_RESOURCE
OpenehrXmlParser.parseAUTHORED_RESOURCE
(org.xmlpull.v1.XmlPullParser xpp) AUTHORED_RESOURCE.setDescription
(RESOURCE_DESCRIPTION value) AUTHORED_RESOURCE.setIs_controlled
(boolean value) AUTHORED_RESOURCE.setIs_controlledElement
(BooleanType value) AUTHORED_RESOURCE.setOriginal_language
(CODE_PHRASE value) AUTHORED_RESOURCE.setRevision_history
(REVISION_HISTORY value) AUTHORED_RESOURCE.setTranslationsList
(List<TRANSLATION_DETAILS> theTranslations) Methods in org.hl7.fhir.r5.openehr with parameters of type AUTHORED_RESOURCEModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeAUTHORED_RESOURCE
(String name, AUTHORED_RESOURCE element) protected void
OpenehrXmlParser.composeAUTHORED_RESOURCE
(String name, AUTHORED_RESOURCE element) protected void
OpenehrXmlParser.composeAUTHORED_RESOURCEElements
(AUTHORED_RESOURCE element) protected void
OpenehrJsonParser.composeAUTHORED_RESOURCEProperties
(AUTHORED_RESOURCE element) void
AUTHORED_RESOURCE.copyValues
(AUTHORED_RESOURCE dst) protected boolean
OpenehrXmlParser.parseAUTHORED_RESOURCEContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, AUTHORED_RESOURCE res) protected void
OpenehrJsonParser.parseAUTHORED_RESOURCEProperties
(com.google.gson.JsonObject json, AUTHORED_RESOURCE res) RESOURCE_DESCRIPTION.setParent_resource
(AUTHORED_RESOURCE value) Constructors in org.hl7.fhir.r5.openehr with parameters of type AUTHORED_RESOURCEModifierConstructorDescriptionRESOURCE_DESCRIPTION
(String lifecycle_state, AUTHORED_RESOURCE parent_resource) Constructor