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