Uses of Class
org.hl7.fhir.r5.model.Questionnaire
-
Packages that use Questionnaire Package Description org.hl7.fhir.r5.context org.hl7.fhir.r5.formats org.hl7.fhir.r5.model org.hl7.fhir.r5.renderers org.hl7.fhir.r5.utils -
-
Uses of Questionnaire in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return Questionnaire Modifier and Type Method Description QuestionnaireSimpleWorkerContext. getQuestionnaire()Methods in org.hl7.fhir.r5.context with parameters of type Questionnaire Modifier and Type Method Description voidSimpleWorkerContext. setQuestionnaire(Questionnaire questionnaire) -
Uses of Questionnaire in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return Questionnaire Modifier and Type Method Description protected QuestionnaireJsonParser. parseQuestionnaire(com.google.gson.JsonObject json)protected QuestionnaireXmlParser. parseQuestionnaire(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.r5.formats with parameters of type Questionnaire Modifier and Type Method Description protected voidJsonParser. composeQuestionnaire(String name, Questionnaire element)protected voidRdfParser. composeQuestionnaire(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, Questionnaire element, int index)protected voidXmlParser. composeQuestionnaire(String name, Questionnaire element)protected voidXmlParser. composeQuestionnaireElements(Questionnaire element)protected voidJsonParser. composeQuestionnaireProperties(Questionnaire element)protected booleanXmlParser. parseQuestionnaireContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Questionnaire res)protected voidJsonParser. parseQuestionnaireProperties(com.google.gson.JsonObject json, Questionnaire res) -
Uses of Questionnaire in org.hl7.fhir.r5.model
Methods in org.hl7.fhir.r5.model with parameters of type Questionnaire Modifier and Type Method Description voidQuestionnaire. copyValues(Questionnaire dst) -
Uses of Questionnaire in org.hl7.fhir.r5.renderers
Methods in org.hl7.fhir.r5.renderers with parameters of type Questionnaire Modifier and Type Method Description StringQuestionnaireRenderer. display(Questionnaire q)booleanQuestionnaireRenderer. render(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Questionnaire q)booleanQuestionnaireRenderer. renderForm(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Questionnaire q)booleanQuestionnaireRenderer. renderTree(org.hl7.fhir.utilities.xhtml.XhtmlNode x, Questionnaire q) -
Uses of Questionnaire in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return Questionnaire Modifier and Type Method Description QuestionnaireQuestionnaireBuilder. getPrebuiltQuestionnaire()QuestionnaireQuestionnaireBuilder. getQuestionnaire()Methods in org.hl7.fhir.r5.utils with parameters of type Questionnaire Modifier and Type Method Description voidQuestionnaireBuilder. setPrebuiltQuestionnaire(Questionnaire prebuiltQuestionnaire)voidQuestionnaireBuilder. setQuestionnaire(Questionnaire questionnaire)
-