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