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