Uses of Class
org.hl7.fhir.r5.model.DocumentReference.DocumentReferenceAttesterComponent
-
Packages that use DocumentReference.DocumentReferenceAttesterComponent Package Description org.hl7.fhir.r5.formats org.hl7.fhir.r5.model -
-
Uses of DocumentReference.DocumentReferenceAttesterComponent in org.hl7.fhir.r5.formats
Methods in org.hl7.fhir.r5.formats that return DocumentReference.DocumentReferenceAttesterComponent Modifier and Type Method Description protected DocumentReference.DocumentReferenceAttesterComponentJsonParser. parseDocumentReferenceAttesterComponent(com.google.gson.JsonObject json)protected DocumentReference.DocumentReferenceAttesterComponentXmlParser. parseDocumentReferenceAttesterComponent(org.xmlpull.v1.XmlPullParser xpp) -
Uses of DocumentReference.DocumentReferenceAttesterComponent in org.hl7.fhir.r5.model
Fields in org.hl7.fhir.r5.model with type parameters of type DocumentReference.DocumentReferenceAttesterComponent Modifier and Type Field Description protected List<DocumentReference.DocumentReferenceAttesterComponent>DocumentReference. attesterA participant who has attested to the accuracy of the composition/document.Methods in org.hl7.fhir.r5.model that return types with arguments of type DocumentReference.DocumentReferenceAttesterComponent Modifier and Type Method Description List<DocumentReference.DocumentReferenceAttesterComponent>DocumentReference. getAttester()Methods in org.hl7.fhir.r5.model with parameters of type DocumentReference.DocumentReferenceAttesterComponent Modifier and Type Method Description DocumentReferenceDocumentReference. addAttester(DocumentReference.DocumentReferenceAttesterComponent t)voidDocumentReference.DocumentReferenceAttesterComponent. copyValues(DocumentReference.DocumentReferenceAttesterComponent dst)Method parameters in org.hl7.fhir.r5.model with type arguments of type DocumentReference.DocumentReferenceAttesterComponent Modifier and Type Method Description DocumentReferenceDocumentReference. setAttester(List<DocumentReference.DocumentReferenceAttesterComponent> theAttester)
-