
Uses of Class
org.hl7.fhir.r5.openehr.DV_TEXT
Packages that use DV_TEXT
- 
Uses of DV_TEXT in org.hl7.fhir.r5.openehrSubclasses of DV_TEXT in org.hl7.fhir.r5.openehrModifier and TypeClassDescriptionclassA 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_TEXTAUDIT_DETAILS.descriptionReason for committal.protected DV_TEXTPARTICIPATION.functionOptional reference to more detailed demographic or identification information for this party, in an external system.protected DV_TEXTLINK.meaningUsed 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_TEXTREFERENCE_RANGE.meaningTerm whose value indicates the meaning of this range, e.g. normal, critical, therapeutic etc.protected DV_TEXTPATHABLE.nameThis 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_TEXTINSTRUCTION.narrativeMandatory human-readable version of what the Instruction is about.protected DV_TEXTELEMENT.null_reasonOptional specific reason for null value; if set, null_flavour must be set.protected DV_TEXTATTESTATION.reasonReason of this attestation.protected DV_TEXTLINK.typeThe 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.itemsListItems making up the paragraph, each of which is a text item (which may have its own formatting, and/or have hyperlinks).ACTOR.languagesListLanguages which can be used to communicate with this actor, in preferred order of use (if known, else order irrelevant).ISM_TRANSITION.reasonListOptional 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_TEXTOpenehrJsonParser.parseDV_TEXT(com.google.gson.JsonObject json) protected DV_TEXTOpenehrXmlParser.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_TEXTDV_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 voidOpenehrJsonParser.composeDV_TEXT(String name, DV_TEXT element) protected voidOpenehrXmlParser.composeDV_TEXT(String name, DV_TEXT element) protected voidOpenehrXmlParser.composeDV_TEXTElements(DV_TEXT element) protected voidOpenehrJsonParser.composeDV_TEXTProperties(DV_TEXT element) voidDV_TEXT.copyValues(DV_TEXT dst) protected booleanOpenehrXmlParser.parseDV_TEXTContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_TEXT res) protected voidOpenehrJsonParser.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