Uses of Class
com.ibm.fhir.model.resource.Immunization.ProtocolApplied
-
Packages that use Immunization.ProtocolApplied Package Description com.ibm.fhir.model.resource -
-
Uses of Immunization.ProtocolApplied in com.ibm.fhir.model.resource
Methods in com.ibm.fhir.model.resource that return Immunization.ProtocolApplied Modifier and Type Method Description Immunization.ProtocolAppliedImmunization.ProtocolApplied.Builder. build()Build theImmunization.ProtocolAppliedMethods in com.ibm.fhir.model.resource that return types with arguments of type Immunization.ProtocolApplied Modifier and Type Method Description List<Immunization.ProtocolApplied>Immunization. getProtocolApplied()The protocol (set of recommendations) being followed by the provider who administered the dose.Methods in com.ibm.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.Method parameters in com.ibm.fhir.model.resource with type arguments of type Immunization.ProtocolApplied Modifier and Type Method Description Immunization.BuilderImmunization.Builder. protocolApplied(Collection<Immunization.ProtocolApplied> protocolApplied)The protocol (set of recommendations) being followed by the provider who administered the dose.
-