Uses of Class
software.amazon.awssdk.services.comprehendmedical.model.ICD10CMRelationshipType
-
Packages that use ICD10CMRelationshipType Package Description software.amazon.awssdk.services.comprehendmedical.model -
-
Uses of ICD10CMRelationshipType in software.amazon.awssdk.services.comprehendmedical.model
Methods in software.amazon.awssdk.services.comprehendmedical.model that return ICD10CMRelationshipType Modifier and Type Method Description static ICD10CMRelationshipTypeICD10CMRelationshipType. fromValue(String value)Use this in place of valueOf to convert the raw string returned by the service into the enum value.ICD10CMRelationshipTypeICD10CMAttribute. relationshipType()The type of relationship between the entity and attribute.static ICD10CMRelationshipTypeICD10CMRelationshipType. valueOf(String name)Returns the enum constant of this type with the specified name.static ICD10CMRelationshipType[]ICD10CMRelationshipType. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in software.amazon.awssdk.services.comprehendmedical.model that return types with arguments of type ICD10CMRelationshipType Modifier and Type Method Description static Set<ICD10CMRelationshipType>ICD10CMRelationshipType. knownValues()Methods in software.amazon.awssdk.services.comprehendmedical.model with parameters of type ICD10CMRelationshipType Modifier and Type Method Description ICD10CMAttribute.BuilderICD10CMAttribute.Builder. relationshipType(ICD10CMRelationshipType relationshipType)The type of relationship between the entity and attribute.
-