Uses of Class
com.ibm.fhir.model.type.code.TestReportResult.ValueSet
-
Packages that use TestReportResult.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of TestReportResult.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return TestReportResult.ValueSet Modifier and Type Method Description static TestReportResult.ValueSetTestReportResult.ValueSet. from(String value)Factory method for creating TestReportResult.ValueSet values from a passed string value.TestReportResult.ValueSetTestReportResult. getValueAsEnumConstant()static TestReportResult.ValueSetTestReportResult.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static TestReportResult.ValueSet[]TestReportResult.ValueSet. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in com.ibm.fhir.model.type.code with parameters of type TestReportResult.ValueSet Modifier and Type Method Description static TestReportResultTestReportResult. of(TestReportResult.ValueSet value)Factory method for creating TestReportResult objects from a passed enum value.TestReportResult.BuilderTestReportResult.Builder. value(TestReportResult.ValueSet value)
-