Uses of Class
org.hl7.fhir.dstu2.model.HealthcareService
-
Packages that use HealthcareService Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of HealthcareService in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return HealthcareService Modifier and Type Method Description protected HealthcareServiceJsonParser. parseHealthcareService(com.google.gson.JsonObject json)protected HealthcareServiceXmlParser. parseHealthcareService(org.xmlpull.v1.XmlPullParser xpp) -
Uses of HealthcareService in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type HealthcareService Modifier and Type Field Description protected List<HealthcareService>Practitioner.PractitionerPractitionerRoleComponent. healthcareServiceTargetThe actual objects that are the target of the reference (The list of healthcare services that this worker provides for this role's Organization/Location(s).)Methods in org.hl7.fhir.dstu2.model that return types with arguments of type HealthcareService Modifier and Type Method Description List<HealthcareService>Practitioner.PractitionerPractitionerRoleComponent. getHealthcareServiceTarget()
-