Uses of Class
org.hl7.fhir.r4.model.codesystems.StrandType
-
Packages that use StrandType Package Description org.hl7.fhir.r4.model.codesystems -
-
Uses of StrandType in org.hl7.fhir.r4.model.codesystems
Methods in org.hl7.fhir.r4.model.codesystems that return StrandType Modifier and Type Method Description static StrandTypeStrandType. fromCode(String codeString)StrandTypeStrandTypeEnumFactory. fromCode(String codeString)static StrandTypeStrandType. valueOf(String name)Returns the enum constant of this type with the specified name.static StrandType[]StrandType. 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 StrandType Modifier and Type Method Description StringStrandTypeEnumFactory. toCode(StrandType code)StringStrandTypeEnumFactory. toSystem(StrandType code)
-