Uses of Class
org.hl7.fhir.dstu2016may.model.codesystems.ProtocolStatus
-
Packages that use ProtocolStatus Package Description org.hl7.fhir.dstu2016may.model.codesystems -
-
Uses of ProtocolStatus in org.hl7.fhir.dstu2016may.model.codesystems
Methods in org.hl7.fhir.dstu2016may.model.codesystems that return ProtocolStatus Modifier and Type Method Description static ProtocolStatusProtocolStatus. fromCode(String codeString)ProtocolStatusProtocolStatusEnumFactory. fromCode(String codeString)static ProtocolStatusProtocolStatus. valueOf(String name)Returns the enum constant of this type with the specified name.static ProtocolStatus[]ProtocolStatus. values()Returns an array containing the constants of this enum type, in the order they are declared.Methods in org.hl7.fhir.dstu2016may.model.codesystems with parameters of type ProtocolStatus Modifier and Type Method Description StringProtocolStatusEnumFactory. toCode(ProtocolStatus code)StringProtocolStatusEnumFactory. toSystem(ProtocolStatus code)
-