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.NotAvailable
PractitionerRole.NotAvailable.Builder. build()
Build thePractitionerRole.NotAvailable
Methods 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.Builder
PractitionerRole.NotAvailable.Builder. from(PractitionerRole.NotAvailable notAvailable)
PractitionerRole.Builder
PractitionerRole.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 void
PractitionerRole.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.Builder
PractitionerRole.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.
-