Uses of Class
org.linuxforhealth.fhir.model.resource.PractitionerRole.NotAvailable
- 
Packages that use PractitionerRole.NotAvailable Package Description org.linuxforhealth.fhir.model.resource  - 
- 
Uses of PractitionerRole.NotAvailable in org.linuxforhealth.fhir.model.resource
Methods in org.linuxforhealth.fhir.model.resource that return PractitionerRole.NotAvailable Modifier and Type Method Description PractitionerRole.NotAvailablePractitionerRole.NotAvailable.Builder. build()Build thePractitionerRole.NotAvailableMethods in org.linuxforhealth.fhir.model.resource that return types with arguments of type PractitionerRole.NotAvailable Modifier and Type Method Description java.util.List<PractitionerRole.NotAvailable>PractitionerRole. getNotAvailable()The practitioner is not available or performing this role during this period of time due to the provided reason.Methods in org.linuxforhealth.fhir.model.resource with parameters of type PractitionerRole.NotAvailable Modifier and Type Method Description protected PractitionerRole.NotAvailable.BuilderPractitionerRole.NotAvailable.Builder. from(PractitionerRole.NotAvailable notAvailable)PractitionerRole.BuilderPractitionerRole.Builder. notAvailable(PractitionerRole.NotAvailable... notAvailable)The practitioner is not available or performing this role during this period of time due to the provided reason.protected voidPractitionerRole.NotAvailable.Builder. validate(PractitionerRole.NotAvailable notAvailable)Method parameters in org.linuxforhealth.fhir.model.resource with type arguments of type PractitionerRole.NotAvailable Modifier and Type Method Description PractitionerRole.BuilderPractitionerRole.Builder. notAvailable(java.util.Collection<PractitionerRole.NotAvailable> notAvailable)The practitioner is not available or performing this role during this period of time due to the provided reason. 
 -