
Uses of Class
org.hl7.fhir.r5.model.Questionnaire
Packages that use Questionnaire
Package
Description
-
Uses of Questionnaire in org.hl7.fhir.r5.context
Methods in org.hl7.fhir.r5.context that return QuestionnaireMethods in org.hl7.fhir.r5.context with parameters of type QuestionnaireModifier and TypeMethodDescriptionvoidSimpleWorkerContext.setQuestionnaire(Questionnaire questionnaire) -
Uses of Questionnaire in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return QuestionnaireModifier and TypeMethodDescriptionprotected 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 QuestionnaireModifier and TypeMethodDescriptionprotected 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 that return QuestionnaireModifier and TypeMethodDescriptionQuestionnaire.addAuthor(ContactDetail t) Questionnaire.addContact(ContactDetail t) Questionnaire.addDerivedFrom(String value) Questionnaire.addEditor(ContactDetail t) Questionnaire.addEndorser(ContactDetail t) Questionnaire.addIdentifier(Identifier t) Questionnaire.addItem(Questionnaire.QuestionnaireItemComponent t) Questionnaire.addJurisdiction(CodeableConcept t) Questionnaire.addRelatedArtifact(RelatedArtifact t) Questionnaire.addReviewer(ContactDetail t) Questionnaire.addSubjectType(String value) Questionnaire.addTopic(CodeableConcept t) Questionnaire.addUseContext(UsageContext t) Questionnaire.copy()Questionnaire.setApprovalDate(Date value) Questionnaire.setApprovalDateElement(DateType value) Questionnaire.setAuthor(List<ContactDetail> theAuthor) Questionnaire.setContact(List<ContactDetail> theContact) Questionnaire.setCopyright(String value) Questionnaire.setCopyrightElement(MarkdownType value) Questionnaire.setCopyrightLabel(String value) Questionnaire.setCopyrightLabelElement(StringType value) Questionnaire.setDateElement(DateTimeType value) Questionnaire.setDerivedFrom(List<CanonicalType> theDerivedFrom) Questionnaire.setDescription(String value) Questionnaire.setDescriptionElement(MarkdownType value) Questionnaire.setEditor(List<ContactDetail> theEditor) Questionnaire.setEffectivePeriod(Period value) Questionnaire.setEndorser(List<ContactDetail> theEndorser) Questionnaire.setExperimental(boolean value) Questionnaire.setExperimentalElement(BooleanType value) Questionnaire.setIdentifier(List<Identifier> theIdentifier) Questionnaire.setItem(List<Questionnaire.QuestionnaireItemComponent> theItem) Questionnaire.setJurisdiction(List<CodeableConcept> theJurisdiction) Questionnaire.setLastReviewDate(Date value) Questionnaire.setLastReviewDateElement(DateType value) Questionnaire.setNameElement(StringType value) Questionnaire.setPublisher(String value) Questionnaire.setPublisherElement(StringType value) Questionnaire.setPurpose(String value) Questionnaire.setPurposeElement(MarkdownType value) Questionnaire.setRelatedArtifact(List<RelatedArtifact> theRelatedArtifact) Questionnaire.setReviewer(List<ContactDetail> theReviewer) Questionnaire.setStatus(Enumerations.PublicationStatus value) Questionnaire.setStatusElement(Enumeration<Enumerations.PublicationStatus> value) Questionnaire.setSubjectType(List<CodeType> theSubjectType) Questionnaire.setTitleElement(StringType value) Questionnaire.setTopic(List<CodeableConcept> theTopic) Questionnaire.setUrlElement(UriType value) Questionnaire.setUseContext(List<UsageContext> theUseContext) Questionnaire.setVersion(String value) Questionnaire.setVersionAlgorithm(DataType value) Questionnaire.setVersionElement(StringType value) protected QuestionnaireQuestionnaire.typedCopy()Methods in org.hl7.fhir.r5.model with parameters of type Questionnaire -
Uses of Questionnaire in org.hl7.fhir.r5.utils
Methods in org.hl7.fhir.r5.utils that return QuestionnaireModifier and TypeMethodDescriptionQuestionnaireBuilder.getPrebuiltQuestionnaire()QuestionnaireBuilder.getQuestionnaire()Methods in org.hl7.fhir.r5.utils with parameters of type QuestionnaireModifier and TypeMethodDescriptionvoidQuestionnaireBuilder.setPrebuiltQuestionnaire(Questionnaire prebuiltQuestionnaire) voidQuestionnaireBuilder.setQuestionnaire(Questionnaire questionnaire)