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