
Uses of Class
org.hl7.fhir.r5.openehr.ITEM_STRUCTURE
Packages that use ITEM_STRUCTURE
- 
Uses of ITEM_STRUCTURE in org.hl7.fhir.r5.openehrSubclasses of ITEM_STRUCTURE in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassLogical list data structure, where each item has a value and can be referred to by a name and a positional index in the list.classLogical single value data structure.classLogical relational database style table data structure, in which columns are named and ordered with respect to each other.classLogical tree data structure.Fields in org.hl7.fhir.r5.openehr declared as ITEM_STRUCTUREModifier and TypeFieldDescriptionprotected ITEM_STRUCTURECAPABILITY.credentialsThe qualifications of the performer of the role for this capability.protected ITEM_STRUCTUREADMIN_ENTRY.dataContent of the Admin Entry.protected ITEM_STRUCTUREEVALUATION.dataThe data of this evaluation, in the form of a spatial data structure.protected ITEM_STRUCTUREACTION.descriptionDescription of the action that has been performed, in the form of an archetyped structure.protected ITEM_STRUCTUREACTIVITY.descriptionDescription of the activity, in the form of an archetyped structure.protected ITEM_STRUCTUREADDRESS.detailsArchetypable structured address.protected ITEM_STRUCTUREFOLDER.detailsArchetypable meta-data for FOLDER.protected ITEM_STRUCTUREPARTY_IDENTITY.detailsThe value of the identity.protected ITEM_STRUCTUREPARTY_RELATIONSHIP.detailsThe detailed description of the relationship.protected ITEM_STRUCTUREPARTY.detailsAll other details for this Party.protected ITEM_STRUCTUREEVENT_CONTEXT.other_contextOther optional context which will be archetyped.protected ITEM_STRUCTUREEHR_STATUS.other_detailsAny other details of the EHR summary object, in the form of an archetyped ITEM_STRUCTURE.protected ITEM_STRUCTUREFEEDER_AUDIT_DETAILS.other_detailsOptional attribute to carry any custom meta-data.protected ITEM_STRUCTURECARE_ENTRY.protocolDescription of the method (i.e. how) the information in this entry was arrived at.protected ITEM_STRUCTUREEVENT.stateOptional state data for this event.protected ITEM_STRUCTUREHISTORY.summaryOptional summary data that aggregates, organizes, reduces and transforms the event series.protected ITEM_STRUCTUREINSTRUCTION_DETAILS.wf_detailsVarious 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_STRUCTUREITEM_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_STRUCTUREOpenehrJsonParser.parseITEM_STRUCTURE(com.google.gson.JsonObject json) protected ITEM_STRUCTUREOpenehrXmlParser.parseITEM_STRUCTURE(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.openehr with parameters of type ITEM_STRUCTUREModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeITEM_STRUCTURE(String name, ITEM_STRUCTURE element) protected voidOpenehrXmlParser.composeITEM_STRUCTURE(String name, ITEM_STRUCTURE element) protected voidOpenehrXmlParser.composeITEM_STRUCTUREElements(ITEM_STRUCTURE element) protected voidOpenehrJsonParser.composeITEM_STRUCTUREProperties(ITEM_STRUCTURE element) voidITEM_STRUCTURE.copyValues(ITEM_STRUCTURE dst) protected booleanOpenehrXmlParser.parseITEM_STRUCTUREContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ITEM_STRUCTURE res) protected voidOpenehrJsonParser.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