Uses of Class
ca.uhn.fhir.model.dstu2.resource.HealthcareService.NotAvailable
-
Packages that use HealthcareService.NotAvailable Package Description ca.uhn.fhir.model.dstu2.resource -
-
Uses of HealthcareService.NotAvailable in ca.uhn.fhir.model.dstu2.resource
Methods in ca.uhn.fhir.model.dstu2.resource that return HealthcareService.NotAvailable Modifier and Type Method Description HealthcareService.NotAvailableHealthcareService. addNotAvailable()Adds and returns a new value for notAvailable ()HealthcareService.NotAvailableHealthcareService. getNotAvailableFirstRep()Gets the first repetition for notAvailable (), creating it if it does not already exist.HealthcareService.NotAvailableHealthcareService.NotAvailable. setDescription(ca.uhn.fhir.model.primitive.StringDt theValue)Sets the value(s) for description ()HealthcareService.NotAvailableHealthcareService.NotAvailable. setDescription(String theString)Sets the value for description ()HealthcareService.NotAvailableHealthcareService.NotAvailable. setDuring(PeriodDt theValue)Sets the value(s) for during ()Methods in ca.uhn.fhir.model.dstu2.resource that return types with arguments of type HealthcareService.NotAvailable Modifier and Type Method Description List<HealthcareService.NotAvailable>HealthcareService. getNotAvailable()Gets the value(s) for notAvailable ().Methods in ca.uhn.fhir.model.dstu2.resource with parameters of type HealthcareService.NotAvailable Modifier and Type Method Description HealthcareServiceHealthcareService. addNotAvailable(HealthcareService.NotAvailable theValue)Adds a given new value for notAvailable ()Method parameters in ca.uhn.fhir.model.dstu2.resource with type arguments of type HealthcareService.NotAvailable Modifier and Type Method Description HealthcareServiceHealthcareService. setNotAvailable(List<HealthcareService.NotAvailable> theValue)Sets the value(s) for notAvailable ()
-