Uses of Class
com.ibm.fhir.model.type.code.ResearchElementType
-
Packages that use ResearchElementType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of ResearchElementType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return ResearchElementType Modifier and Type Method Description ResearchElementTypeResearchElementDefinition. getType()The type of research element, a population, an exposure, or an outcome.Methods in com.ibm.fhir.model.resource with parameters of type ResearchElementType Modifier and Type Method Description ResearchElementDefinition.BuilderResearchElementDefinition.Builder. type(ResearchElementType type)The type of research element, a population, an exposure, or an outcome. -
Uses of ResearchElementType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as ResearchElementType Modifier and Type Field Description static ResearchElementTypeResearchElementType. EXPOSUREExposurestatic ResearchElementTypeResearchElementType. OUTCOMEOutcomestatic ResearchElementTypeResearchElementType. POPULATIONPopulationMethods in com.ibm.fhir.model.type.code that return ResearchElementType Modifier and Type Method Description ResearchElementTypeResearchElementType.Builder. build()static ResearchElementTypeResearchElementType. of(ResearchElementType.ValueSet value)Factory method for creating ResearchElementType objects from a passed enum value.static ResearchElementTypeResearchElementType. of(String value)Factory method for creating ResearchElementType objects from a passed string value.
-