Uses of Class
org.hl7.fhir.r4.model.codesystems.SequenceType
-
Packages that use SequenceType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of SequenceType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return SequenceType Modifier and Type Method Description static SequenceTypeSequenceType. fromCode(String codeString)SequenceTypeSequenceTypeEnumFactory. fromCode(String codeString)static SequenceTypeSequenceType. valueOf(String name)Returns the enum constant of this type with the specified name.static SequenceType[]SequenceType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.model.codesystems with parameters of type SequenceType Modifier and Type Method Description StringSequenceTypeEnumFactory. toCode(SequenceType code)StringSequenceTypeEnumFactory. toSystem(SequenceType code)
-