
Uses of Class
org.hl7.fhir.r5.openehr.CONTENT_ITEM
Packages that use CONTENT_ITEM
- 
Uses of CONTENT_ITEM in org.hl7.fhir.r5.openehrSubclasses of CONTENT_ITEM in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassUsed to record a clinical action that has been performed, which may have been ad hoc, or due to the execution of an Activity in an Instruction workflow.classEntry subtype for administrative information, i.e. information about setting up the clinical process, but not itself clinically relevant.classThe abstract parent of all clinical ENTRY subtypes.classThe abstract parent of all ENTRY subtypes.classEntry type for evaluation statements.classUsed to specify actions in the future.classEntry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred.classRepresents a heading in a heading structure, or section tree.Fields in org.hl7.fhir.r5.openehr with type parameters of type CONTENT_ITEMModifier and TypeFieldDescriptionprotected List<CONTENT_ITEM> COMPOSITION.contentListThe content of this Composition.protected List<CONTENT_ITEM> SECTION.itemsListOrdered list of content items under this section, which may include: more SECTIONs; ENTRYs.Methods in org.hl7.fhir.r5.openehr that return CONTENT_ITEMModifier and TypeMethodDescriptionabstract CONTENT_ITEMCONTENT_ITEM.copy()protected CONTENT_ITEMOpenehrJsonParser.parseCONTENT_ITEM(com.google.gson.JsonObject json) protected CONTENT_ITEMOpenehrXmlParser.parseCONTENT_ITEM(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr that return types with arguments of type CONTENT_ITEMMethods in org.hl7.fhir.r5.openehr with parameters of type CONTENT_ITEMModifier and TypeMethodDescriptionCOMPOSITION.addContent(CONTENT_ITEM t) SECTION.addItems(CONTENT_ITEM t) protected voidOpenehrJsonParser.composeCONTENT_ITEM(String name, CONTENT_ITEM element) protected voidOpenehrXmlParser.composeCONTENT_ITEM(String name, CONTENT_ITEM element) protected voidOpenehrXmlParser.composeCONTENT_ITEMElements(CONTENT_ITEM element) protected voidOpenehrJsonParser.composeCONTENT_ITEMProperties(CONTENT_ITEM element) voidCONTENT_ITEM.copyValues(CONTENT_ITEM dst) protected booleanOpenehrXmlParser.parseCONTENT_ITEMContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, CONTENT_ITEM res) protected voidOpenehrJsonParser.parseCONTENT_ITEMProperties(com.google.gson.JsonObject json, CONTENT_ITEM res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type CONTENT_ITEMModifier and TypeMethodDescriptionCOMPOSITION.setContentList(List<CONTENT_ITEM> theContent) SECTION.setItemsList(List<CONTENT_ITEM> theItems)