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