
Uses of Class
org.hl7.fhir.r5.openehr.ENTRY
Packages that use ENTRY
- 
Uses of ENTRY in org.hl7.fhir.r5.openehrSubclasses of ENTRY 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.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.Methods in org.hl7.fhir.r5.openehr that return ENTRYModifier and TypeMethodDescriptionENTRY.addOther_participations(PARTICIPATION t) abstract ENTRYENTRY.copy()protected ENTRYOpenehrJsonParser.parseENTRY(com.google.gson.JsonObject json) protected ENTRYOpenehrXmlParser.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 voidOpenehrJsonParser.composeENTRY(String name, ENTRY element) protected voidOpenehrXmlParser.composeENTRY(String name, ENTRY element) protected voidOpenehrXmlParser.composeENTRYElements(ENTRY element) protected voidOpenehrJsonParser.composeENTRYProperties(ENTRY element) voidENTRY.copyValues(ENTRY dst) protected booleanOpenehrXmlParser.parseENTRYContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ENTRY res) protected voidOpenehrJsonParser.parseENTRYProperties(com.google.gson.JsonObject json, ENTRY res)