
Uses of Class
org.hl7.fhir.r5.openehr.WebTemplateInput
Packages that use WebTemplateInput
- 
Uses of WebTemplateInput in org.hl7.fhir.r5.openehrFields in org.hl7.fhir.r5.openehr with type parameters of type WebTemplateInputMethods in org.hl7.fhir.r5.openehr that return WebTemplateInputModifier and TypeMethodDescriptionWebTemplateItem.addInputs()WebTemplateInput.addList(WebTemplateInputListItem t) WebTemplateInput.copy()WebTemplateItem.getInputsFirstRep()protected WebTemplateInputOpenehrJsonParser.parseWebTemplateInput(com.google.gson.JsonObject json) protected WebTemplateInputOpenehrXmlParser.parseWebTemplateInput(org.xmlpull.v1.XmlPullParser xpp) WebTemplateInput.setDefaultValue(DataType value) WebTemplateInput.setListList(List<WebTemplateInputListItem> theList) WebTemplateInput.setListOpen(boolean value) WebTemplateInput.setListOpenElement(BooleanType value) WebTemplateInput.setSuffixElement(StringType value) WebTemplateInput.setTerminology(String value) WebTemplateInput.setTerminologyElement(CodeType value) WebTemplateInput.setTypeElement(CodeType value) WebTemplateInput.setValidation(WebTemplateInputValidation value) protected WebTemplateInputWebTemplateInput.typedCopy()Methods in org.hl7.fhir.r5.openehr that return types with arguments of type WebTemplateInputMethods in org.hl7.fhir.r5.openehr with parameters of type WebTemplateInputModifier and TypeMethodDescriptionWebTemplateItem.addInputs(WebTemplateInput t) protected voidOpenehrJsonParser.composeWebTemplateInput(String name, WebTemplateInput element) protected voidOpenehrXmlParser.composeWebTemplateInput(String name, WebTemplateInput element) protected voidOpenehrXmlParser.composeWebTemplateInputElements(WebTemplateInput element) protected voidOpenehrJsonParser.composeWebTemplateInputProperties(WebTemplateInput element) voidWebTemplateInput.copyValues(WebTemplateInput dst) protected booleanOpenehrXmlParser.parseWebTemplateInputContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, WebTemplateInput res) protected voidOpenehrJsonParser.parseWebTemplateInputProperties(com.google.gson.JsonObject json, WebTemplateInput res) Method parameters in org.hl7.fhir.r5.openehr with type arguments of type WebTemplateInputModifier and TypeMethodDescriptionWebTemplateItem.setInputsList(List<WebTemplateInput> theInputs)