
Uses of Class
org.hl7.fhir.r5.openehr.INSTRUCTION_DETAILS
Packages that use INSTRUCTION_DETAILS
-
Uses of INSTRUCTION_DETAILS in org.hl7.fhir.r5.openehr
Fields in org.hl7.fhir.r5.openehr declared as INSTRUCTION_DETAILSModifier and TypeFieldDescriptionprotected INSTRUCTION_DETAILS
ACTION.instruction_details
Details of the Instruction that caused this Action to be performed, if there was one.Methods in org.hl7.fhir.r5.openehr that return INSTRUCTION_DETAILSModifier and TypeMethodDescriptionINSTRUCTION_DETAILS.copy()
ACTION.getInstruction_details()
protected INSTRUCTION_DETAILS
OpenehrJsonParser.parseINSTRUCTION_DETAILS
(com.google.gson.JsonObject json) protected INSTRUCTION_DETAILS
OpenehrXmlParser.parseINSTRUCTION_DETAILS
(org.xmlpull.v1.XmlPullParser xpp) INSTRUCTION_DETAILS.setActivity_id
(String value) INSTRUCTION_DETAILS.setActivity_idElement
(StringType value) INSTRUCTION_DETAILS.setInstruction_id
(LOCATABLE_REF value) INSTRUCTION_DETAILS.setWf_details
(ITEM_STRUCTURE value) protected INSTRUCTION_DETAILS
INSTRUCTION_DETAILS.typedCopy()
Methods in org.hl7.fhir.r5.openehr with parameters of type INSTRUCTION_DETAILSModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeINSTRUCTION_DETAILS
(String name, INSTRUCTION_DETAILS element) protected void
OpenehrXmlParser.composeINSTRUCTION_DETAILS
(String name, INSTRUCTION_DETAILS element) protected void
OpenehrXmlParser.composeINSTRUCTION_DETAILSElements
(INSTRUCTION_DETAILS element) protected void
OpenehrJsonParser.composeINSTRUCTION_DETAILSProperties
(INSTRUCTION_DETAILS element) void
INSTRUCTION_DETAILS.copyValues
(INSTRUCTION_DETAILS dst) protected boolean
OpenehrXmlParser.parseINSTRUCTION_DETAILSContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, INSTRUCTION_DETAILS res) protected void
OpenehrJsonParser.parseINSTRUCTION_DETAILSProperties
(com.google.gson.JsonObject json, INSTRUCTION_DETAILS res) ACTION.setInstruction_details
(INSTRUCTION_DETAILS value)