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