Uses of Class
org.hl7.fhir.dstu3.model.ContactDetail
-
Packages that use ContactDetail Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of ContactDetail in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return ContactDetail Modifier and Type Method Description protected ContactDetailJsonParser. parseContactDetail(com.google.gson.JsonObject json)protected ContactDetailXmlParser. parseContactDetail(org.xmlpull.v1.XmlPullParser xpp)Methods in org.hl7.fhir.dstu3.formats with parameters of type ContactDetail Modifier and Type Method Description protected voidJsonParser. composeContactDetail(String name, ContactDetail element)protected voidRdfParser. composeContactDetail(Turtle.Complex parent, String parentType, String name, ContactDetail element, int index)protected voidXmlParser. composeContactDetail(String name, ContactDetail element)protected voidXmlParser. composeContactDetailElements(ContactDetail element)protected voidJsonParser. composeContactDetailInner(ContactDetail element)protected booleanXmlParser. parseContactDetailContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, ContactDetail res)protected voidJsonParser. parseContactDetailProperties(com.google.gson.JsonObject json, ContactDetail res) -
Uses of ContactDetail in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type ContactDetail Modifier and Type Field Description protected List<ContactDetail>Contributor. contactContact details to assist a user in finding and communicating with the contributor.protected List<ContactDetail>MetadataResource. contactContact details to assist a user in finding and communicating with the publisher.protected List<ContactDetail>ResearchStudy. contactContact details to assist a user in learning more about or engaging with the study.
-