| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<TestReport.TestReportParticipantType> |
TestReport.TestReportParticipantComponent.type
The type of participant.
|
| Modifier and Type | Method and Description |
|---|---|
static TestReport.TestReportParticipantType |
TestReport.TestReportParticipantType.fromCode(String codeString) |
TestReport.TestReportParticipantType |
TestReport.TestReportParticipantTypeEnumFactory.fromCode(String codeString) |
TestReport.TestReportParticipantType |
TestReport.TestReportParticipantComponent.getType() |
static TestReport.TestReportParticipantType |
TestReport.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.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<TestReport.TestReportParticipantType> |
TestReport.TestReportParticipantTypeEnumFactory.fromType(Base code) |
Enumeration<TestReport.TestReportParticipantType> |
TestReport.TestReportParticipantComponent.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
TestReport.TestReportParticipantComponent |
TestReport.TestReportParticipantComponent.setType(TestReport.TestReportParticipantType value) |
String |
TestReport.TestReportParticipantTypeEnumFactory.toCode(TestReport.TestReportParticipantType code) |
String |
TestReport.TestReportParticipantTypeEnumFactory.toSystem(TestReport.TestReportParticipantType code) |
| Modifier and Type | Method and Description |
|---|---|
TestReport.TestReportParticipantComponent |
TestReport.TestReportParticipantComponent.setTypeElement(Enumeration<TestReport.TestReportParticipantType> value) |
| Constructor and Description |
|---|
TestReportParticipantComponent(Enumeration<TestReport.TestReportParticipantType> type,
UriType uri)
Constructor
|
Copyright © 2014–2021 Health Level 7. All rights reserved.