
Uses of Enum Class
org.hl7.fhir.r4.model.Immunization.ImmunizationStatus
Packages that use Immunization.ImmunizationStatus
-
Uses of Immunization.ImmunizationStatus in org.hl7.fhir.r4.model
Fields in org.hl7.fhir.r4.model with type parameters of type Immunization.ImmunizationStatusModifier and TypeFieldDescriptionprotected Enumeration<Immunization.ImmunizationStatus> Immunization.statusIndicates the current status of the immunization event.Methods in org.hl7.fhir.r4.model that return Immunization.ImmunizationStatusModifier and TypeMethodDescriptionImmunization.getStatus()Returns the enum constant of this class with the specified name.static Immunization.ImmunizationStatus[]Immunization.ImmunizationStatus.values()Returns an array containing the constants of this enum class, in the order they are declared.Methods in org.hl7.fhir.r4.model that return types with arguments of type Immunization.ImmunizationStatusModifier and TypeMethodDescriptionImmunization.ImmunizationStatusEnumFactory.fromType(PrimitiveType<?> code) Immunization.getStatusElement()Methods in org.hl7.fhir.r4.model with parameters of type Immunization.ImmunizationStatusModifier and TypeMethodDescriptionImmunization.setStatus(Immunization.ImmunizationStatus value) Immunization.ImmunizationStatusEnumFactory.toCode(Immunization.ImmunizationStatus code) Immunization.ImmunizationStatusEnumFactory.toSystem(Immunization.ImmunizationStatus code) Method parameters in org.hl7.fhir.r4.model with type arguments of type Immunization.ImmunizationStatusModifier and TypeMethodDescriptionImmunization.setStatusElement(Enumeration<Immunization.ImmunizationStatus> value) Constructor parameters in org.hl7.fhir.r4.model with type arguments of type Immunization.ImmunizationStatusModifierConstructorDescriptionImmunization(Enumeration<Immunization.ImmunizationStatus> status, CodeableConcept vaccineCode, Reference patient, Type occurrence) Constructor