
Uses of Class
org.hl7.fhir.r5.openehr.CONTENT_ITEM
Packages that use CONTENT_ITEM
-
Uses of CONTENT_ITEM in org.hl7.fhir.r5.openehr
Subclasses of CONTENT_ITEM in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Used 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.class
Entry subtype for administrative information, i.e. information about setting up the clinical process, but not itself clinically relevant.class
The abstract parent of all clinical ENTRY subtypes.class
The abstract parent of all ENTRY subtypes.class
Entry type for evaluation statements.class
Used to specify actions in the future.class
Entry subtype for all clinical data in the past or present, i.e. which (by the time it is recorded) has already occurred.class
Represents 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.contentList
The content of this Composition.protected List
<CONTENT_ITEM> SECTION.itemsList
Ordered 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_ITEM
CONTENT_ITEM.copy()
protected CONTENT_ITEM
OpenehrJsonParser.parseCONTENT_ITEM
(com.google.gson.JsonObject json) protected CONTENT_ITEM
OpenehrXmlParser.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 void
OpenehrJsonParser.composeCONTENT_ITEM
(String name, CONTENT_ITEM element) protected void
OpenehrXmlParser.composeCONTENT_ITEM
(String name, CONTENT_ITEM element) protected void
OpenehrXmlParser.composeCONTENT_ITEMElements
(CONTENT_ITEM element) protected void
OpenehrJsonParser.composeCONTENT_ITEMProperties
(CONTENT_ITEM element) void
CONTENT_ITEM.copyValues
(CONTENT_ITEM dst) protected boolean
OpenehrXmlParser.parseCONTENT_ITEMContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, CONTENT_ITEM res) protected void
OpenehrJsonParser.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)