Uses of Class
org.hl7.fhir.r4.terminologies.CodeSystemUtilities.ConceptStatus
-
Packages that use CodeSystemUtilities.ConceptStatus Package Description org.hl7.fhir.r4.terminologies -
-
Uses of CodeSystemUtilities.ConceptStatus in org.hl7.fhir.r4.terminologies
Methods in org.hl7.fhir.r4.terminologies that return CodeSystemUtilities.ConceptStatus Modifier and Type Method Description static CodeSystemUtilities.ConceptStatusCodeSystemUtilities.ConceptStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static CodeSystemUtilities.ConceptStatus[]CodeSystemUtilities.ConceptStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.r4.terminologies with parameters of type CodeSystemUtilities.ConceptStatus Modifier and Type Method Description static voidCodeSystemUtilities. setStatus(CodeSystem cs, CodeSystem.ConceptDefinitionComponent concept, CodeSystemUtilities.ConceptStatus status)
-