Uses of Class
com.ibm.fhir.model.type.code.TestReportParticipantType
-
Packages that use TestReportParticipantType Package Description com.ibm.fhir.model.resource com.ibm.fhir.model.type.code -
-
Uses of TestReportParticipantType in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return TestReportParticipantType Modifier and Type Method Description TestReportParticipantTypeTestReport.Participant. getType()The type of participant.Methods in com.ibm.fhir.model.resource with parameters of type TestReportParticipantType Modifier and Type Method Description TestReport.Participant.BuilderTestReport.Participant.Builder. type(TestReportParticipantType type)The type of participant. -
Uses of TestReportParticipantType in com.ibm.fhir.model.type.code
Fields in com.ibm.fhir.model.type.code declared as TestReportParticipantType Modifier and Type Field Description static TestReportParticipantTypeTestReportParticipantType. CLIENTClientstatic TestReportParticipantTypeTestReportParticipantType. SERVERServerstatic TestReportParticipantTypeTestReportParticipantType. TEST_ENGINETest EngineMethods in com.ibm.fhir.model.type.code that return TestReportParticipantType Modifier and Type Method Description TestReportParticipantTypeTestReportParticipantType.Builder. build()static TestReportParticipantTypeTestReportParticipantType. of(TestReportParticipantType.ValueSet value)Factory method for creating TestReportParticipantType objects from a passed enum value.static TestReportParticipantTypeTestReportParticipantType. of(String value)Factory method for creating TestReportParticipantType objects from a passed string value.
-