
Uses of Class
org.hl7.fhir.r5.openehr.DV_TEXT
Packages that use DV_TEXT
-
Uses of DV_TEXT in org.hl7.fhir.r5.openehr
Subclasses of DV_TEXT in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclass
A text item whose value must be the rubric from a controlled terminology, the key (i.e. the 'code') of which is the defining_code attribute.Fields in org.hl7.fhir.r5.openehr declared as DV_TEXTModifier and TypeFieldDescriptionprotected DV_TEXT
AUDIT_DETAILS.description
Reason for committal.protected DV_TEXT
PARTICIPATION.function
Optional reference to more detailed demographic or identification information for this party, in an external system.protected DV_TEXT
LINK.meaning
Used to describe the relationship, usually in clinical terms, such as in response to (the relationship between test results and an order), follow-up to and so on.protected DV_TEXT
REFERENCE_RANGE.meaning
Term whose value indicates the meaning of this range, e.g. normal, critical, therapeutic etc.protected DV_TEXT
PATHABLE.name
This is the term provided via a clinical application or batch process to name this EHR construct: its retention in the EHR faithfully preserves the original label by which this entry was known to end users.protected DV_TEXT
INSTRUCTION.narrative
Mandatory human-readable version of what the Instruction is about.protected DV_TEXT
ELEMENT.null_reason
Optional specific reason for null value; if set, null_flavour must be set.protected DV_TEXT
ATTESTATION.reason
Reason of this attestation.protected DV_TEXT
LINK.type
The type attribute is used to indicate a clinical or domain-level meaning for the kind of link, for example problem or issue .Fields in org.hl7.fhir.r5.openehr with type parameters of type DV_TEXTModifier and TypeFieldDescriptionDV_PARAGRAPH.itemsList
Items making up the paragraph, each of which is a text item (which may have its own formatting, and/or have hyperlinks).ACTOR.languagesList
Languages which can be used to communicate with this actor, in preferred order of use (if known, else order irrelevant).ISM_TRANSITION.reasonList
Optional possibility of adding one or more reasons for this careflow step having been taken.Methods in org.hl7.fhir.r5.openehr that return DV_TEXTModifier and TypeMethodDescriptionDV_PARAGRAPH.addItems()
ACTOR.addLanguages()
DV_TEXT.addMappings
(TERM_MAPPING t) ISM_TRANSITION.addReason()
DV_TEXT.copy()
AUDIT_DETAILS.getDescription()
PARTICIPATION.getFunction()
DV_PARAGRAPH.getItemsFirstRep()
ACTOR.getLanguagesFirstRep()
LINK.getMeaning()
REFERENCE_RANGE.getMeaning()
PATHABLE.getName()
INSTRUCTION.getNarrative()
ELEMENT.getNull_reason()
ATTESTATION.getReason()
ISM_TRANSITION.getReasonFirstRep()
LINK.getType()
protected DV_TEXT
OpenehrJsonParser.parseDV_TEXT
(com.google.gson.JsonObject json) protected DV_TEXT
OpenehrXmlParser.parseDV_TEXT
(org.xmlpull.v1.XmlPullParser xpp) DV_TEXT.setEncoding
(CODE_PHRASE value) DV_TEXT.setFormatting
(String value) DV_TEXT.setFormattingElement
(StringType value) DV_TEXT.setHyperlink
(DV_URI value) DV_TEXT.setLanguage
(CODE_PHRASE value) DV_TEXT.setMappingsList
(List<TERM_MAPPING> theMappings) DV_TEXT.setValueElement
(StringType value) protected DV_TEXT
DV_TEXT.typedCopy()
Methods in org.hl7.fhir.r5.openehr that return types with arguments of type DV_TEXTModifier and TypeMethodDescriptionDV_PARAGRAPH.getItemsList()
ACTOR.getLanguagesList()
ISM_TRANSITION.getReasonList()
Methods in org.hl7.fhir.r5.openehr with parameters of type DV_TEXTModifier and TypeMethodDescriptionACTOR.addLanguages
(DV_TEXT t) protected void
OpenehrJsonParser.composeDV_TEXT
(String name, DV_TEXT element) protected void
OpenehrXmlParser.composeDV_TEXT
(String name, DV_TEXT element) protected void
OpenehrXmlParser.composeDV_TEXTElements
(DV_TEXT element) protected void
OpenehrJsonParser.composeDV_TEXTProperties
(DV_TEXT element) void
DV_TEXT.copyValues
(DV_TEXT dst) protected boolean
OpenehrXmlParser.parseDV_TEXTContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_TEXT res) protected void
OpenehrJsonParser.parseDV_TEXTProperties
(com.google.gson.JsonObject json, DV_TEXT res) AUDIT_DETAILS.setDescription
(DV_TEXT value) PARTICIPATION.setFunction
(DV_TEXT value) LINK.setMeaning
(DV_TEXT value) REFERENCE_RANGE.setMeaning
(DV_TEXT value) INSTRUCTION.setNarrative
(DV_TEXT value) ELEMENT.setNull_reason
(DV_TEXT value) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type DV_TEXTModifier and TypeMethodDescriptionDV_PARAGRAPH.setItemsList
(List<DV_TEXT> theItems) ACTOR.setLanguagesList
(List<DV_TEXT> theLanguages) ISM_TRANSITION.setReasonList
(List<DV_TEXT> theReason) Constructors in org.hl7.fhir.r5.openehr with parameters of type DV_TEXTModifierConstructorDescriptionATTESTATION
(DV_TEXT reason, boolean is_pending) ConstructorINSTRUCTION
(DV_TEXT narrative) ConstructorLINK
(DV_TEXT meaning, DV_TEXT type, DV_EHR_URI target) ConstructorPARTICIPATION
(DV_TEXT function, PARTY_PROXY performer) ConstructorConstructorREFERENCE_RANGE
(DV_TEXT meaning, DV_INTERVAL range) Constructor