Class IpsContext

java.lang.Object
ca.uhn.fhir.jpa.ips.api.IpsContext
Direct Known Subclasses:
IpsSectionContext

public class IpsContext extends Object
  • Constructor Summary

    Constructors
    Constructor
    Description
    IpsContext(org.hl7.fhir.instance.model.api.IBaseResource theSubject, org.hl7.fhir.instance.model.api.IIdType theSubjectId)
    Constructor
  • Method Summary

    Modifier and Type
    Method
    Description
    org.hl7.fhir.instance.model.api.IBaseResource
    Returns the subject Patient resource for the IPS being generated.
    org.hl7.fhir.instance.model.api.IIdType
    Returns the ID of the subject for the given IPS.
    <T extends org.hl7.fhir.instance.model.api.IBaseResource>
    IpsSectionContext<T>
    newSectionContext(Section theSection, Class<T> theResourceType)
     

    Methods inherited from class java.lang.Object

    clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait