
Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceAttesterComponent
Packages that use DocumentReference.DocumentReferenceAttesterComponent
-
Uses of DocumentReference.DocumentReferenceAttesterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DocumentReference.DocumentReferenceAttesterComponentModifier and TypeMethodDescriptionJsonParser.parseDocumentReferenceAttesterComponent
(com.google.gson.JsonObject json) XmlParser.parseDocumentReferenceAttesterComponent
(org.xmlpull.v1.XmlPullParser xpp) Methods in org.hl7.fhir.r5.formats with parameters of type DocumentReference.DocumentReferenceAttesterComponentModifier and TypeMethodDescriptionprotected void
JsonParser.composeDocumentReferenceAttesterComponent
(String name, DocumentReference.DocumentReferenceAttesterComponent element) protected void
RdfParser.composeDocumentReferenceAttesterComponent
(org.hl7.fhir.utilities.turtle.Turtle.Complex parent, String parentType, String name, DocumentReference.DocumentReferenceAttesterComponent element, int index) protected void
XmlParser.composeDocumentReferenceAttesterComponent
(String name, DocumentReference.DocumentReferenceAttesterComponent element) protected void
XmlParser.composeDocumentReferenceAttesterComponentElements
(DocumentReference.DocumentReferenceAttesterComponent element) protected void
JsonParser.composeDocumentReferenceAttesterComponentProperties
(DocumentReference.DocumentReferenceAttesterComponent element) protected boolean
XmlParser.parseDocumentReferenceAttesterComponentContent
(int eventType, org.xmlpull.v1.XmlPullParser xpp, DocumentReference.DocumentReferenceAttesterComponent res) protected void
JsonParser.parseDocumentReferenceAttesterComponentProperties
(com.google.gson.JsonObject json, DocumentReference.DocumentReferenceAttesterComponent res) -
Uses of DocumentReference.DocumentReferenceAttesterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DocumentReference.DocumentReferenceAttesterComponentModifier and TypeFieldDescriptionDocumentReference.attester
A participant who has authenticated the accuracy of the document.Methods in org.hl7.fhir.r5.model that return DocumentReference.DocumentReferenceAttesterComponentModifier and TypeMethodDescriptionDocumentReference.addAttester()
DocumentReference.DocumentReferenceAttesterComponent.copy()
DocumentReference.getAttesterFirstRep()
DocumentReference.DocumentReferenceAttesterComponent.setMode
(CodeableConcept value) DocumentReference.DocumentReferenceAttesterComponent.setTimeElement
(DateTimeType value) Methods in org.hl7.fhir.r5.model that return types with arguments of type DocumentReference.DocumentReferenceAttesterComponentMethods in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceAttesterComponentModifier and TypeMethodDescriptionDocumentReference.addAttester
(DocumentReference.DocumentReferenceAttesterComponent t) void
DocumentReference.DocumentReferenceAttesterComponent.copyValues
(DocumentReference.DocumentReferenceAttesterComponent dst) Method parameters in org.hl7.fhir.r5.model with type arguments of type DocumentReference.DocumentReferenceAttesterComponentModifier and TypeMethodDescriptionDocumentReference.setAttester
(List<DocumentReference.DocumentReferenceAttesterComponent> theAttester)