Uses of Class
org.linuxforhealth.fhir.model.resource.Immunization.ProtocolApplied
-
Packages that use Immunization.ProtocolApplied Package Description org.linuxforhealth.fhir.model.resource -
-
Uses of Immunization.ProtocolApplied in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return Immunization.ProtocolApplied Modifier and Type Method Description Immunization.ProtocolAppliedImmunization.ProtocolApplied.Builder. build()Build theImmunization.ProtocolAppliedMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type Immunization.ProtocolApplied Modifier and Type Method Description java.util.List<Immunization.ProtocolApplied>Immunization. getProtocolApplied()The protocol (set of recommendations) being followed by the provider who administered the dose.Methods in org.linuxforhealth.fhir.model.resource with parameters of type Immunization.ProtocolApplied Modifier and Type Method Description protected Immunization.ProtocolApplied.BuilderImmunization.ProtocolApplied.Builder. from(Immunization.ProtocolApplied protocolApplied)Immunization.BuilderImmunization.Builder. protocolApplied(Immunization.ProtocolApplied... protocolApplied)The protocol (set of recommendations) being followed by the provider who administered the dose.protected voidImmunization.ProtocolApplied.Builder. validate(Immunization.ProtocolApplied protocolApplied)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type Immunization.ProtocolApplied Modifier and Type Method Description Immunization.BuilderImmunization.Builder. protocolApplied(java.util.Collection<Immunization.ProtocolApplied> protocolApplied)The protocol (set of recommendations) being followed by the provider who administered the dose.
-