
Uses of Class
org.hl7.fhir.r5.openehr.ITEM_STRUCTURE
Packages that use ITEM_STRUCTURE
-
Uses of ITEM_STRUCTURE in org.hl7.fhir.r5.openehr
Subclasses of ITEM_STRUCTURE in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
Logical list data structure, where each item has a value and can be referred to by a name and a positional index in the list.class
Logical single value data structure.class
Logical relational database style table data structure, in which columns are named and ordered with respect to each other.class
Logical tree data structure.Fields in org.hl7.fhir.r5.openehr declared as ITEM_STRUCTUREModifier and TypeFieldDescriptionprotected ITEM_STRUCTURE
CAPABILITY.credentials
The qualifications of the performer of the role for this capability.protected ITEM_STRUCTURE
ADMIN_ENTRY.data
Content of the Admin Entry.protected ITEM_STRUCTURE
EVALUATION.data
The data of this evaluation, in the form of a spatial data structure.protected ITEM_STRUCTURE
ACTION.description
Description of the action that has been performed, in the form of an archetyped structure.protected ITEM_STRUCTURE
ACTIVITY.description
Description of the activity, in the form of an archetyped structure.protected ITEM_STRUCTURE
ADDRESS.details
Archetypable structured address.protected ITEM_STRUCTURE
FOLDER.details
Archetypable meta-data for FOLDER.protected ITEM_STRUCTURE
PARTY_IDENTITY.details
The value of the identity.protected ITEM_STRUCTURE
PARTY_RELATIONSHIP.details
The detailed description of the relationship.protected ITEM_STRUCTURE
PARTY.details
All other details for this Party.protected ITEM_STRUCTURE
EVENT_CONTEXT.other_context
Other optional context which will be archetyped.protected ITEM_STRUCTURE
EHR_STATUS.other_details
Any other details of the EHR summary object, in the form of an archetyped ITEM_STRUCTURE.protected ITEM_STRUCTURE
FEEDER_AUDIT_DETAILS.other_details
Optional attribute to carry any custom meta-data.protected ITEM_STRUCTURE
CARE_ENTRY.protocol
Description of the method (i.e. how) the information in this entry was arrived at.protected ITEM_STRUCTURE
EVENT.state
Optional state data for this event.protected ITEM_STRUCTURE
HISTORY.summary
Optional summary data that aggregates, organizes, reduces and transforms the event series.protected ITEM_STRUCTURE
INSTRUCTION_DETAILS.wf_details
Various workflow engine state details, potentially including such things as: condition that fired to cause this Action to be done (with actual variables substituted); list of notifications which actually occurred (with all variables substituted); other workflow engine state.Methods in org.hl7.fhir.r5.openehr that return ITEM_STRUCTUREModifier and TypeMethodDescriptionabstract ITEM_STRUCTURE
ITEM_STRUCTURE.copy()
CAPABILITY.getCredentials()
ADMIN_ENTRY.getData()
EVALUATION.getData()
ACTION.getDescription()
ACTIVITY.getDescription()
ADDRESS.getDetails()
FOLDER.getDetails()
PARTY_IDENTITY.getDetails()
PARTY_RELATIONSHIP.getDetails()
PARTY.getDetails()
EVENT_CONTEXT.getOther_context()
EHR_STATUS.getOther_details()
FEEDER_AUDIT_DETAILS.getOther_details()
CARE_ENTRY.getProtocol()
EVENT.getState()
HISTORY.getSummary()
INSTRUCTION_DETAILS.getWf_details()
protected ITEM_STRUCTURE
OpenehrJsonParser.parseITEM_STRUCTURE
(com.google.gson.JsonObject json) protected ITEM_STRUCTURE
OpenehrXmlParser.parseITEM_STRUCTURE
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type ITEM_STRUCTUREModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeITEM_STRUCTURE
(String name, ITEM_STRUCTURE element) protected void
OpenehrXmlParser.composeITEM_STRUCTURE
(String name, ITEM_STRUCTURE element) protected void
OpenehrXmlParser.composeITEM_STRUCTUREElements
(ITEM_STRUCTURE element) protected void
OpenehrJsonParser.composeITEM_STRUCTUREProperties
(ITEM_STRUCTURE element) void
ITEM_STRUCTURE.copyValues
(ITEM_STRUCTURE dst) protected boolean
OpenehrXmlParser.parseITEM_STRUCTUREContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ITEM_STRUCTURE res) protected void
OpenehrJsonParser.parseITEM_STRUCTUREProperties
(com.google.gson.JsonObject json, ITEM_STRUCTURE res) CAPABILITY.setCredentials
(ITEM_STRUCTURE value) ADMIN_ENTRY.setData
(ITEM_STRUCTURE value) EVALUATION.setData
(ITEM_STRUCTURE value) ACTION.setDescription
(ITEM_STRUCTURE value) ACTIVITY.setDescription
(ITEM_STRUCTURE value) ADDRESS.setDetails
(ITEM_STRUCTURE value) FOLDER.setDetails
(ITEM_STRUCTURE value) PARTY_IDENTITY.setDetails
(ITEM_STRUCTURE value) PARTY_RELATIONSHIP.setDetails
(ITEM_STRUCTURE value) PARTY.setDetails
(ITEM_STRUCTURE value) EVENT_CONTEXT.setOther_context
(ITEM_STRUCTURE value) EHR_STATUS.setOther_details
(ITEM_STRUCTURE value) FEEDER_AUDIT_DETAILS.setOther_details
(ITEM_STRUCTURE value) CARE_ENTRY.setProtocol
(ITEM_STRUCTURE value) EVENT.setState
(ITEM_STRUCTURE value) HISTORY.setSummary
(ITEM_STRUCTURE value) INSTRUCTION_DETAILS.setWf_details
(ITEM_STRUCTURE value) Constructors in org.hl7.fhir.r5.openehr with parameters of type ITEM_STRUCTUREModifierConstructorDescriptionACTION
(DV_DATE_TIME time, ISM_TRANSITION ism_transition, ITEM_STRUCTURE description) ConstructorACTIVITY
(String action_archetype_id, ITEM_STRUCTURE description) ConstructorADDRESS
(ITEM_STRUCTURE details) ConstructorADMIN_ENTRY
(ITEM_STRUCTURE data) ConstructorCAPABILITY
(ITEM_STRUCTURE credentials) ConstructorEVALUATION
(ITEM_STRUCTURE data) Constructor