Uses of Class
org.hl7.fhir.dstu3.model.Consent.ExceptComponent
-
Packages that use Consent.ExceptComponent Package Description org.hl7.fhir.dstu3.formats org.hl7.fhir.dstu3.model -
-
Uses of Consent.ExceptComponent in org.hl7.fhir.dstu3.formats
Methods in org.hl7.fhir.dstu3.formats that return Consent.ExceptComponent Modifier and Type Method Description protected Consent.ExceptComponentJsonParser. parseConsentExceptComponent(com.google.gson.JsonObject json, Consent owner)protected Consent.ExceptComponentXmlParser. parseConsentExceptComponent(org.xmlpull.v1.XmlPullParser xpp, Consent owner)Methods in org.hl7.fhir.dstu3.formats with parameters of type Consent.ExceptComponent Modifier and Type Method Description protected voidJsonParser. composeConsentExceptComponent(String name, Consent.ExceptComponent element)protected voidRdfParser. composeConsentExceptComponent(Turtle.Complex parent, String parentType, String name, Consent.ExceptComponent element, int index)protected voidXmlParser. composeConsentExceptComponent(String name, Consent.ExceptComponent element)protected voidXmlParser. composeConsentExceptComponentElements(Consent.ExceptComponent element)protected voidJsonParser. composeConsentExceptComponentInner(Consent.ExceptComponent element)protected booleanXmlParser. parseConsentExceptComponentContent(int eventType, org.xmlpull.v1.XmlPullParser xpp, Consent owner, Consent.ExceptComponent res)protected voidJsonParser. parseConsentExceptComponentProperties(com.google.gson.JsonObject json, Consent owner, Consent.ExceptComponent res) -
Uses of Consent.ExceptComponent in org.hl7.fhir.dstu3.model
Fields in org.hl7.fhir.dstu3.model with type parameters of type Consent.ExceptComponent Modifier and Type Field Description protected List<Consent.ExceptComponent>Consent. exceptAn exception to the base policy of this consent.Methods in org.hl7.fhir.dstu3.model that return types with arguments of type Consent.ExceptComponent Modifier and Type Method Description List<Consent.ExceptComponent>Consent. getExcept()Methods in org.hl7.fhir.dstu3.model with parameters of type Consent.ExceptComponent Modifier and Type Method Description ConsentConsent. addExcept(Consent.ExceptComponent t)Method parameters in org.hl7.fhir.dstu3.model with type arguments of type Consent.ExceptComponent Modifier and Type Method Description ConsentConsent. setExcept(List<Consent.ExceptComponent> theExcept)
-