Uses of Enum Class
org.hl7.fhir.r5.model.TestReport.TestReportParticipantType
Packages that use TestReport.TestReportParticipantType
-
Uses of TestReport.TestReportParticipantType in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type TestReport.TestReportParticipantTypeModifier and TypeFieldDescriptionprotected Enumeration<TestReport.TestReportParticipantType>TestReport.TestReportParticipantComponent.typeThe type of participant.Methods in org.hl7.fhir.r5.model that return TestReport.TestReportParticipantTypeModifier and TypeMethodDescriptionTestReport.TestReportParticipantComponent.getType()Returns the enum constant of this class with the specified name.static TestReport.TestReportParticipantType[]TestReport.TestReportParticipantType.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r5.model that return types with arguments of type TestReport.TestReportParticipantTypeModifier and TypeMethodDescriptionTestReport.TestReportParticipantTypeEnumFactory.fromType(PrimitiveType<?> code) TestReport.TestReportParticipantComponent.getTypeElement()Methods in org.hl7.fhir.r5.model with parameters of type TestReport.TestReportParticipantTypeModifier and TypeMethodDescriptionTestReport.TestReportParticipantComponent.setType(TestReport.TestReportParticipantType value) TestReport.TestReportParticipantTypeEnumFactory.toCode(TestReport.TestReportParticipantType code) TestReport.TestReportParticipantTypeEnumFactory.toSystem(TestReport.TestReportParticipantType code) Method parameters in org.hl7.fhir.r5.model with type arguments of type TestReport.TestReportParticipantTypeModifier and TypeMethodDescriptionTestReport.TestReportParticipantComponent.setTypeElement(Enumeration<TestReport.TestReportParticipantType> value) Constructors in org.hl7.fhir.r5.model with parameters of type TestReport.TestReportParticipantTypeModifierConstructorDescriptionConstructor