Uses of Class
org.hl7.fhir.r4.model.TestReport.TestReportParticipantType
-
Packages that use TestReport.TestReportParticipantType Package Description org.hl7.fhir.r4.model -
-
Uses of TestReport.TestReportParticipantType in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type TestReport.TestReportParticipantType Modifier and Type Field Description protected Enumeration<TestReport.TestReportParticipantType>TestReport.TestReportParticipantComponent. typeThe type of participant.Methods in org.hl7.fhir.r4.model that return TestReport.TestReportParticipantType Modifier and Type Method Description static TestReport.TestReportParticipantTypeTestReport.TestReportParticipantType. fromCode(String codeString)TestReport.TestReportParticipantTypeTestReport.TestReportParticipantTypeEnumFactory. fromCode(String codeString)TestReport.TestReportParticipantTypeTestReport.TestReportParticipantComponent. getType()static TestReport.TestReportParticipantTypeTestReport.TestReportParticipantType. valueOf(String name)Returns the enum constant of this type with the specified name.static TestReport.TestReportParticipantType[]TestReport.TestReportParticipantType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type TestReport.TestReportParticipantType Modifier and Type Method Description Enumeration<TestReport.TestReportParticipantType>TestReport.TestReportParticipantTypeEnumFactory. fromType(Base code)Enumeration<TestReport.TestReportParticipantType>TestReport.TestReportParticipantComponent. getTypeElement()Methods in org.hl7.fhir.r4.model with parameters of type TestReport.TestReportParticipantType Modifier and Type Method Description TestReport.TestReportParticipantComponentTestReport.TestReportParticipantComponent. setType(TestReport.TestReportParticipantType value)StringTestReport.TestReportParticipantTypeEnumFactory. toCode(TestReport.TestReportParticipantType code)StringTestReport.TestReportParticipantTypeEnumFactory. toSystem(TestReport.TestReportParticipantType code)Method parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportParticipantType Modifier and Type Method Description TestReport.TestReportParticipantComponentTestReport.TestReportParticipantComponent. setTypeElement(Enumeration<TestReport.TestReportParticipantType> value)Constructor parameters in org.hl7.fhir.r4.model with type arguments of type TestReport.TestReportParticipantType Constructor Description TestReportParticipantComponent(Enumeration<TestReport.TestReportParticipantType> type, UriType uri)Constructor
-