Uses of Class
org.hl7.fhir.dstu2.model.Practitioner.PractitionerPractitionerRoleComponent
-
Packages that use Practitioner.PractitionerPractitionerRoleComponent Package Description org.hl7.fhir.dstu2.formats org.hl7.fhir.dstu2.model -
-
Uses of Practitioner.PractitionerPractitionerRoleComponent in org.hl7.fhir.dstu2.formats
Methods in org.hl7.fhir.dstu2.formats that return Practitioner.PractitionerPractitionerRoleComponent Modifier and Type Method Description protected Practitioner.PractitionerPractitionerRoleComponentJsonParser. parsePractitionerPractitionerPractitionerRoleComponent(com.google.gson.JsonObject json, Practitioner owner)protected Practitioner.PractitionerPractitionerRoleComponentXmlParser. parsePractitionerPractitionerPractitionerRoleComponent(org.xmlpull.v1.XmlPullParser xpp, Practitioner owner)Methods in org.hl7.fhir.dstu2.formats with parameters of type Practitioner.PractitionerPractitionerRoleComponent Modifier and Type Method Description protected voidJsonParser. composePractitionerPractitionerPractitionerRoleComponent(String name, Practitioner.PractitionerPractitionerRoleComponent element)protected voidXmlParser. composePractitionerPractitionerPractitionerRoleComponent(String name, Practitioner.PractitionerPractitionerRoleComponent element)protected voidJsonParser. composePractitionerPractitionerPractitionerRoleComponentInner(Practitioner.PractitionerPractitionerRoleComponent element) -
Uses of Practitioner.PractitionerPractitionerRoleComponent in org.hl7.fhir.dstu2.model
Fields in org.hl7.fhir.dstu2.model with type parameters of type Practitioner.PractitionerPractitionerRoleComponent Modifier and Type Field Description protected List<Practitioner.PractitionerPractitionerRoleComponent>Practitioner. practitionerRoleThe list of roles/organizations that the practitioner is associated with.Methods in org.hl7.fhir.dstu2.model that return types with arguments of type Practitioner.PractitionerPractitionerRoleComponent Modifier and Type Method Description List<Practitioner.PractitionerPractitionerRoleComponent>Practitioner. getPractitionerRole()Methods in org.hl7.fhir.dstu2.model with parameters of type Practitioner.PractitionerPractitionerRoleComponent Modifier and Type Method Description PractitionerPractitioner. addPractitionerRole(Practitioner.PractitionerPractitionerRoleComponent t)
-