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