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