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