
Uses of Class
org.hl7.fhir.r5.openehr.DV_PARSABLE
Packages that use DV_PARSABLE
- 
Uses of DV_PARSABLE in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr declared as DV_PARSABLEModifier and TypeFieldDescriptionprotected DV_PARSABLEACTIVITY.timingTiming of the activity, in the form of a parsable string.protected DV_PARSABLEINSTRUCTION.wf_definitionOptional workflow engine executable expression of the Instruction.Methods in org.hl7.fhir.r5.openehr that return DV_PARSABLEModifier and TypeMethodDescriptionDV_PARSABLE.copy()ACTIVITY.getTiming()INSTRUCTION.getWf_definition()protected DV_PARSABLEOpenehrJsonParser.parseDV_PARSABLE(com.google.gson.JsonObject json) protected DV_PARSABLEOpenehrXmlParser.parseDV_PARSABLE(org.xmlpull.v1.XmlPullParser xpp) DV_PARSABLE.setFormalism(String value) DV_PARSABLE.setFormalismElement(StringType value) DV_PARSABLE.setValueElement(StringType value) protected DV_PARSABLEDV_PARSABLE.typedCopy()Methods in org.hl7.fhir.r5.openehr with parameters of type DV_PARSABLEModifier and TypeMethodDescriptionprotected voidOpenehrJsonParser.composeDV_PARSABLE(String name, DV_PARSABLE element) protected voidOpenehrXmlParser.composeDV_PARSABLE(String name, DV_PARSABLE element) protected voidOpenehrXmlParser.composeDV_PARSABLEElements(DV_PARSABLE element) protected voidOpenehrJsonParser.composeDV_PARSABLEProperties(DV_PARSABLE element) voidDV_PARSABLE.copyValues(DV_PARSABLE dst) protected booleanOpenehrXmlParser.parseDV_PARSABLEContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, DV_PARSABLE res) protected voidOpenehrJsonParser.parseDV_PARSABLEProperties(com.google.gson.JsonObject json, DV_PARSABLE res) ACTIVITY.setTiming(DV_PARSABLE value) INSTRUCTION.setWf_definition(DV_PARSABLE value)