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