Uses of Class
com.ibm.fhir.model.type.code.EvidenceVariableType
-
Packages that use EvidenceVariableType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of EvidenceVariableType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return EvidenceVariableType Modifier and Type Method Description EvidenceVariableTypeEvidenceVariable. getType()The type of evidence element, a population, an exposure, or an outcome.Methods in com.ibm.fhir.model.resource with parameters of type EvidenceVariableType Modifier and Type Method Description EvidenceVariable.BuilderEvidenceVariable.Builder. type(EvidenceVariableType type)The type of evidence element, a population, an exposure, or an outcome. -
Uses of EvidenceVariableType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as EvidenceVariableType Modifier and Type Field Description static EvidenceVariableTypeEvidenceVariableType. CONTINUOUSContinuousstatic EvidenceVariableTypeEvidenceVariableType. DESCRIPTIVEDescriptivestatic EvidenceVariableTypeEvidenceVariableType. DICHOTOMOUSDichotomousMethods in com.ibm.fhir.model.type.code that return EvidenceVariableType Modifier and Type Method Description EvidenceVariableTypeEvidenceVariableType.Builder. build()static EvidenceVariableTypeEvidenceVariableType. of(EvidenceVariableType.ValueSet value)Factory method for creating EvidenceVariableType objects from a passed enum value.static EvidenceVariableTypeEvidenceVariableType. of(String value)Factory method for creating EvidenceVariableType objects from a passed string value.
-