Uses of Class
com.ibm.fhir.model.type.code.QuestionnaireItemType
-
Packages that use QuestionnaireItemType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of QuestionnaireItemType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return QuestionnaireItemType Modifier and Type Method Description QuestionnaireItemTypeQuestionnaire.Item. getType()The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.).Methods in com.ibm.fhir.model.resource with parameters of type QuestionnaireItemType Modifier and Type Method Description Questionnaire.Item.BuilderQuestionnaire.Item.Builder. type(QuestionnaireItemType type)The type of questionnaire item this is - whether text for display, a grouping of other items or a particular type of data to be captured (string, integer, coded choice, etc.). -
Uses of QuestionnaireItemType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as QuestionnaireItemType Modifier and Type Field Description static QuestionnaireItemTypeQuestionnaireItemType. ATTACHMENTAttachmentstatic QuestionnaireItemTypeQuestionnaireItemType. BOOLEANBooleanstatic QuestionnaireItemTypeQuestionnaireItemType. CHOICEChoicestatic QuestionnaireItemTypeQuestionnaireItemType. DATEDatestatic QuestionnaireItemTypeQuestionnaireItemType. DATE_TIMEDate Timestatic QuestionnaireItemTypeQuestionnaireItemType. DECIMALDecimalstatic QuestionnaireItemTypeQuestionnaireItemType. DISPLAYDisplaystatic QuestionnaireItemTypeQuestionnaireItemType. GROUPGroupstatic QuestionnaireItemTypeQuestionnaireItemType. INTEGERIntegerstatic QuestionnaireItemTypeQuestionnaireItemType. OPEN_CHOICEOpen Choicestatic QuestionnaireItemTypeQuestionnaireItemType. QUANTITYQuantitystatic QuestionnaireItemTypeQuestionnaireItemType. QUESTIONQuestionstatic QuestionnaireItemTypeQuestionnaireItemType. REFERENCEReferencestatic QuestionnaireItemTypeQuestionnaireItemType. STRINGStringstatic QuestionnaireItemTypeQuestionnaireItemType. TEXTTextstatic QuestionnaireItemTypeQuestionnaireItemType. TIMETimestatic QuestionnaireItemTypeQuestionnaireItemType. URLUrlMethods in com.ibm.fhir.model.type.code that return QuestionnaireItemType Modifier and Type Method Description QuestionnaireItemTypeQuestionnaireItemType.Builder. build()static QuestionnaireItemTypeQuestionnaireItemType. of(QuestionnaireItemType.ValueSet value)Factory method for creating QuestionnaireItemType objects from a passed enum value.static QuestionnaireItemTypeQuestionnaireItemType. of(String value)Factory method for creating QuestionnaireItemType objects from a passed string value.
-