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