
Uses of Class
org.hl7.fhir.r5.openehr.INSTRUCTION_DETAILS
Packages that use INSTRUCTION_DETAILS
- 
Uses of INSTRUCTION_DETAILS in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as INSTRUCTION_DETAILSModifier and TypeFieldDescriptionprotected INSTRUCTION_DETAILSACTION.instruction_detailsDetails 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_DETAILSOpenehrJsonParser.parseINSTRUCTION_DETAILS(com.google.gson.JsonObject json) protected INSTRUCTION_DETAILSOpenehrXmlParser.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_DETAILSINSTRUCTION_DETAILS.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type INSTRUCTION_DETAILSModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeINSTRUCTION_DETAILS(String name, INSTRUCTION_DETAILS element) protected voidOpenehrXmlParser.composeINSTRUCTION_DETAILS(String name, INSTRUCTION_DETAILS element) protected voidOpenehrXmlParser.composeINSTRUCTION_DETAILSElements(INSTRUCTION_DETAILS element) protected voidOpenehrJsonParser.composeINSTRUCTION_DETAILSProperties(INSTRUCTION_DETAILS element) voidINSTRUCTION_DETAILS.copyValues(INSTRUCTION_DETAILS dst) protected booleanOpenehrXmlParser.parseINSTRUCTION_DETAILSContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, INSTRUCTION_DETAILS res) protected voidOpenehrJsonParser.parseINSTRUCTION_DETAILSProperties(com.google.gson.JsonObject json, INSTRUCTION_DETAILS res) ACTION.setInstruction_details(INSTRUCTION_DETAILS value)