Uses of Class
com.ibm.fhir.model.type.code.TestReportStatus.ValueSet
-
Packages that use TestReportStatus.ValueSet Package Description com.ibm.fhir.model.type.code -
-
Uses of TestReportStatus.ValueSet in com.ibm.fhir.model.type.code
Methods in com.ibm.fhir.model.type.code that return TestReportStatus.ValueSet Modifier and Type Method Description static TestReportStatus.ValueSetTestReportStatus.ValueSet. from(String value)Factory method for creating TestReportStatus.ValueSet values from a passed string value.TestReportStatus.ValueSetTestReportStatus. getValueAsEnumConstant()static TestReportStatus.ValueSetTestReportStatus.ValueSet. valueOf(String name)Returns the enum constant of this type with the specified name.static TestReportStatus.ValueSet[]TestReportStatus.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 TestReportStatus.ValueSet Modifier and Type Method Description static TestReportStatusTestReportStatus. of(TestReportStatus.ValueSet value)Factory method for creating TestReportStatus objects from a passed enum value.TestReportStatus.BuilderTestReportStatus.Builder. value(TestReportStatus.ValueSet value)
-