
Uses of Class
org.hl7.fhir.r5.openehr.AUTHORED_RESOURCE
Packages that use AUTHORED_RESOURCE
- 
Uses of AUTHORED_RESOURCE in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as AUTHORED_RESOURCEModifier and TypeFieldDescriptionprotected AUTHORED_RESOURCERESOURCE_DESCRIPTION.parent_resourceReference to owning resource.Methods in org.hl7.fhir.r5.openehr that return AUTHORED_RESOURCEModifier and TypeMethodDescriptionAUTHORED_RESOURCE.addTranslations(TRANSLATION_DETAILS t) abstract AUTHORED_RESOURCEAUTHORED_RESOURCE.copy()RESOURCE_DESCRIPTION.getParent_resource()protected AUTHORED_RESOURCEOpenehrJsonParser.parseAUTHORED_RESOURCE(com.google.gson.JsonObject json) protected AUTHORED_RESOURCEOpenehrXmlParser.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 voidOpenehrJsonParser.composeAUTHORED_RESOURCE(String name, AUTHORED_RESOURCE element) protected voidOpenehrXmlParser.composeAUTHORED_RESOURCE(String name, AUTHORED_RESOURCE element) protected voidOpenehrXmlParser.composeAUTHORED_RESOURCEElements(AUTHORED_RESOURCE element) protected voidOpenehrJsonParser.composeAUTHORED_RESOURCEProperties(AUTHORED_RESOURCE element) voidAUTHORED_RESOURCE.copyValues(AUTHORED_RESOURCE dst) protected booleanOpenehrXmlParser.parseAUTHORED_RESOURCEContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, AUTHORED_RESOURCE res) protected voidOpenehrJsonParser.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