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