
Uses of Class
org.hl7.fhir.r5.openehr.ENTRY
Packages that use ENTRY
-
Uses of ENTRY in org.hl7.fhir.r5.openehr
Subclasses of ENTRY 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
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.Methods in org.hl7.fhir.r5.openehr that return ENTRYModifier and TypeMethodDescriptionENTRY.addOther_participations
(PARTICIPATION t) abstract ENTRY
ENTRY.copy()
protected ENTRY
OpenehrJsonParser.parseENTRY
(com.google.gson.JsonObject json) protected ENTRY
OpenehrXmlParser.parseENTRY
(org.xmlpull.v1.XmlPullParser xpp) ENTRY.setEncoding
(CODE_PHRASE value) ENTRY.setLanguage
(CODE_PHRASE value) ENTRY.setOther_participationsList
(List<PARTICIPATION> theOther_participations) ENTRY.setProvider
(PARTY_PROXY value) ENTRY.setSubject
(PARTY_PROXY value) ENTRY.setWorkflow_id
(OBJECT_REF value) Methods in org.hl7.fhir.r5.openehr with parameters of type ENTRYModifier and TypeMethodDescriptionprotected void
OpenehrJsonParser.composeENTRY
(String name, ENTRY element) protected void
OpenehrXmlParser.composeENTRY
(String name, ENTRY element) protected void
OpenehrXmlParser.composeENTRYElements
(ENTRY element) protected void
OpenehrJsonParser.composeENTRYProperties
(ENTRY element) void
ENTRY.copyValues
(ENTRY dst) protected boolean
OpenehrXmlParser.parseENTRYContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, ENTRY res) protected void
OpenehrJsonParser.parseENTRYProperties
(com.google.gson.JsonObject json, ENTRY res)