
Uses of Class
ca.uhn.fhir.model.dstu2.resource.Questionnaire
Packages that use Questionnaire
-
Uses of Questionnaire in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return QuestionnaireModifier and TypeMethodDescriptionQuestionnaire.addIdentifier
(IdentifierDt theValue) Adds a given new value for identifier (id)Questionnaire.addTelecom
(ContactPointDt theValue) Adds a given new value for telecom ()Questionnaire.setDate
(ca.uhn.fhir.model.primitive.DateTimeDt theValue) Sets the value(s) for date (when.recorded)Sets the value for date (when.recorded)Questionnaire.setDateWithSecondsPrecision
(Date theDate) Sets the value for date (when.recorded)Questionnaire.setGroup
(Questionnaire.Group theValue) Sets the value(s) for group ()Questionnaire.setIdentifier
(List<IdentifierDt> theValue) Sets the value(s) for identifier (id)Questionnaire.setPublisher
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for publisher (who.witness)Questionnaire.setPublisher
(String theString) Sets the value for publisher (who.witness)Questionnaire.setStatus
(QuestionnaireStatusEnum theValue) Sets the value(s) for status (status)Questionnaire.setStatus
(ca.uhn.fhir.model.primitive.BoundCodeDt<QuestionnaireStatusEnum> theValue) Sets the value(s) for status (status)Questionnaire.setSubjectType
(ResourceTypeEnum theValue) Sets the value(s), and clears any existing value(s) for subjectType ()Questionnaire.setSubjectType
(List<ca.uhn.fhir.model.primitive.BoundCodeDt<ResourceTypeEnum>> theValue) Sets the value(s) for subjectType ()Questionnaire.setTelecom
(List<ContactPointDt> theValue) Sets the value(s) for telecom ()Questionnaire.setVersion
(ca.uhn.fhir.model.primitive.StringDt theValue) Sets the value(s) for version (id.version)Questionnaire.setVersion
(String theString) Sets the value for version (id.version)