| Package | Description |
|---|---|
| org.hl7.fhir.r4.model |
| Modifier and Type | Field and Description |
|---|---|
protected Enumeration<Sequence.SequenceType> |
Sequence.type
Amino Acid Sequence/ DNA Sequence / RNA Sequence.
|
| Modifier and Type | Method and Description |
|---|---|
static Sequence.SequenceType |
Sequence.SequenceType.fromCode(String codeString) |
Sequence.SequenceType |
Sequence.SequenceTypeEnumFactory.fromCode(String codeString) |
Sequence.SequenceType |
Sequence.getType() |
static Sequence.SequenceType |
Sequence.SequenceType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static Sequence.SequenceType[] |
Sequence.SequenceType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
Enumeration<Sequence.SequenceType> |
Sequence.SequenceTypeEnumFactory.fromType(Base code) |
Enumeration<Sequence.SequenceType> |
Sequence.getTypeElement() |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
Sequence.setType(Sequence.SequenceType value) |
String |
Sequence.SequenceTypeEnumFactory.toCode(Sequence.SequenceType code) |
String |
Sequence.SequenceTypeEnumFactory.toSystem(Sequence.SequenceType code) |
| Modifier and Type | Method and Description |
|---|---|
Sequence |
Sequence.setTypeElement(Enumeration<Sequence.SequenceType> value) |
Copyright © 2014–2018 University Health Network. All rights reserved.