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